Shades of Olive Green #AAA554
Tints of Olive Green #AAA554
RGB
CMYK
RGB Variations
Color information
#AAA554 (or 0xAAA554) is known color: Olive Green. HEX triplet: AA, A5 and 54. RGB value is (170,165,84). Sum of RGB (Red+Green+Blue) = 170+165+84=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA554 is #555AAB. Grayscale: #9D9D9D. Windows color (decimal): -5593772 or 5547434. OLE color: 5547434.
HSL color Cylindrical-coordinate representation of color #AAA554: hue angle of 56.51º 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 #AAA554 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 84 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.33 |
| HSL | 56.51º | 0.34% | 0.5% | - |
| HSV(B) | 56.51º | 0.51% | 0.67% | - |
| XYZ | 31.63 | 36.1 | 13.69 | - |
| YUV | 157.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 84 | 0 | 0.03 | 0.51 | 0.33 | 56.51 | 0.34 | 0.5 |
| Hex | AA | A5 | 54 | 0 | 3 | 33 | 21 | 39 | 22 | 32 |
| Octal | 252 | 245 | 124 | 0 | 3 | 63 | 41 | 71 | 42 | 62 |
| Binary | 10101010 | 10100101 | 1010100 | 0 | 11 | 110011 | 100001 | 111001 | 100010 | 110010 |
Color Harmonies of #AAA554
Complementary color
Monochromatic Colors of #AAA554
Black with #AAA554
Text Example
Text Example
White with #AAA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA554; }
p { color: rgb(170,165,84); }
H1.HeaderClassName
{
color: #AAA554;
}
.AnyTagClassName
{
color: #AAA554;
}
</style>
background-color css
<style>
a { background-color: #AAA554; }
a { background-color: rgb(170,165,84); }
div.DivClassName
{
background-color: #AAA554;
}
.BgClassName
{
background-color: #AAA554;
}
</style>
border-color css
<style>
span { border-color: #AAA554; }
span { border-color: rgb(170,165,84); }
td.TdClassName
{
border-color: #AAA554;
}
.TagClassName
{
border-color: #AAA554;
}
</style>