Shades of Neutral Green #AAA383
Tints of Neutral Green #AAA383
RGB
CMYK
RGB Variations
Color information
#AAA383 (or 0xAAA383) is known color: Neutral Green. HEX triplet: AA, A3 and 83. RGB value is (170,163,131). Sum of RGB (Red+Green+Blue) = 170+163+131=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA383 is #555C7C. Grayscale: #A1A1A1. Windows color (decimal): -5594237 or 8627114. OLE color: 8627114.
HSL color Cylindrical-coordinate representation of color #AAA383: hue angle of 49.23º 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 #AAA383 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 131 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.33 |
| HSL | 49.23º | 0.19% | 0.59% | - |
| HSV(B) | 49.23º | 0.23% | 0.67% | - |
| XYZ | 33.77 | 36.38 | 26.71 | - |
| YUV | 161.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 131 | 0 | 0.04 | 0.23 | 0.33 | 49.23 | 0.19 | 0.59 |
| Hex | AA | A3 | 83 | 0 | 4 | 17 | 21 | 31 | 13 | 3B |
| Octal | 252 | 243 | 203 | 0 | 4 | 27 | 41 | 61 | 23 | 73 |
| Binary | 10101010 | 10100011 | 10000011 | 0 | 100 | 10111 | 100001 | 110001 | 10011 | 111011 |
Color Harmonies of #AAA383
Complementary color
Monochromatic Colors of #AAA383
Black with #AAA383
Text Example
Text Example
White with #AAA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA383; }
p { color: rgb(170,163,131); }
H1.HeaderClassName
{
color: #AAA383;
}
.AnyTagClassName
{
color: #AAA383;
}
</style>
background-color css
<style>
a { background-color: #AAA383; }
a { background-color: rgb(170,163,131); }
div.DivClassName
{
background-color: #AAA383;
}
.BgClassName
{
background-color: #AAA383;
}
</style>
border-color css
<style>
span { border-color: #AAA383; }
span { border-color: rgb(170,163,131); }
td.TdClassName
{
border-color: #AAA383;
}
.TagClassName
{
border-color: #AAA383;
}
</style>