Shades of Neutral Green #AAA877
Tints of Neutral Green #AAA877
RGB
CMYK
RGB Variations
Color information
#AAA877 (or 0xAAA877) is known color: Neutral Green. HEX triplet: AA, A8 and 77. RGB value is (170,168,119). Sum of RGB (Red+Green+Blue) = 170+168+119=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA877 is #555788. Grayscale: #A3A3A3. Windows color (decimal): -5592969 or 7841962. OLE color: 7841962.
HSL color Cylindrical-coordinate representation of color #AAA877: hue angle of 57.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAA877 is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 119 | - |
| CMYK | 0 | 0.01 | 0.3 | 0.33 |
| HSL | 57.65º | 0.23% | 0.57% | - |
| HSV(B) | 57.65º | 0.3% | 0.67% | - |
| XYZ | 33.91 | 37.88 | 22.98 | - |
| YUV | 163.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 119 | 0 | 0.01 | 0.3 | 0.33 | 57.65 | 0.23 | 0.57 |
| Hex | AA | A8 | 77 | 0 | 1 | 1E | 21 | 3A | 17 | 39 |
| Octal | 252 | 250 | 167 | 0 | 1 | 36 | 41 | 72 | 27 | 71 |
| Binary | 10101010 | 10101000 | 1110111 | 0 | 1 | 11110 | 100001 | 111010 | 10111 | 111001 |
Color Harmonies of #AAA877
Complementary color
Monochromatic Colors of #AAA877
Black with #AAA877
Text Example
Text Example
White with #AAA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA877; }
p { color: rgb(170,168,119); }
H1.HeaderClassName
{
color: #AAA877;
}
.AnyTagClassName
{
color: #AAA877;
}
</style>
background-color css
<style>
a { background-color: #AAA877; }
a { background-color: rgb(170,168,119); }
div.DivClassName
{
background-color: #AAA877;
}
.BgClassName
{
background-color: #AAA877;
}
</style>
border-color css
<style>
span { border-color: #AAA877; }
span { border-color: rgb(170,168,119); }
td.TdClassName
{
border-color: #AAA877;
}
.TagClassName
{
border-color: #AAA877;
}
</style>