Color Hex Logo

#aca66c Color Hex

#ACA66C
(172,166,108)
0 Favorites   0 Comments

Color spaces of #aca66c

RGB 172166108
HSL0.150.280.55
HSV54°37°67°
CMYK 0.000.030.37   0.33
XYZ33.356237.125819.5953
Yxy37.12580.37030.4122
Hunter Lab60.9309-8.910623.5841
CIE-Lab67.3713-6.677530.8263

#aca66c color RGB value is (172,166,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 01101100
Octal 254 246 154
Decimal 172 166 108
Hex AC A6 6C

RGB Percentages of Color #aca66c

%38.57
%37.22
%24.22

CMYK Percentages of Color #aca66c

%0
%3
%37
%33

Triadic Colors of #aca66c

#aca66c #6caca6 #a66cac

Analogous Colors of #aca66c

#aca66c #92ac6c #ac866c

Monochromatic Colors of #aca66c

#aca66c

Complementary Color

#aca66c #6c72ac

#aca66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca66c Color CSS Codes

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

#aca66c Text Font Color

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

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


#aca66c Background Color

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

This div background color is #aca66c


#aca66c Border Color

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

This div border color is #aca66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca66c


Comments

No comments written yet.

Please login to write comment.