Shades of Neutral Green #AAA878
Tints of Neutral Green #AAA878
RGB
CMYK
RGB Variations
Color information
#AAA878 (or 0xAAA878) is known color: Neutral Green. HEX triplet: AA, A8 and 78. RGB value is (170,168,120). Sum of RGB (Red+Green+Blue) = 170+168+120=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA878 is #555787. Grayscale: #A3A3A3. Windows color (decimal): -5592968 or 7907498. OLE color: 7907498.
HSL color Cylindrical-coordinate representation of color #AAA878: hue angle of 57.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA878 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 120 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.33 |
| HSL | 57.6º | 0.23% | 0.57% | - |
| HSV(B) | 57.6º | 0.29% | 0.67% | - |
| XYZ | 33.97 | 37.91 | 23.3 | - |
| YUV | 163.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 120 | 0 | 0.01 | 0.29 | 0.33 | 57.6 | 0.23 | 0.57 |
| Hex | AA | A8 | 78 | 0 | 1 | 1D | 21 | 3A | 17 | 39 |
| Octal | 252 | 250 | 170 | 0 | 1 | 35 | 41 | 72 | 27 | 71 |
| Binary | 10101010 | 10101000 | 1111000 | 0 | 1 | 11101 | 100001 | 111010 | 10111 | 111001 |
Color Harmonies of #AAA878
Complementary color
Monochromatic Colors of #AAA878
Black with #AAA878
Text Example
Text Example
White with #AAA878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA878; }
p { color: rgb(170,168,120); }
H1.HeaderClassName
{
color: #AAA878;
}
.AnyTagClassName
{
color: #AAA878;
}
</style>
background-color css
<style>
a { background-color: #AAA878; }
a { background-color: rgb(170,168,120); }
div.DivClassName
{
background-color: #AAA878;
}
.BgClassName
{
background-color: #AAA878;
}
</style>
border-color css
<style>
span { border-color: #AAA878; }
span { border-color: rgb(170,168,120); }
td.TdClassName
{
border-color: #AAA878;
}
.TagClassName
{
border-color: #AAA878;
}
</style>