Color Hex Logo

#aca76f Color Hex

#ACA76F
(172,167,111)
0 Favorites   0 Comments

Color spaces of #aca76f

RGB 172167111
HSL0.150.270.55
HSV55°35°67°
CMYK 0.000.030.35   0.33
XYZ33.701237.555820.5117
Yxy37.55580.36720.4092
Hunter Lab61.2828-9.082523.0532
CIE-Lab67.6919-6.847929.6456

#aca76f color RGB value is (172,167,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01101111
Octal 254 247 157
Decimal 172 167 111
Hex AC A7 6F

RGB Percentages of Color #aca76f

%38.22
%37.11
%24.67

CMYK Percentages of Color #aca76f

%0
%3
%35
%33

Triadic Colors of #aca76f

#aca76f #6faca7 #a76fac

Analogous Colors of #aca76f

#aca76f #93ac6f #ac896f

Monochromatic Colors of #aca76f

#aca76f

Complementary Color

#aca76f #6f74ac

#aca76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca76f Color CSS Codes

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

#aca76f Text Font Color

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

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


#aca76f Background Color

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

This div background color is #aca76f


#aca76f Border Color

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

This div border color is #aca76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca76f


Comments

No comments written yet.

Please login to write comment.