Shades of Olive Green #AAA953
Tints of Olive Green #AAA953
RGB
CMYK
RGB Variations
Color information
#AAA953 (or 0xAAA953) is known color: Olive Green. HEX triplet: AA, A9 and 53. RGB value is (170,169,83). Sum of RGB (Red+Green+Blue) = 170+169+83=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA953 is #5556AC. Grayscale: #9F9F9F. Windows color (decimal): -5592749 or 5482922. OLE color: 5482922.
HSL color Cylindrical-coordinate representation of color #AAA953: hue angle of 59.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA953 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 83 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.31º | 0.34% | 0.5% | - |
| HSV(B) | 59.31º | 0.51% | 0.67% | - |
| XYZ | 32.33 | 37.55 | 13.73 | - |
| YUV | 159.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 83 | 0 | 0.01 | 0.51 | 0.33 | 59.31 | 0.34 | 0.5 |
| Hex | AA | A9 | 53 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 252 | 251 | 123 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101010 | 10101001 | 1010011 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #AAA953
Complementary color
Monochromatic Colors of #AAA953
Black with #AAA953
Text Example
Text Example
White with #AAA953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA953; }
p { color: rgb(170,169,83); }
H1.HeaderClassName
{
color: #AAA953;
}
.AnyTagClassName
{
color: #AAA953;
}
</style>
background-color css
<style>
a { background-color: #AAA953; }
a { background-color: rgb(170,169,83); }
div.DivClassName
{
background-color: #AAA953;
}
.BgClassName
{
background-color: #AAA953;
}
</style>
border-color css
<style>
span { border-color: #AAA953; }
span { border-color: rgb(170,169,83); }
td.TdClassName
{
border-color: #AAA953;
}
.TagClassName
{
border-color: #AAA953;
}
</style>