Shades of Neutral Green #AAA778
Tints of Neutral Green #AAA778
RGB
CMYK
RGB Variations
Color information
#AAA778 (or 0xAAA778) is known color: Neutral Green. HEX triplet: AA, A7 and 78. RGB value is (170,167,120). Sum of RGB (Red+Green+Blue) = 170+167+120=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA778 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA778 is #555887. Grayscale: #A2A2A2. Windows color (decimal): -5593224 or 7907242. OLE color: 7907242.
HSL color Cylindrical-coordinate representation of color #AAA778: hue angle of 56.4º 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 #AAA778 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 120 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 56.4º | 0.23% | 0.57% | - |
| HSV(B) | 56.4º | 0.29% | 0.67% | - |
| XYZ | 33.79 | 37.54 | 23.23 | - |
| YUV | 162.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 120 | 0 | 0.02 | 0.29 | 0.33 | 56.4 | 0.23 | 0.57 |
| Hex | AA | A7 | 78 | 0 | 2 | 1D | 21 | 38 | 17 | 39 |
| Octal | 252 | 247 | 170 | 0 | 2 | 35 | 41 | 70 | 27 | 71 |
| Binary | 10101010 | 10100111 | 1111000 | 0 | 10 | 11101 | 100001 | 111000 | 10111 | 111001 |
Color Harmonies of #AAA778
Complementary color
Monochromatic Colors of #AAA778
Black with #AAA778
Text Example
Text Example
White with #AAA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA778; }
p { color: rgb(170,167,120); }
H1.HeaderClassName
{
color: #AAA778;
}
.AnyTagClassName
{
color: #AAA778;
}
</style>
background-color css
<style>
a { background-color: #AAA778; }
a { background-color: rgb(170,167,120); }
div.DivClassName
{
background-color: #AAA778;
}
.BgClassName
{
background-color: #AAA778;
}
</style>
border-color css
<style>
span { border-color: #AAA778; }
span { border-color: rgb(170,167,120); }
td.TdClassName
{
border-color: #AAA778;
}
.TagClassName
{
border-color: #AAA778;
}
</style>