Color Hex Logo

#aca89c Color Hex

#ACA89C
(172,168,156)
1 Favorites   0 Comments

Color spaces of #aca89c

RGB 172168156
HSL0.130.090.64
HSV45°67°
CMYK 0.000.020.09   0.33
XYZ37.016639.176237.0633
Yxy39.17620.32680.3459
Hunter Lab62.5909-3.96828.7050
CIE-Lab68.8787-0.71936.6978

#aca89c color RGB value is (172,168,156).

#aca89c hex color red value is 172, green value is 168 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aca89c hue: 0.13 , saturation: 0.09 and the lightness value of aca89c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 10011100
Octal 254 250 234
Decimal 172 168 156
Hex AC A8 9C

RGB Percentages of Color #aca89c

%34.68
%33.87
%31.45

CMYK Percentages of Color #aca89c

%0
%2
%9
%33

Triadic Colors of #aca89c

#aca89c #9caca8 #a89cac

Analogous Colors of #aca89c

#aca89c #a8ac9c #aca09c

Monochromatic Colors of #aca89c

#aca89c

Complementary Color

#aca89c #9ca0ac

#aca89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca89c Color CSS Codes

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

#aca89c Text Font Color

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

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


#aca89c Background Color

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

This div background color is #aca89c


#aca89c Border Color

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

This div border color is #aca89c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,168,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 #aca89c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca89c


Comments

No comments written yet.

Please login to write comment.