Shades of Neutral Green #AAA884
Tints of Neutral Green #AAA884
RGB
CMYK
RGB Variations
Color information
#AAA884 (or 0xAAA884) is known color: Neutral Green. HEX triplet: AA, A8 and 84. RGB value is (170,168,132). Sum of RGB (Red+Green+Blue) = 170+168+132=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA884 is #55577B. Grayscale: #A4A4A4. Windows color (decimal): -5592956 or 8693930. OLE color: 8693930.
HSL color Cylindrical-coordinate representation of color #AAA884: hue angle of 56.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAA884 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 132 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.33 |
| HSL | 56.84º | 0.18% | 0.59% | - |
| HSV(B) | 56.84º | 0.22% | 0.67% | - |
| XYZ | 34.75 | 38.22 | 27.38 | - |
| YUV | 164.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 132 | 0 | 0.01 | 0.22 | 0.33 | 56.84 | 0.18 | 0.59 |
| Hex | AA | A8 | 84 | 0 | 1 | 16 | 21 | 39 | 12 | 3B |
| Octal | 252 | 250 | 204 | 0 | 1 | 26 | 41 | 71 | 22 | 73 |
| Binary | 10101010 | 10101000 | 10000100 | 0 | 1 | 10110 | 100001 | 111001 | 10010 | 111011 |
Color Harmonies of #AAA884
Complementary color
Monochromatic Colors of #AAA884
Black with #AAA884
Text Example
Text Example
White with #AAA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA884; }
p { color: rgb(170,168,132); }
H1.HeaderClassName
{
color: #AAA884;
}
.AnyTagClassName
{
color: #AAA884;
}
</style>
background-color css
<style>
a { background-color: #AAA884; }
a { background-color: rgb(170,168,132); }
div.DivClassName
{
background-color: #AAA884;
}
.BgClassName
{
background-color: #AAA884;
}
</style>
border-color css
<style>
span { border-color: #AAA884; }
span { border-color: rgb(170,168,132); }
td.TdClassName
{
border-color: #AAA884;
}
.TagClassName
{
border-color: #AAA884;
}
</style>