Color Hex Logo

#ac896d Color Hex

#AC896D
(172,137,109)
0 Favorites   0 Comments

Color spaces of #ac896d

RGB 172137109
HSL0.070.280.55
HSV27°37°67°
CMYK 0.000.200.37   0.33
XYZ28.719227.766118.3137
Yxy27.76610.38400.3712
Hunter Lab52.69355.072916.2792
CIE-Lab59.67689.323820.0774

#ac896d color RGB value is (172,137,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10001001 01101101
Octal 254 211 155
Decimal 172 137 109
Hex AC 89 6D

RGB Percentages of Color #ac896d

%41.15
%32.78
%26.08

CMYK Percentages of Color #ac896d

%0
%20
%37
%33

Triadic Colors of #ac896d

#ac896d #6dac89 #896dac

Analogous Colors of #ac896d

#ac896d #aca96d #ac6d71

Monochromatic Colors of #ac896d

#ac896d

Complementary Color

#ac896d #6d90ac

#ac896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac896d Color CSS Codes

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

#ac896d Text Font Color

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

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


#ac896d Background Color

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

This div background color is #ac896d


#ac896d Border Color

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

This div border color is #ac896d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac896d

#ac896d Color Palettes


Comments

No comments written yet.

Please login to write comment.