Color Hex Logo

#aca96a Color Hex

#ACA96A
(172,169,106)
0 Favorites   0 Comments

Color spaces of #aca96a

RGB 172169106
HSL0.160.280.55
HSV57°38°67°
CMYK 0.000.020.38   0.33
XYZ33.802738.187219.2249
Yxy38.18720.37060.4187
Hunter Lab61.7958-10.502024.8117
CIE-Lab68.1584-8.503332.8993

#aca96a color RGB value is (172,169,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01101010
Octal 254 251 152
Decimal 172 169 106
Hex AC A9 6A

RGB Percentages of Color #aca96a

%38.48
%37.81
%23.71

CMYK Percentages of Color #aca96a

%0
%2
%38
%33

Triadic Colors of #aca96a

#aca96a #6aaca9 #a96aac

Analogous Colors of #aca96a

#aca96a #8eac6a #ac886a

Monochromatic Colors of #aca96a

#aca96a

Complementary Color

#aca96a #6a6dac

#aca96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca96a Color CSS Codes

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

#aca96a Text Font Color

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

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


#aca96a Background Color

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

This div background color is #aca96a


#aca96a Border Color

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

This div border color is #aca96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca96a


Comments

No comments written yet.

Please login to write comment.