Color Hex Logo

#ac8696 Color Hex

#AC8696
(172,134,150)
0 Favorites   0 Comments

Color spaces of #ac8696

RGB 172134150
HSL0.930.190.60
HSV335°22°67°
CMYK 0.000.220.13   0.33
XYZ31.043428.022932.6270
Yxy28.02290.33860.3056
Hunter Lab52.936712.03780.5128
CIE-Lab59.909417.1385-2.9565

#ac8696 color RGB value is (172,134,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 10010110
Octal 254 206 226
Decimal 172 134 150
Hex AC 86 96

RGB Percentages of Color #ac8696

%37.72
%29.39
%32.89

CMYK Percentages of Color #ac8696

%0
%22
%13
%33

Triadic Colors of #ac8696

#ac8696 #96ac86 #8696ac

Analogous Colors of #ac8696

#ac8696 #ac8986 #ac86a9

Monochromatic Colors of #ac8696

#ac8696

Complementary Color

#ac8696 #86ac9c

#ac8696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac8696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac8696 Color CSS Codes

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

#ac8696 Text Font Color

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

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


#ac8696 Background Color

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

This div background color is #ac8696


#ac8696 Border Color

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

This div border color is #ac8696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac8696


Comments

No comments written yet.

Please login to write comment.