#AAA876

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

Shades of Neutral Green #AAA876

Tints of Neutral Green #AAA876

Color information

#AAA876 (or 0xAAA876) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 76. RGB value is (170,168,118). Sum of RGB (Red+Green+Blue) = 170+168+118=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA876 is #555789. Grayscale: #A3A3A3. Windows color (decimal): -5592970 or 7776426. OLE color: 7776426.

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

Color convert

RGB170168118-
CMYK00.010.310.33
HSL57.69º23.42%56.47%-
HSV(B)57.69º30.59%66.67%-
XYZ33.8537.8622.66-
YUV162.9102.66133.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=37.28%
G=36.84%
B=25.88%

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
Decimal17016811800.010.310.3357.6923.4256.47
HexAAA876011F213a1738
Octal252250166013741722770
Binary10101010101010001110110011111110000111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA876; }

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

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

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

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

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

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

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

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