Shades of Neutral Green #AAA87E
Tints of Neutral Green #AAA87E
RGB
CMYK
RGB Variations
Color information
#AAA87E (or 0xAAA87E) is known color: Neutral Green. HEX triplet: AA, A8 and 7E. RGB value is (170,168,126). Sum of RGB (Red+Green+Blue) = 170+168+126=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87E is #555781. Grayscale: #A3A3A3. Windows color (decimal): -5592962 or 8300714. OLE color: 8300714.
HSL color Cylindrical-coordinate representation of color #AAA87E: hue angle of 57.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA87E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 126 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.33 |
| HSL | 57.27º | 0.21% | 0.58% | - |
| HSV(B) | 57.27º | 0.26% | 0.67% | - |
| XYZ | 34.35 | 38.06 | 25.27 | - |
| YUV | 163.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 126 | 0 | 0.01 | 0.26 | 0.33 | 57.27 | 0.21 | 0.58 |
| Hex | AA | A8 | 7E | 0 | 1 | 1A | 21 | 39 | 15 | 3A |
| Octal | 252 | 250 | 176 | 0 | 1 | 32 | 41 | 71 | 25 | 72 |
| Binary | 10101010 | 10101000 | 1111110 | 0 | 1 | 11010 | 100001 | 111001 | 10101 | 111010 |
Color Harmonies of #AAA87E
Complementary color
Monochromatic Colors of #AAA87E
Black with #AAA87E
Text Example
Text Example
White with #AAA87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA87E; }
p { color: rgb(170,168,126); }
H1.HeaderClassName
{
color: #AAA87E;
}
.AnyTagClassName
{
color: #AAA87E;
}
</style>
background-color css
<style>
a { background-color: #AAA87E; }
a { background-color: rgb(170,168,126); }
div.DivClassName
{
background-color: #AAA87E;
}
.BgClassName
{
background-color: #AAA87E;
}
</style>
border-color css
<style>
span { border-color: #AAA87E; }
span { border-color: rgb(170,168,126); }
td.TdClassName
{
border-color: #AAA87E;
}
.TagClassName
{
border-color: #AAA87E;
}
</style>