Shades of Neutral Green #AAA883
Tints of Neutral Green #AAA883
RGB
CMYK
RGB Variations
Color information
#AAA883 (or 0xAAA883) is known color: Neutral Green. HEX triplet: AA, A8 and 83. RGB value is (170,168,131). Sum of RGB (Red+Green+Blue) = 170+168+131=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA883 is #55577C. Grayscale: #A4A4A4. Windows color (decimal): -5592957 or 8628394. OLE color: 8628394.
HSL color Cylindrical-coordinate representation of color #AAA883: hue angle of 56.92º 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 #AAA883 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 131 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.33 |
| HSL | 56.92º | 0.19% | 0.59% | - |
| HSV(B) | 56.92º | 0.23% | 0.67% | - |
| XYZ | 34.68 | 38.19 | 27.02 | - |
| YUV | 164.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 131 | 0 | 0.01 | 0.23 | 0.33 | 56.92 | 0.19 | 0.59 |
| Hex | AA | A8 | 83 | 0 | 1 | 17 | 21 | 39 | 13 | 3B |
| Octal | 252 | 250 | 203 | 0 | 1 | 27 | 41 | 71 | 23 | 73 |
| Binary | 10101010 | 10101000 | 10000011 | 0 | 1 | 10111 | 100001 | 111001 | 10011 | 111011 |
Color Harmonies of #AAA883
Complementary color
Monochromatic Colors of #AAA883
Black with #AAA883
Text Example
Text Example
White with #AAA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA883; }
p { color: rgb(170,168,131); }
H1.HeaderClassName
{
color: #AAA883;
}
.AnyTagClassName
{
color: #AAA883;
}
</style>
background-color css
<style>
a { background-color: #AAA883; }
a { background-color: rgb(170,168,131); }
div.DivClassName
{
background-color: #AAA883;
}
.BgClassName
{
background-color: #AAA883;
}
</style>
border-color css
<style>
span { border-color: #AAA883; }
span { border-color: rgb(170,168,131); }
td.TdClassName
{
border-color: #AAA883;
}
.TagClassName
{
border-color: #AAA883;
}
</style>