Color Hex Logo

#aca94d Color Hex

#ACA94D
(172,169,77)
0 Favorites   0 Comments

Color spaces of #aca94d

RGB 17216977
HSL0.160.380.49
HSV58°55°67°
CMYK 0.000.020.55   0.33
XYZ32.540837.682412.5795
Yxy37.68240.39300.4551
Hunter Lab61.3860-12.802430.8202
CIE-Lab67.7859-11.362047.0497

#aca94d color RGB value is (172,169,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01001101
Octal 254 251 115
Decimal 172 169 77
Hex AC A9 4D

RGB Percentages of Color #aca94d

%41.15
%40.43
%18.42

CMYK Percentages of Color #aca94d

%0
%2
%55
%33

Triadic Colors of #aca94d

#aca94d #4daca9 #a94dac

Analogous Colors of #aca94d

#aca94d #80ac4d #ac7a4d

Monochromatic Colors of #aca94d

#aca94d

Complementary Color

#aca94d #4d50ac

#aca94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca94d Color CSS Codes

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

#aca94d Text Font Color

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

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


#aca94d Background Color

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

This div background color is #aca94d


#aca94d Border Color

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

This div border color is #aca94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca94d


Comments

No comments written yet.

Please login to write comment.