Shades of Neutral Green #AAA583
Tints of Neutral Green #AAA583
RGB
CMYK
RGB Variations
Color information
#AAA583 (or 0xAAA583) is known color: Neutral Green. HEX triplet: AA, A5 and 83. RGB value is (170,165,131). Sum of RGB (Red+Green+Blue) = 170+165+131=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA583 is #555A7C. Grayscale: #A2A2A2. Windows color (decimal): -5593725 or 8627626. OLE color: 8627626.
HSL color Cylindrical-coordinate representation of color #AAA583: hue angle of 52.31º 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 #AAA583 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 131 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.33 |
| HSL | 52.31º | 0.19% | 0.59% | - |
| HSV(B) | 52.31º | 0.23% | 0.67% | - |
| XYZ | 34.13 | 37.1 | 26.83 | - |
| YUV | 162.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 131 | 0 | 0.03 | 0.23 | 0.33 | 52.31 | 0.19 | 0.59 |
| Hex | AA | A5 | 83 | 0 | 3 | 17 | 21 | 34 | 13 | 3B |
| Octal | 252 | 245 | 203 | 0 | 3 | 27 | 41 | 64 | 23 | 73 |
| Binary | 10101010 | 10100101 | 10000011 | 0 | 11 | 10111 | 100001 | 110100 | 10011 | 111011 |
Color Harmonies of #AAA583
Complementary color
Monochromatic Colors of #AAA583
Black with #AAA583
Text Example
Text Example
White with #AAA583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA583; }
p { color: rgb(170,165,131); }
H1.HeaderClassName
{
color: #AAA583;
}
.AnyTagClassName
{
color: #AAA583;
}
</style>
background-color css
<style>
a { background-color: #AAA583; }
a { background-color: rgb(170,165,131); }
div.DivClassName
{
background-color: #AAA583;
}
.BgClassName
{
background-color: #AAA583;
}
</style>
border-color css
<style>
span { border-color: #AAA583; }
span { border-color: rgb(170,165,131); }
td.TdClassName
{
border-color: #AAA583;
}
.TagClassName
{
border-color: #AAA583;
}
</style>