Color Hex Logo

#aca94e Color Hex

#ACA94E
(172,169,78)
0 Favorites   0 Comments

Color spaces of #aca94e

RGB 17216978
HSL0.160.380.49
HSV58°55°67°
CMYK 0.000.020.55   0.33
XYZ32.576437.696612.7670
Yxy37.69660.39230.4540
Hunter Lab61.3976-12.736930.6495
CIE-Lab67.7964-11.279946.5863

#aca94e color RGB value is (172,169,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 01001110
Octal 254 251 116
Decimal 172 169 78
Hex AC A9 4E

RGB Percentages of Color #aca94e

%41.05
%40.33
%18.62

CMYK Percentages of Color #aca94e

%0
%2
%55
%33

Triadic Colors of #aca94e

#aca94e #4eaca9 #a94eac

Analogous Colors of #aca94e

#aca94e #80ac4e #ac7a4e

Monochromatic Colors of #aca94e

#aca94e

Complementary Color

#aca94e #4e51ac

#aca94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca94e Color CSS Codes

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

#aca94e Text Font Color

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

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


#aca94e Background Color

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

This div background color is #aca94e


#aca94e Border Color

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

This div border color is #aca94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca94e


Comments

No comments written yet.

Please login to write comment.