Color Hex Logo

#aca77e Color Hex

#ACA77E
(172,167,126)
0 Favorites   0 Comments

Color spaces of #aca77e

RGB 172167126
HSL0.150.220.58
HSV53°27°67°
CMYK 0.000.030.27   0.33
XYZ34.597937.914425.2334
Yxy37.91440.35400.3879
Hunter Lab61.5747-7.459218.8051
CIE-Lab67.9575-4.881121.9061

#aca77e color RGB value is (172,167,126).

#aca77e hex color red value is 172, green value is 167 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aca77e hue: 0.15 , saturation: 0.22 and the lightness value of aca77e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01111110
Octal 254 247 176
Decimal 172 167 126
Hex AC A7 7E

RGB Percentages of Color #aca77e

%36.99
%35.91
%27.10

CMYK Percentages of Color #aca77e

%0
%3
%27
%33

Triadic Colors of #aca77e

#aca77e #7eaca7 #a77eac

Analogous Colors of #aca77e

#aca77e #9aac7e #ac907e

Monochromatic Colors of #aca77e

#aca77e

Complementary Color

#aca77e #7e83ac

#aca77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca77e Color CSS Codes

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

#aca77e Text Font Color

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

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


#aca77e Background Color

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

This div background color is #aca77e


#aca77e Border Color

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

This div border color is #aca77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca77e


Comments

No comments written yet.

Please login to write comment.