Shades of Neutral Green #AAA779
Tints of Neutral Green #AAA779
RGB
CMYK
RGB Variations
Color information
#AAA779 (or 0xAAA779) is known color: Neutral Green. HEX triplet: AA, A7 and 79. RGB value is (170,167,121). Sum of RGB (Red+Green+Blue) = 170+167+121=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA779 is #555886. Grayscale: #A2A2A2. Windows color (decimal): -5593223 or 7972778. OLE color: 7972778.
HSL color Cylindrical-coordinate representation of color #AAA779: hue angle of 56.33º degrees, saturation: 0.22, 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 #AAA779 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 121 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 56.33º | 0.22% | 0.57% | - |
| HSV(B) | 56.33º | 0.29% | 0.67% | - |
| XYZ | 33.85 | 37.56 | 23.56 | - |
| YUV | 162.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 121 | 0 | 0.02 | 0.29 | 0.33 | 56.33 | 0.22 | 0.57 |
| Hex | AA | A7 | 79 | 0 | 2 | 1D | 21 | 38 | 16 | 39 |
| Octal | 252 | 247 | 171 | 0 | 2 | 35 | 41 | 70 | 26 | 71 |
| Binary | 10101010 | 10100111 | 1111001 | 0 | 10 | 11101 | 100001 | 111000 | 10110 | 111001 |
Color Harmonies of #AAA779
Complementary color
Monochromatic Colors of #AAA779
Black with #AAA779
Text Example
Text Example
White with #AAA779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA779; }
p { color: rgb(170,167,121); }
H1.HeaderClassName
{
color: #AAA779;
}
.AnyTagClassName
{
color: #AAA779;
}
</style>
background-color css
<style>
a { background-color: #AAA779; }
a { background-color: rgb(170,167,121); }
div.DivClassName
{
background-color: #AAA779;
}
.BgClassName
{
background-color: #AAA779;
}
</style>
border-color css
<style>
span { border-color: #AAA779; }
span { border-color: rgb(170,167,121); }
td.TdClassName
{
border-color: #AAA779;
}
.TagClassName
{
border-color: #AAA779;
}
</style>