Shades of Olive Green #AAAB54
Tints of Olive Green #AAAB54
RGB
CMYK
RGB Variations
Color information
#AAAB54 (or 0xAAAB54) is known color: Olive Green. HEX triplet: AA, AB and 54. RGB value is (170,171,84). Sum of RGB (Red+Green+Blue) = 170+171+84=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB54 is #5554AB. Grayscale: #A1A1A1. Windows color (decimal): -5592236 or 5548970. OLE color: 5548970.
HSL color Cylindrical-coordinate representation of color #AAAB54: hue angle of 60.69º 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 #AAAB54 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 84 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.33 |
| HSL | 60.69º | 0.34% | 0.5% | - |
| HSV(B) | 60.69º | 0.51% | 0.67% | - |
| XYZ | 32.74 | 38.31 | 14.06 | - |
| YUV | 160.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 84 | 0.01 | 0 | 0.51 | 0.33 | 60.69 | 0.34 | 0.5 |
| Hex | AA | AB | 54 | 1 | 0 | 33 | 21 | 3D | 22 | 32 |
| Octal | 252 | 253 | 124 | 1 | 0 | 63 | 41 | 75 | 42 | 62 |
| Binary | 10101010 | 10101011 | 1010100 | 1 | 0 | 110011 | 100001 | 111101 | 100010 | 110010 |
Color Harmonies of #AAAB54
Complementary color
Monochromatic Colors of #AAAB54
Black with #AAAB54
Text Example
Text Example
White with #AAAB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB54; }
p { color: rgb(170,171,84); }
H1.HeaderClassName
{
color: #AAAB54;
}
.AnyTagClassName
{
color: #AAAB54;
}
</style>
background-color css
<style>
a { background-color: #AAAB54; }
a { background-color: rgb(170,171,84); }
div.DivClassName
{
background-color: #AAAB54;
}
.BgClassName
{
background-color: #AAAB54;
}
</style>
border-color css
<style>
span { border-color: #AAAB54; }
span { border-color: rgb(170,171,84); }
td.TdClassName
{
border-color: #AAAB54;
}
.TagClassName
{
border-color: #AAAB54;
}
</style>