Shades of Neutral Green #AAA788
Tints of Neutral Green #AAA788
RGB
CMYK
RGB Variations
Color information
#AAA788 (or 0xAAA788) is known color: Neutral Green. HEX triplet: AA, A7 and 88. RGB value is (170,167,136). Sum of RGB (Red+Green+Blue) = 170+167+136=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA788 is #555877. Grayscale: #A4A4A4. Windows color (decimal): -5593208 or 8955818. OLE color: 8955818.
HSL color Cylindrical-coordinate representation of color #AAA788: hue angle of 54.71º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAA788 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 136 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.33 |
| HSL | 54.71º | 0.17% | 0.6% | - |
| HSV(B) | 54.71º | 0.2% | 0.67% | - |
| XYZ | 34.84 | 37.96 | 28.78 | - |
| YUV | 164.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 136 | 0 | 0.02 | 0.20 | 0.33 | 54.71 | 0.17 | 0.6 |
| Hex | AA | A7 | 88 | 0 | 2 | 14 | 21 | 37 | 11 | 3C |
| Octal | 252 | 247 | 210 | 0 | 2 | 24 | 41 | 67 | 21 | 74 |
| Binary | 10101010 | 10100111 | 10001000 | 0 | 10 | 10100 | 100001 | 110111 | 10001 | 111100 |
Color Harmonies of #AAA788
Complementary color
Monochromatic Colors of #AAA788
Black with #AAA788
Text Example
Text Example
White with #AAA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA788; }
p { color: rgb(170,167,136); }
H1.HeaderClassName
{
color: #AAA788;
}
.AnyTagClassName
{
color: #AAA788;
}
</style>
background-color css
<style>
a { background-color: #AAA788; }
a { background-color: rgb(170,167,136); }
div.DivClassName
{
background-color: #AAA788;
}
.BgClassName
{
background-color: #AAA788;
}
</style>
border-color css
<style>
span { border-color: #AAA788; }
span { border-color: rgb(170,167,136); }
td.TdClassName
{
border-color: #AAA788;
}
.TagClassName
{
border-color: #AAA788;
}
</style>