Color Hex Logo

#aca66a Color Hex

#ACA66A
(172,166,106)
0 Favorites   0 Comments

Color spaces of #aca66a

RGB 172166106
HSL0.150.280.55
HSV55°38°67°
CMYK 0.000.030.38   0.33
XYZ33.251037.083719.0410
Yxy37.08370.37200.4149
Hunter Lab60.8964-9.103124.0888
CIE-Lab67.3398-6.912831.8469

#aca66a color RGB value is (172,166,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01101010
Octal 254 246 152
Decimal 172 166 106
Hex AC A6 6A

RGB Percentages of Color #aca66a

%38.74
%37.39
%23.87

CMYK Percentages of Color #aca66a

%0
%3
%38
%33

Triadic Colors of #aca66a

#aca66a #6aaca6 #a66aac

Analogous Colors of #aca66a

#aca66a #91ac6a #ac856a

Monochromatic Colors of #aca66a

#aca66a

Complementary Color

#aca66a #6a70ac

#aca66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca66a Color CSS Codes

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

#aca66a Text Font Color

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

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


#aca66a Background Color

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

This div background color is #aca66a


#aca66a Border Color

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

This div border color is #aca66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca66a


Comments

No comments written yet.

Please login to write comment.