Color Hex Logo

#aca44c Color Hex

#ACA44C
(172,164,76)
0 Favorites   0 Comments

Color spaces of #aca44c

RGB 17216476
HSL0.150.390.49
HSV55°56°67°
CMYK 0.000.050.56   0.33
XYZ31.593235.843412.0908
Yxy35.84340.39730.4507
Hunter Lab59.8694-10.576529.9348
CIE-Lab66.4001-8.817645.9385

#aca44c color RGB value is (172,164,76).

#aca44c hex color red value is 172, green value is 164 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aca44c hue: 0.15 , saturation: 0.39 and the lightness value of aca44c is 0.49.

The process color (four color CMYK) of #aca44c color hex is 0.00, 0.05, 0.56, 0.33. Web safe color of #aca44c is #999933. Color #aca44c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 01001100
Octal 254 244 114
Decimal 172 164 76
Hex AC A4 4C

RGB Percentages of Color #aca44c

%41.75
%39.81
%18.45

CMYK Percentages of Color #aca44c

%0
%5
%56
%33

Triadic Colors of #aca44c

#aca44c #4caca4 #a44cac

Analogous Colors of #aca44c

#aca44c #84ac4c #ac744c

Monochromatic Colors of #aca44c

#aca44c

Complementary Color

#aca44c #4c54ac

#aca44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca44c Color CSS Codes

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

#aca44c Text Font Color

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

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


#aca44c Background Color

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

This div background color is #aca44c


#aca44c Border Color

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

This div border color is #aca44c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca44c


Comments

No comments written yet.

Please login to write comment.