Color Hex Logo

#ac574f Color Hex

#AC574F
(172,87,79)
0 Favorites   0 Comments

Color spaces of #ac574f

RGB 1728779
HSL0.010.370.49
HSV54°67°
CMYK 0.000.490.54   0.33
XYZ21.832716.15169.3640
Yxy16.15160.46110.3411
Hunter Lab40.189126.639314.3178
CIE-Lab47.172833.918520.6383

#ac574f color RGB value is (172,87,79).

#ac574f hex color red value is 172, green value is 87 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ac574f hue: 0.01 , saturation: 0.37 and the lightness value of ac574f is 0.49.

The process color (four color CMYK) of #ac574f color hex is 0.00, 0.49, 0.54, 0.33. Web safe color of #ac574f is #996666. Color #ac574f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01010111 01001111
Octal 254 127 117
Decimal 172 87 79
Hex AC 57 4F

RGB Percentages of Color #ac574f

%50.89
%25.74
%23.37

CMYK Percentages of Color #ac574f

%0
%49
%54
%33

Triadic Colors of #ac574f

#ac574f #4fac57 #574fac

Analogous Colors of #ac574f

#ac574f #ac864f #ac4f76

Monochromatic Colors of #ac574f

#ac574f

Complementary Color

#ac574f #4fa4ac

#ac574f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac574f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac574f Color CSS Codes

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

#ac574f Text Font Color

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

This sample text font color is #ac574f
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.


#ac574f Background Color

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

This div background color is #ac574f


#ac574f Border Color

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

This div border color is #ac574f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac574f


Comments

No comments written yet.

Please login to write comment.