Shades of Neutral Green #AAA683
Tints of Neutral Green #AAA683
RGB
CMYK
RGB Variations
Color information
#AAA683 (or 0xAAA683) is known color: Neutral Green. HEX triplet: AA, A6 and 83. RGB value is (170,166,131). Sum of RGB (Red+Green+Blue) = 170+166+131=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA683 is #55597C. Grayscale: #A3A3A3. Windows color (decimal): -5593469 or 8627882. OLE color: 8627882.
HSL color Cylindrical-coordinate representation of color #AAA683: hue angle of 53.85º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAA683 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 131 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.33 |
| HSL | 53.85º | 0.19% | 0.59% | - |
| HSV(B) | 53.85º | 0.23% | 0.67% | - |
| XYZ | 34.31 | 37.46 | 26.89 | - |
| YUV | 163.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 131 | 0 | 0.02 | 0.23 | 0.33 | 53.85 | 0.19 | 0.59 |
| Hex | AA | A6 | 83 | 0 | 2 | 17 | 21 | 36 | 13 | 3B |
| Octal | 252 | 246 | 203 | 0 | 2 | 27 | 41 | 66 | 23 | 73 |
| Binary | 10101010 | 10100110 | 10000011 | 0 | 10 | 10111 | 100001 | 110110 | 10011 | 111011 |
Color Harmonies of #AAA683
Complementary color
Monochromatic Colors of #AAA683
Black with #AAA683
Text Example
Text Example
White with #AAA683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA683; }
p { color: rgb(170,166,131); }
H1.HeaderClassName
{
color: #AAA683;
}
.AnyTagClassName
{
color: #AAA683;
}
</style>
background-color css
<style>
a { background-color: #AAA683; }
a { background-color: rgb(170,166,131); }
div.DivClassName
{
background-color: #AAA683;
}
.BgClassName
{
background-color: #AAA683;
}
</style>
border-color css
<style>
span { border-color: #AAA683; }
span { border-color: rgb(170,166,131); }
td.TdClassName
{
border-color: #AAA683;
}
.TagClassName
{
border-color: #AAA683;
}
</style>