Color Hex Logo

#ac869c Color Hex

#AC869C
(172,134,156)
0 Favorites   0 Comments

Color spaces of #ac869c

RGB 172134156
HSL0.900.190.60
HSV325°22°67°
CMYK 0.000.220.09   0.33
XYZ31.539128.221235.2374
Yxy28.22120.33200.2971
Hunter Lab53.123613.0078-2.1411
CIE-Lab60.088118.1917-6.1266

#ac869c color RGB value is (172,134,156).

#ac869c hex color red value is 172, green value is 134 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ac869c hue: 0.90 , saturation: 0.19 and the lightness value of ac869c is 0.60.

The process color (four color CMYK) of #ac869c color hex is 0.00, 0.22, 0.09, 0.33. Web safe color of #ac869c is #999999. Color #ac869c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 10011100
Octal 254 206 234
Decimal 172 134 156
Hex AC 86 9C

RGB Percentages of Color #ac869c

%37.23
%29.00
%33.77

CMYK Percentages of Color #ac869c

%0
%22
%9
%33

Triadic Colors of #ac869c

#ac869c #9cac86 #869cac

Analogous Colors of #ac869c

#ac869c #ac8689 #a986ac

Monochromatic Colors of #ac869c

#ac869c

Complementary Color

#ac869c #86ac96

#ac869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac869c Color CSS Codes

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

#ac869c Text Font Color

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

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


#ac869c Background Color

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

This div background color is #ac869c


#ac869c Border Color

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

This div border color is #ac869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac869c


Comments

No comments written yet.

Please login to write comment.