Shades of Neutral Green #AAA882
Tints of Neutral Green #AAA882
RGB
CMYK
RGB Variations
Color information
#AAA882 (or 0xAAA882) is known color: Neutral Green. HEX triplet: AA, A8 and 82. RGB value is (170,168,130). Sum of RGB (Red+Green+Blue) = 170+168+130=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA882 is #55577D. Grayscale: #A4A4A4. Windows color (decimal): -5592958 or 8562858. OLE color: 8562858.
HSL color Cylindrical-coordinate representation of color #AAA882: hue angle of 57º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA882 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 130 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.33 |
| HSL | 57º | 0.19% | 0.59% | - |
| HSV(B) | 57º | 0.24% | 0.67% | - |
| XYZ | 34.61 | 38.16 | 26.66 | - |
| YUV | 164.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 130 | 0 | 0.01 | 0.24 | 0.33 | 57 | 0.19 | 0.59 |
| Hex | AA | A8 | 82 | 0 | 1 | 18 | 21 | 39 | 13 | 3B |
| Octal | 252 | 250 | 202 | 0 | 1 | 30 | 41 | 71 | 23 | 73 |
| Binary | 10101010 | 10101000 | 10000010 | 0 | 1 | 11000 | 100001 | 111001 | 10011 | 111011 |
Color Harmonies of #AAA882
Complementary color
Monochromatic Colors of #AAA882
Black with #AAA882
Text Example
Text Example
White with #AAA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA882; }
p { color: rgb(170,168,130); }
H1.HeaderClassName
{
color: #AAA882;
}
.AnyTagClassName
{
color: #AAA882;
}
</style>
background-color css
<style>
a { background-color: #AAA882; }
a { background-color: rgb(170,168,130); }
div.DivClassName
{
background-color: #AAA882;
}
.BgClassName
{
background-color: #AAA882;
}
</style>
border-color css
<style>
span { border-color: #AAA882; }
span { border-color: rgb(170,168,130); }
td.TdClassName
{
border-color: #AAA882;
}
.TagClassName
{
border-color: #AAA882;
}
</style>