Shades of Olive Green #AAA555
Tints of Olive Green #AAA555
RGB
CMYK
RGB Variations
Color information
#AAA555 (or 0xAAA555) is known color: Olive Green. HEX triplet: AA, A5 and 55. RGB value is (170,165,85). Sum of RGB (Red+Green+Blue) = 170+165+85=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA555 is #555AAA. Grayscale: #9D9D9D. Windows color (decimal): -5593771 or 5612970. OLE color: 5612970.
HSL color Cylindrical-coordinate representation of color #AAA555: hue angle of 56.47º 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 #AAA555 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 85 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.33 |
| HSL | 56.47º | 0.33% | 0.5% | - |
| HSV(B) | 56.47º | 0.5% | 0.67% | - |
| XYZ | 31.67 | 36.11 | 13.9 | - |
| YUV | 157.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 85 | 0 | 0.03 | 0.50 | 0.33 | 56.47 | 0.33 | 0.5 |
| Hex | AA | A5 | 55 | 0 | 3 | 32 | 21 | 38 | 21 | 32 |
| Octal | 252 | 245 | 125 | 0 | 3 | 62 | 41 | 70 | 41 | 62 |
| Binary | 10101010 | 10100101 | 1010101 | 0 | 11 | 110010 | 100001 | 111000 | 100001 | 110010 |
Color Harmonies of #AAA555
Complementary color
Monochromatic Colors of #AAA555
Black with #AAA555
Text Example
Text Example
White with #AAA555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA555; }
p { color: rgb(170,165,85); }
H1.HeaderClassName
{
color: #AAA555;
}
.AnyTagClassName
{
color: #AAA555;
}
</style>
background-color css
<style>
a { background-color: #AAA555; }
a { background-color: rgb(170,165,85); }
div.DivClassName
{
background-color: #AAA555;
}
.BgClassName
{
background-color: #AAA555;
}
</style>
border-color css
<style>
span { border-color: #AAA555; }
span { border-color: rgb(170,165,85); }
td.TdClassName
{
border-color: #AAA555;
}
.TagClassName
{
border-color: #AAA555;
}
</style>