Color Hex Logo

#ac585e Color Hex

#AC585E
(172,88,94)
0 Favorites   0 Comments

Color spaces of #ac585e

RGB 1728894
HSL0.990.340.51
HSV356°49°67°
CMYK 0.000.490.45   0.33
XYZ22.523416.558312.5986
Yxy16.55830.43580.3204
Hunter Lab40.691927.590910.1276
CIE-Lab47.698634.847712.3672

#ac585e color RGB value is (172,88,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 01011110
Octal 254 130 136
Decimal 172 88 94
Hex AC 58 5E

RGB Percentages of Color #ac585e

%48.59
%24.86
%26.55

CMYK Percentages of Color #ac585e

%0
%49
%45
%33

Triadic Colors of #ac585e

#ac585e #5eac58 #585eac

Analogous Colors of #ac585e

#ac585e #ac7c58 #ac5888

Monochromatic Colors of #ac585e

#ac585e

Complementary Color

#ac585e #58aca6

#ac585e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac585e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac585e Color CSS Codes

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

#ac585e Text Font Color

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

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


#ac585e Background Color

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

This div background color is #ac585e


#ac585e Border Color

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

This div border color is #ac585e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac585e

#ac585e Color Palettes


Comments

No comments written yet.

Please login to write comment.