Shades of Neutral Green #AAA387
Tints of Neutral Green #AAA387
RGB
CMYK
RGB Variations
Color information
#AAA387 (or 0xAAA387) is known color: Neutral Green. HEX triplet: AA, A3 and 87. RGB value is (170,163,135). Sum of RGB (Red+Green+Blue) = 170+163+135=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA387 is #555C78. Grayscale: #A2A2A2. Windows color (decimal): -5594233 or 8889258. OLE color: 8889258.
HSL color Cylindrical-coordinate representation of color #AAA387: hue angle of 48º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAA387 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 135 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.33 |
| HSL | 48º | 0.17% | 0.6% | - |
| HSV(B) | 48º | 0.21% | 0.67% | - |
| XYZ | 34.05 | 36.49 | 28.17 | - |
| YUV | 161.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 135 | 0 | 0.04 | 0.21 | 0.33 | 48 | 0.17 | 0.6 |
| Hex | AA | A3 | 87 | 0 | 4 | 15 | 21 | 30 | 11 | 3C |
| Octal | 252 | 243 | 207 | 0 | 4 | 25 | 41 | 60 | 21 | 74 |
| Binary | 10101010 | 10100011 | 10000111 | 0 | 100 | 10101 | 100001 | 110000 | 10001 | 111100 |
Color Harmonies of #AAA387
Complementary color
Monochromatic Colors of #AAA387
Black with #AAA387
Text Example
Text Example
White with #AAA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA387; }
p { color: rgb(170,163,135); }
H1.HeaderClassName
{
color: #AAA387;
}
.AnyTagClassName
{
color: #AAA387;
}
</style>
background-color css
<style>
a { background-color: #AAA387; }
a { background-color: rgb(170,163,135); }
div.DivClassName
{
background-color: #AAA387;
}
.BgClassName
{
background-color: #AAA387;
}
</style>
border-color css
<style>
span { border-color: #AAA387; }
span { border-color: rgb(170,163,135); }
td.TdClassName
{
border-color: #AAA387;
}
.TagClassName
{
border-color: #AAA387;
}
</style>