Shades of Olive Green #AAA955
Tints of Olive Green #AAA955
RGB
CMYK
RGB Variations
Color information
#AAA955 (or 0xAAA955) is known color: Olive Green. HEX triplet: AA, A9 and 55. RGB value is (170,169,85). Sum of RGB (Red+Green+Blue) = 170+169+85=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA955 is #5556AA. Grayscale: #A0A0A0. Windows color (decimal): -5592747 or 5613994. OLE color: 5613994.
HSL color Cylindrical-coordinate representation of color #AAA955: hue angle of 59.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAA955 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 85 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.33 |
| HSL | 59.29º | 0.33% | 0.5% | - |
| HSV(B) | 59.29º | 0.5% | 0.67% | - |
| XYZ | 32.41 | 37.58 | 14.14 | - |
| YUV | 159.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 85 | 0 | 0.01 | 0.50 | 0.33 | 59.29 | 0.33 | 0.5 |
| Hex | AA | A9 | 55 | 0 | 1 | 32 | 21 | 3B | 21 | 32 |
| Octal | 252 | 251 | 125 | 0 | 1 | 62 | 41 | 73 | 41 | 62 |
| Binary | 10101010 | 10101001 | 1010101 | 0 | 1 | 110010 | 100001 | 111011 | 100001 | 110010 |
Color Harmonies of #AAA955
Complementary color
Monochromatic Colors of #AAA955
Black with #AAA955
Text Example
Text Example
White with #AAA955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA955; }
p { color: rgb(170,169,85); }
H1.HeaderClassName
{
color: #AAA955;
}
.AnyTagClassName
{
color: #AAA955;
}
</style>
background-color css
<style>
a { background-color: #AAA955; }
a { background-color: rgb(170,169,85); }
div.DivClassName
{
background-color: #AAA955;
}
.BgClassName
{
background-color: #AAA955;
}
</style>
border-color css
<style>
span { border-color: #AAA955; }
span { border-color: rgb(170,169,85); }
td.TdClassName
{
border-color: #AAA955;
}
.TagClassName
{
border-color: #AAA955;
}
</style>