Color Hex Logo

#ac354a Color Hex

#AC354A
(172,53,74)
0 Favorites   0 Comments

Color spaces of #ac354a

RGB 1725374
HSL0.970.530.44
HSV349°69°67°
CMYK 0.000.690.57   0.33
XYZ19.522411.81137.7294
Yxy11.81130.49980.3024
Hunter Lab34.367641.253210.7227
CIE-Lab40.914649.687115.3169

#ac354a color RGB value is (172,53,74).

#ac354a hex color red value is 172, green value is 53 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac354a hue: 0.97 , saturation: 0.53 and the lightness value of ac354a is 0.44.

The process color (four color CMYK) of #ac354a color hex is 0.00, 0.69, 0.57, 0.33. Web safe color of #ac354a is #993333. Color #ac354a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110101 01001010
Octal 254 65 112
Decimal 172 53 74
Hex AC 35 4A

RGB Percentages of Color #ac354a

%57.53
%17.73
%24.75

CMYK Percentages of Color #ac354a

%0
%69
%57
%33

Triadic Colors of #ac354a

#ac354a #4aac35 #354aac

Analogous Colors of #ac354a

#ac354a #ac5c35 #ac3586

Monochromatic Colors of #ac354a

#ac354a

Complementary Color

#ac354a #35ac97

#ac354a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac354a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac354a Color CSS Codes

.mybgcolor {background-color:#ac354a; } 
.myforecolor {color:#ac354a; }
.mybordercolor {border:3px solid #ac354a; }

#ac354a Text Font Color

<p style="color:#ac354a">Text here</p>

This sample text font color is #ac354a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ac354a Background Color

<div style="background-color:#ac354a">
Div content here</div>

This div background color is #ac354a


#ac354a Border Color

<div style="border:3px solid #ac354a">
Div here</div>

This div border color is #ac354a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,53,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ac354a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ac354a;
  -webkit-box-shadow: 1px 1px 3px 2px #ac354a;
  box-shadow:         1px 1px 3px 2px #ac354a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,53,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ac354a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ac354a;
  -webkit-box-shadow: 1px 1px 3px 2px #ac354a;
  box-shadow:         1px 1px 3px 2px #ac354a;">
Div content here</div>

This div box has shadow with color #ac354a


Comments

No comments written yet.

Please login to write comment.