Color Hex Logo

#ac585f Color Hex

#AC585F
(172,88,95)
0 Favorites   0 Comments

Color spaces of #ac585f

RGB 1728895
HSL0.990.340.51
HSV355°49°67°
CMYK 0.000.490.45   0.33
XYZ22.568516.576312.8365
Yxy16.57630.43420.3189
Hunter Lab40.714027.69629.8066
CIE-Lab47.721734.954611.7974

#ac585f color RGB value is (172,88,95).

#ac585f hex color red value is 172, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ac585f hue: 0.99 , saturation: 0.34 and the lightness value of ac585f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 01011111
Octal 254 130 137
Decimal 172 88 95
Hex AC 58 5F

RGB Percentages of Color #ac585f

%48.45
%24.79
%26.76

CMYK Percentages of Color #ac585f

%0
%49
%45
%33

Triadic Colors of #ac585f

#ac585f #5fac58 #585fac

Analogous Colors of #ac585f

#ac585f #ac7b58 #ac5889

Monochromatic Colors of #ac585f

#ac585f

Complementary Color

#ac585f #58aca5

#ac585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac585f Color CSS Codes

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

#ac585f Text Font Color

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

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


#ac585f Background Color

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

This div background color is #ac585f


#ac585f Border Color

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

This div border color is #ac585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac585f


Comments

No comments written yet.

Please login to write comment.