Shades of Olive Green #AAA559
Tints of Olive Green #AAA559
RGB
CMYK
RGB Variations
Color information
#AAA559 (or 0xAAA559) is known color: Olive Green. HEX triplet: AA, A5 and 59. RGB value is (170,165,89). Sum of RGB (Red+Green+Blue) = 170+165+89=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA559 is #555AA6. Grayscale: #9E9E9E. Windows color (decimal): -5593767 or 5875114. OLE color: 5875114.
HSL color Cylindrical-coordinate representation of color #AAA559: hue angle of 56.3º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA559 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 89 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.33 |
| HSL | 56.3º | 0.32% | 0.51% | - |
| HSV(B) | 56.3º | 0.48% | 0.67% | - |
| XYZ | 31.84 | 36.18 | 14.76 | - |
| YUV | 157.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 89 | 0 | 0.03 | 0.48 | 0.33 | 56.3 | 0.32 | 0.51 |
| Hex | AA | A5 | 59 | 0 | 3 | 30 | 21 | 38 | 20 | 33 |
| Octal | 252 | 245 | 131 | 0 | 3 | 60 | 41 | 70 | 40 | 63 |
| Binary | 10101010 | 10100101 | 1011001 | 0 | 11 | 110000 | 100001 | 111000 | 100000 | 110011 |
Color Harmonies of #AAA559
Complementary color
Monochromatic Colors of #AAA559
Black with #AAA559
Text Example
Text Example
White with #AAA559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA559; }
p { color: rgb(170,165,89); }
H1.HeaderClassName
{
color: #AAA559;
}
.AnyTagClassName
{
color: #AAA559;
}
</style>
background-color css
<style>
a { background-color: #AAA559; }
a { background-color: rgb(170,165,89); }
div.DivClassName
{
background-color: #AAA559;
}
.BgClassName
{
background-color: #AAA559;
}
</style>
border-color css
<style>
span { border-color: #AAA559; }
span { border-color: rgb(170,165,89); }
td.TdClassName
{
border-color: #AAA559;
}
.TagClassName
{
border-color: #AAA559;
}
</style>