Shades of Neutral Green #AAA288
Tints of Neutral Green #AAA288
RGB
CMYK
RGB Variations
Color information
#AAA288 (or 0xAAA288) is known color: Neutral Green. HEX triplet: AA, A2 and 88. RGB value is (170,162,136). Sum of RGB (Red+Green+Blue) = 170+162+136=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA288 is #555D77. Grayscale: #A1A1A1. Windows color (decimal): -5594488 or 8954538. OLE color: 8954538.
HSL color Cylindrical-coordinate representation of color #AAA288: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA288 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 162 | 136 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.33 |
| HSL | 45.88º | 0.17% | 0.6% | - |
| HSV(B) | 45.88º | 0.2% | 0.67% | - |
| XYZ | 33.94 | 36.16 | 28.48 | - |
| YUV | 161.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 136 | 0 | 0.05 | 0.20 | 0.33 | 45.88 | 0.17 | 0.6 |
| Hex | AA | A2 | 88 | 0 | 5 | 14 | 21 | 2E | 11 | 3C |
| Octal | 252 | 242 | 210 | 0 | 5 | 24 | 41 | 56 | 21 | 74 |
| Binary | 10101010 | 10100010 | 10001000 | 0 | 101 | 10100 | 100001 | 101110 | 10001 | 111100 |
Color Harmonies of #AAA288
Complementary color
Monochromatic Colors of #AAA288
Black with #AAA288
Text Example
Text Example
White with #AAA288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA288; }
p { color: rgb(170,162,136); }
H1.HeaderClassName
{
color: #AAA288;
}
.AnyTagClassName
{
color: #AAA288;
}
</style>
background-color css
<style>
a { background-color: #AAA288; }
a { background-color: rgb(170,162,136); }
div.DivClassName
{
background-color: #AAA288;
}
.BgClassName
{
background-color: #AAA288;
}
</style>
border-color css
<style>
span { border-color: #AAA288; }
span { border-color: rgb(170,162,136); }
td.TdClassName
{
border-color: #AAA288;
}
.TagClassName
{
border-color: #AAA288;
}
</style>