Shades of Neutral Green #AAA87A
Tints of Neutral Green #AAA87A
RGB
CMYK
RGB Variations
Color information
#AAA87A (or 0xAAA87A) is known color: Neutral Green. HEX triplet: AA, A8 and 7A. RGB value is (170,168,122). Sum of RGB (Red+Green+Blue) = 170+168+122=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87A is #555785. Grayscale: #A3A3A3. Windows color (decimal): -5592966 or 8038570. OLE color: 8038570.
HSL color Cylindrical-coordinate representation of color #AAA87A: hue angle of 57.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA87A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 122 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.33 |
| HSL | 57.5º | 0.22% | 0.57% | - |
| HSV(B) | 57.5º | 0.28% | 0.67% | - |
| XYZ | 34.09 | 37.96 | 23.94 | - |
| YUV | 163.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 122 | 0 | 0.01 | 0.28 | 0.33 | 57.5 | 0.22 | 0.57 |
| Hex | AA | A8 | 7A | 0 | 1 | 1C | 21 | 3A | 16 | 39 |
| Octal | 252 | 250 | 172 | 0 | 1 | 34 | 41 | 72 | 26 | 71 |
| Binary | 10101010 | 10101000 | 1111010 | 0 | 1 | 11100 | 100001 | 111010 | 10110 | 111001 |
Color Harmonies of #AAA87A
Complementary color
Monochromatic Colors of #AAA87A
Black with #AAA87A
Text Example
Text Example
White with #AAA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA87A; }
p { color: rgb(170,168,122); }
H1.HeaderClassName
{
color: #AAA87A;
}
.AnyTagClassName
{
color: #AAA87A;
}
</style>
background-color css
<style>
a { background-color: #AAA87A; }
a { background-color: rgb(170,168,122); }
div.DivClassName
{
background-color: #AAA87A;
}
.BgClassName
{
background-color: #AAA87A;
}
</style>
border-color css
<style>
span { border-color: #AAA87A; }
span { border-color: rgb(170,168,122); }
td.TdClassName
{
border-color: #AAA87A;
}
.TagClassName
{
border-color: #AAA87A;
}
</style>