Color Hex Logo

#ac9686 Color Hex

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

Color spaces of #ac9686

RGB 172150134
HSL0.070.190.60
HSV25°22°67°
CMYK 0.000.130.22   0.33
XYZ32.222732.304627.0913
Yxy32.30460.35170.3526
Hunter Lab56.83711.732111.5255
CIE-Lab63.59385.563611.4387

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

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

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

Base Numbers

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

RGB Percentages of Color #ac9686

%37.72
%32.89
%29.39

CMYK Percentages of Color #ac9686

%0
%13
%22
%33

Triadic Colors of #ac9686

#ac9686 #86ac96 #9686ac

Analogous Colors of #ac9686

#ac9686 #aca986 #ac8689

Monochromatic Colors of #ac9686

#ac9686

Complementary Color

#ac9686 #869cac

#ac9686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac9686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac9686 Color CSS Codes

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

#ac9686 Text Font Color

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

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


#ac9686 Background Color

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

This div background color is #ac9686


#ac9686 Border Color

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

This div border color is #ac9686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac9686


Comments

No comments written yet.

Please login to write comment.