Shades of Neutral Green #AAA689
Tints of Neutral Green #AAA689
RGB
CMYK
RGB Variations
Color information
#AAA689 (or 0xAAA689) is known color: Neutral Green. HEX triplet: AA, A6 and 89. RGB value is (170,166,137). Sum of RGB (Red+Green+Blue) = 170+166+137=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA689 is #555976. Grayscale: #A4A4A4. Windows color (decimal): -5593463 or 9021098. OLE color: 9021098.
HSL color Cylindrical-coordinate representation of color #AAA689: hue angle of 52.73º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA689 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 137 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.33 |
| HSL | 52.73º | 0.16% | 0.6% | - |
| HSV(B) | 52.73º | 0.19% | 0.67% | - |
| XYZ | 34.73 | 37.62 | 29.1 | - |
| YUV | 163.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 137 | 0 | 0.02 | 0.19 | 0.33 | 52.73 | 0.16 | 0.6 |
| Hex | AA | A6 | 89 | 0 | 2 | 13 | 21 | 35 | 10 | 3C |
| Octal | 252 | 246 | 211 | 0 | 2 | 23 | 41 | 65 | 20 | 74 |
| Binary | 10101010 | 10100110 | 10001001 | 0 | 10 | 10011 | 100001 | 110101 | 10000 | 111100 |
Color Harmonies of #AAA689
Complementary color
Monochromatic Colors of #AAA689
Black with #AAA689
Text Example
Text Example
White with #AAA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA689; }
p { color: rgb(170,166,137); }
H1.HeaderClassName
{
color: #AAA689;
}
.AnyTagClassName
{
color: #AAA689;
}
</style>
background-color css
<style>
a { background-color: #AAA689; }
a { background-color: rgb(170,166,137); }
div.DivClassName
{
background-color: #AAA689;
}
.BgClassName
{
background-color: #AAA689;
}
</style>
border-color css
<style>
span { border-color: #AAA689; }
span { border-color: rgb(170,166,137); }
td.TdClassName
{
border-color: #AAA689;
}
.TagClassName
{
border-color: #AAA689;
}
</style>