Color Hex Logo

#ac586a Color Hex

#AC586A
(172,88,106)
0 Favorites   0 Comments

Color spaces of #ac586a

RGB 17288106
HSL0.960.340.51
HSV347°49°67°
CMYK 0.000.490.38   0.33
XYZ23.104516.790715.6589
Yxy16.79070.41590.3022
Hunter Lab40.976528.93816.0262
CIE-Lab47.995236.20745.5521

#ac586a color RGB value is (172,88,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011000 01101010
Octal 254 130 152
Decimal 172 88 106
Hex AC 58 6A

RGB Percentages of Color #ac586a

%46.99
%24.04
%28.96

CMYK Percentages of Color #ac586a

%0
%49
%38
%33

Triadic Colors of #ac586a

#ac586a #6aac58 #586aac

Analogous Colors of #ac586a

#ac586a #ac7058 #ac5894

Monochromatic Colors of #ac586a

#ac586a

Complementary Color

#ac586a #58ac9a

#ac586a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac586a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac586a Color CSS Codes

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

#ac586a Text Font Color

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

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


#ac586a Background Color

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

This div background color is #ac586a


#ac586a Border Color

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

This div border color is #ac586a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac586a


Comments

No comments written yet.

Please login to write comment.