Shades of Neutral Green #AAA486
Tints of Neutral Green #AAA486
RGB
CMYK
RGB Variations
Color information
#AAA486 (or 0xAAA486) is known color: Neutral Green. HEX triplet: AA, A4 and 86. RGB value is (170,164,134). Sum of RGB (Red+Green+Blue) = 170+164+134=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA486 is #555B79. Grayscale: #A2A2A2. Windows color (decimal): -5593978 or 8823978. OLE color: 8823978.
HSL color Cylindrical-coordinate representation of color #AAA486: hue angle of 50º 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 #AAA486 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 134 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.33 |
| HSL | 50º | 0.17% | 0.6% | - |
| HSV(B) | 50º | 0.21% | 0.67% | - |
| XYZ | 34.16 | 36.82 | 27.86 | - |
| YUV | 162.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 134 | 0 | 0.04 | 0.21 | 0.33 | 50 | 0.17 | 0.6 |
| Hex | AA | A4 | 86 | 0 | 4 | 15 | 21 | 32 | 11 | 3C |
| Octal | 252 | 244 | 206 | 0 | 4 | 25 | 41 | 62 | 21 | 74 |
| Binary | 10101010 | 10100100 | 10000110 | 0 | 100 | 10101 | 100001 | 110010 | 10001 | 111100 |
Color Harmonies of #AAA486
Complementary color
Monochromatic Colors of #AAA486
Black with #AAA486
Text Example
Text Example
White with #AAA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA486; }
p { color: rgb(170,164,134); }
H1.HeaderClassName
{
color: #AAA486;
}
.AnyTagClassName
{
color: #AAA486;
}
</style>
background-color css
<style>
a { background-color: #AAA486; }
a { background-color: rgb(170,164,134); }
div.DivClassName
{
background-color: #AAA486;
}
.BgClassName
{
background-color: #AAA486;
}
</style>
border-color css
<style>
span { border-color: #AAA486; }
span { border-color: rgb(170,164,134); }
td.TdClassName
{
border-color: #AAA486;
}
.TagClassName
{
border-color: #AAA486;
}
</style>