Shades of Olive Green #AAAB56
Tints of Olive Green #AAAB56
RGB
CMYK
RGB Variations
Color information
#AAAB56 (or 0xAAAB56) is known color: Olive Green. HEX triplet: AA, AB and 56. RGB value is (170,171,86). Sum of RGB (Red+Green+Blue) = 170+171+86=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB56 is #5554A9. Grayscale: #A1A1A1. Windows color (decimal): -5592234 or 5680042. OLE color: 5680042.
HSL color Cylindrical-coordinate representation of color #AAAB56: hue angle of 60.71º degrees, saturation: 0.34, 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 #AAAB56 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 86 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.33 |
| HSL | 60.71º | 0.34% | 0.5% | - |
| HSV(B) | 60.71º | 0.5% | 0.67% | - |
| XYZ | 32.82 | 38.34 | 14.48 | - |
| YUV | 161.01 | 85.67 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 86 | 0.01 | 0 | 0.50 | 0.33 | 60.71 | 0.34 | 0.5 |
| Hex | AA | AB | 56 | 1 | 0 | 32 | 21 | 3D | 22 | 32 |
| Octal | 252 | 253 | 126 | 1 | 0 | 62 | 41 | 75 | 42 | 62 |
| Binary | 10101010 | 10101011 | 1010110 | 1 | 0 | 110010 | 100001 | 111101 | 100010 | 110010 |
Color Harmonies of #AAAB56
Complementary color
Monochromatic Colors of #AAAB56
Black with #AAAB56
Text Example
Text Example
White with #AAAB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB56; }
p { color: rgb(170,171,86); }
H1.HeaderClassName
{
color: #AAAB56;
}
.AnyTagClassName
{
color: #AAAB56;
}
</style>
background-color css
<style>
a { background-color: #AAAB56; }
a { background-color: rgb(170,171,86); }
div.DivClassName
{
background-color: #AAAB56;
}
.BgClassName
{
background-color: #AAAB56;
}
</style>
border-color css
<style>
span { border-color: #AAAB56; }
span { border-color: rgb(170,171,86); }
td.TdClassName
{
border-color: #AAAB56;
}
.TagClassName
{
border-color: #AAAB56;
}
</style>