Shades of Neutral Green #AAA688
Tints of Neutral Green #AAA688
RGB
CMYK
RGB Variations
Color information
#AAA688 (or 0xAAA688) is known color: Neutral Green. HEX triplet: AA, A6 and 88. RGB value is (170,166,136). Sum of RGB (Red+Green+Blue) = 170+166+136=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA688 is #555977. Grayscale: #A3A3A3. Windows color (decimal): -5593464 or 8955562. OLE color: 8955562.
HSL color Cylindrical-coordinate representation of color #AAA688: hue angle of 52.94º 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 #AAA688 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 136 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.33 |
| HSL | 52.94º | 0.17% | 0.6% | - |
| HSV(B) | 52.94º | 0.2% | 0.67% | - |
| XYZ | 34.66 | 37.6 | 28.72 | - |
| YUV | 163.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 136 | 0 | 0.02 | 0.20 | 0.33 | 52.94 | 0.17 | 0.6 |
| Hex | AA | A6 | 88 | 0 | 2 | 14 | 21 | 35 | 11 | 3C |
| Octal | 252 | 246 | 210 | 0 | 2 | 24 | 41 | 65 | 21 | 74 |
| Binary | 10101010 | 10100110 | 10001000 | 0 | 10 | 10100 | 100001 | 110101 | 10001 | 111100 |
Color Harmonies of #AAA688
Complementary color
Monochromatic Colors of #AAA688
Black with #AAA688
Text Example
Text Example
White with #AAA688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA688; }
p { color: rgb(170,166,136); }
H1.HeaderClassName
{
color: #AAA688;
}
.AnyTagClassName
{
color: #AAA688;
}
</style>
background-color css
<style>
a { background-color: #AAA688; }
a { background-color: rgb(170,166,136); }
div.DivClassName
{
background-color: #AAA688;
}
.BgClassName
{
background-color: #AAA688;
}
</style>
border-color css
<style>
span { border-color: #AAA688; }
span { border-color: rgb(170,166,136); }
td.TdClassName
{
border-color: #AAA688;
}
.TagClassName
{
border-color: #AAA688;
}
</style>