#ACAA76

Color #ACAA76 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ACAA76

Tints of Neutral Green #ACAA76

Color information

#ACAA76 (or 0xACAA76) is unknown color: approx Neutral Green. HEX triplet: AC, AA and 76. RGB value is (172,170,118). Sum of RGB (Red+Green+Blue) = 172+170+118=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA76 is #535589. Grayscale: #A4A4A4. Windows color (decimal): -5461386 or 7776940. OLE color: 7776940.

HSL color Cylindrical-coordinate representation of color #ACAA76: hue angle of 57.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACAA76 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB172170118-
CMYK00.010.310.33
HSL57.78º24.55%56.86%-
HSV(B)57.78º31.4%67.45%-
XYZ34.6638.8322.81-
YUV164.67101.66133.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 170 (66.80% from 255) = 36.96%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=37.39%
G=36.96%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217011800.010.310.3357.7824.5556.86
HexACAA76011F213a1939
Octal254252166013741723171
Binary10101100101010101110110011111110000111101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA76; }

 p { color: rgb(172,170,118); }

 H1.HeaderClassName
 {
   color: #ACAA76;
 }
 .AnyTagClassName
 {
   color: #ACAA76;
 }
</style>
background-color css

<style>
 a { background-color: #ACAA76; }

 a { background-color: rgb(172,170,118); }

 div.DivClassName
 {
   background-color: #ACAA76;
 }
 .BgClassName
 {
   background-color: #ACAA76;
 }
</style>
border-color css

<style>
 span { border-color: #ACAA76; }

 span { border-color: rgb(172,170,118); }

 td.TdClassName
 {
   border-color: #ACAA76;
 }
 .TagClassName
 {
   border-color: #ACAA76;
 }
</style>