Shades of Neutral Green #AAA681
Tints of Neutral Green #AAA681
RGB
CMYK
RGB Variations
Color information
#AAA681 (or 0xAAA681) is known color: Neutral Green. HEX triplet: AA, A6 and 81. RGB value is (170,166,129). Sum of RGB (Red+Green+Blue) = 170+166+129=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA681 is #55597E. Grayscale: #A3A3A3. Windows color (decimal): -5593471 or 8496810. OLE color: 8496810.
HSL color Cylindrical-coordinate representation of color #AAA681: hue angle of 54.15º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA681 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 129 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.33 |
| HSL | 54.15º | 0.19% | 0.59% | - |
| HSV(B) | 54.15º | 0.24% | 0.67% | - |
| XYZ | 34.18 | 37.4 | 26.19 | - |
| YUV | 162.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 129 | 0 | 0.02 | 0.24 | 0.33 | 54.15 | 0.19 | 0.59 |
| Hex | AA | A6 | 81 | 0 | 2 | 18 | 21 | 36 | 13 | 3B |
| Octal | 252 | 246 | 201 | 0 | 2 | 30 | 41 | 66 | 23 | 73 |
| Binary | 10101010 | 10100110 | 10000001 | 0 | 10 | 11000 | 100001 | 110110 | 10011 | 111011 |
Color Harmonies of #AAA681
Complementary color
Monochromatic Colors of #AAA681
Black with #AAA681
Text Example
Text Example
White with #AAA681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA681; }
p { color: rgb(170,166,129); }
H1.HeaderClassName
{
color: #AAA681;
}
.AnyTagClassName
{
color: #AAA681;
}
</style>
background-color css
<style>
a { background-color: #AAA681; }
a { background-color: rgb(170,166,129); }
div.DivClassName
{
background-color: #AAA681;
}
.BgClassName
{
background-color: #AAA681;
}
</style>
border-color css
<style>
span { border-color: #AAA681; }
span { border-color: rgb(170,166,129); }
td.TdClassName
{
border-color: #AAA681;
}
.TagClassName
{
border-color: #AAA681;
}
</style>