Shades of Olive Green #AAA455
Tints of Olive Green #AAA455
RGB
CMYK
RGB Variations
Color information
#AAA455 (or 0xAAA455) is known color: Olive Green. HEX triplet: AA, A4 and 55. RGB value is (170,164,85). Sum of RGB (Red+Green+Blue) = 170+164+85=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA455 is #555BAA. Grayscale: #9D9D9D. Windows color (decimal): -5594027 or 5612714. OLE color: 5612714.
HSL color Cylindrical-coordinate representation of color #AAA455: hue angle of 55.76º 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 #AAA455 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 85 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.33 |
| HSL | 55.76º | 0.33% | 0.5% | - |
| HSV(B) | 55.76º | 0.5% | 0.67% | - |
| XYZ | 31.49 | 35.75 | 13.84 | - |
| YUV | 156.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 85 | 0 | 0.04 | 0.50 | 0.33 | 55.76 | 0.33 | 0.5 |
| Hex | AA | A4 | 55 | 0 | 4 | 32 | 21 | 38 | 21 | 32 |
| Octal | 252 | 244 | 125 | 0 | 4 | 62 | 41 | 70 | 41 | 62 |
| Binary | 10101010 | 10100100 | 1010101 | 0 | 100 | 110010 | 100001 | 111000 | 100001 | 110010 |
Color Harmonies of #AAA455
Complementary color
Monochromatic Colors of #AAA455
Black with #AAA455
Text Example
Text Example
White with #AAA455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA455; }
p { color: rgb(170,164,85); }
H1.HeaderClassName
{
color: #AAA455;
}
.AnyTagClassName
{
color: #AAA455;
}
</style>
background-color css
<style>
a { background-color: #AAA455; }
a { background-color: rgb(170,164,85); }
div.DivClassName
{
background-color: #AAA455;
}
.BgClassName
{
background-color: #AAA455;
}
</style>
border-color css
<style>
span { border-color: #AAA455; }
span { border-color: rgb(170,164,85); }
td.TdClassName
{
border-color: #AAA455;
}
.TagClassName
{
border-color: #AAA455;
}
</style>