Color Hex Logo

#aca96c Color Hex

#ACA96C
(172,169,108)
0 Favorites   0 Comments

Color spaces of #aca96c

RGB 172169108
HSL0.160.280.55
HSV57°37°67°
CMYK 0.000.020.37   0.33
XYZ33.908038.229319.7792
Yxy38.22930.36890.4159
Hunter Lab61.8298-10.311424.3142
CIE-Lab68.1893-8.269131.8845

#aca96c color RGB value is (172,169,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01101100
Octal 254 251 154
Decimal 172 169 108
Hex AC A9 6C

RGB Percentages of Color #aca96c

%38.31
%37.64
%24.05

CMYK Percentages of Color #aca96c

%0
%2
%37
%33

Triadic Colors of #aca96c

#aca96c #6caca9 #a96cac

Analogous Colors of #aca96c

#aca96c #8fac6c #ac896c

Monochromatic Colors of #aca96c

#aca96c

Complementary Color

#aca96c #6c6fac

#aca96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca96c Color CSS Codes

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

#aca96c Text Font Color

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

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


#aca96c Background Color

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

This div background color is #aca96c


#aca96c Border Color

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

This div border color is #aca96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca96c


Comments

No comments written yet.

Please login to write comment.