Color Hex Logo

#aca76d Color Hex

#ACA76D
(172,167,109)
0 Favorites   0 Comments

Color spaces of #aca76d

RGB 172167109
HSL0.150.280.55
HSV55°37°67°
CMYK 0.000.030.37   0.33
XYZ33.592337.512219.9381
Yxy37.51220.36900.4120
Hunter Lab61.2472-9.280623.5721
CIE-Lab67.6595-7.089830.6686

#aca76d color RGB value is (172,167,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100111 01101101
Octal 254 247 155
Decimal 172 167 109
Hex AC A7 6D

RGB Percentages of Color #aca76d

%38.39
%37.28
%24.33

CMYK Percentages of Color #aca76d

%0
%3
%37
%33

Triadic Colors of #aca76d

#aca76d #6daca7 #a76dac

Analogous Colors of #aca76d

#aca76d #92ac6d #ac886d

Monochromatic Colors of #aca76d

#aca76d

Complementary Color

#aca76d #6d72ac

#aca76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca76d Color CSS Codes

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

#aca76d Text Font Color

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

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


#aca76d Background Color

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

This div background color is #aca76d


#aca76d Border Color

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

This div border color is #aca76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca76d


Comments

No comments written yet.

Please login to write comment.