Color Hex Logo

#ac866c Color Hex

#AC866C
(172,134,108)
0 Favorites   0 Comments

Color spaces of #ac866c

RGB 172134108
HSL0.070.280.55
HSV24°37°67°
CMYK 0.000.220.37   0.33
XYZ28.245126.903617.8916
Yxy26.90360.38670.3683
Hunter Lab51.86876.432015.8566
CIE-Lab58.885010.880419.5669

#ac866c color RGB value is (172,134,108).

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

The process color (four color CMYK) of #ac866c color hex is 0.00, 0.22, 0.37, 0.33. Web safe color of #ac866c is #999966. Color #ac866c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01101100
Octal 254 206 154
Decimal 172 134 108
Hex AC 86 6C

RGB Percentages of Color #ac866c

%41.55
%32.37
%26.09

CMYK Percentages of Color #ac866c

%0
%22
%37
%33

Triadic Colors of #ac866c

#ac866c #6cac86 #866cac

Analogous Colors of #ac866c

#ac866c #aca66c #ac6c72

Monochromatic Colors of #ac866c

#ac866c

Complementary Color

#ac866c #6c92ac

#ac866c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac866c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac866c Color CSS Codes

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

#ac866c Text Font Color

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

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


#ac866c Background Color

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

This div background color is #ac866c


#ac866c Border Color

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

This div border color is #ac866c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac866c


Comments

No comments written yet.

Please login to write comment.