Shades of Neutral Green #AAA581
Tints of Neutral Green #AAA581
RGB
CMYK
RGB Variations
Color information
#AAA581 (or 0xAAA581) is known color: Neutral Green. HEX triplet: AA, A5 and 81. RGB value is (170,165,129). Sum of RGB (Red+Green+Blue) = 170+165+129=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA581 is #555A7E. Grayscale: #A2A2A2. Windows color (decimal): -5593727 or 8496554. OLE color: 8496554.
HSL color Cylindrical-coordinate representation of color #AAA581: hue angle of 52.68º 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 #AAA581 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 129 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.33 |
| HSL | 52.68º | 0.19% | 0.59% | - |
| HSV(B) | 52.68º | 0.24% | 0.67% | - |
| XYZ | 34 | 37.04 | 26.13 | - |
| YUV | 162.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 129 | 0 | 0.03 | 0.24 | 0.33 | 52.68 | 0.19 | 0.59 |
| Hex | AA | A5 | 81 | 0 | 3 | 18 | 21 | 35 | 13 | 3B |
| Octal | 252 | 245 | 201 | 0 | 3 | 30 | 41 | 65 | 23 | 73 |
| Binary | 10101010 | 10100101 | 10000001 | 0 | 11 | 11000 | 100001 | 110101 | 10011 | 111011 |
Color Harmonies of #AAA581
Complementary color
Monochromatic Colors of #AAA581
Black with #AAA581
Text Example
Text Example
White with #AAA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA581; }
p { color: rgb(170,165,129); }
H1.HeaderClassName
{
color: #AAA581;
}
.AnyTagClassName
{
color: #AAA581;
}
</style>
background-color css
<style>
a { background-color: #AAA581; }
a { background-color: rgb(170,165,129); }
div.DivClassName
{
background-color: #AAA581;
}
.BgClassName
{
background-color: #AAA581;
}
</style>
border-color css
<style>
span { border-color: #AAA581; }
span { border-color: rgb(170,165,129); }
td.TdClassName
{
border-color: #AAA581;
}
.TagClassName
{
border-color: #AAA581;
}
</style>