Shades of Olive Green #AAAB52
Tints of Olive Green #AAAB52
RGB
CMYK
RGB Variations
Color information
#AAAB52 (or 0xAAAB52) is known color: Olive Green. HEX triplet: AA, AB and 52. RGB value is (170,171,82). Sum of RGB (Red+Green+Blue) = 170+171+82=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB52 is #5554AD. Grayscale: #A0A0A0. Windows color (decimal): -5592238 or 5417898. OLE color: 5417898.
HSL color Cylindrical-coordinate representation of color #AAAB52: hue angle of 60.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAAB52 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 82 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.33 |
| HSL | 60.67º | 0.35% | 0.5% | - |
| HSV(B) | 60.67º | 0.52% | 0.67% | - |
| XYZ | 32.66 | 38.28 | 13.65 | - |
| YUV | 160.56 | 83.67 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 82 | 0.01 | 0 | 0.52 | 0.33 | 60.67 | 0.35 | 0.5 |
| Hex | AA | AB | 52 | 1 | 0 | 34 | 21 | 3D | 23 | 32 |
| Octal | 252 | 253 | 122 | 1 | 0 | 64 | 41 | 75 | 43 | 62 |
| Binary | 10101010 | 10101011 | 1010010 | 1 | 0 | 110100 | 100001 | 111101 | 100011 | 110010 |
Color Harmonies of #AAAB52
Complementary color
Monochromatic Colors of #AAAB52
Black with #AAAB52
Text Example
Text Example
White with #AAAB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB52; }
p { color: rgb(170,171,82); }
H1.HeaderClassName
{
color: #AAAB52;
}
.AnyTagClassName
{
color: #AAAB52;
}
</style>
background-color css
<style>
a { background-color: #AAAB52; }
a { background-color: rgb(170,171,82); }
div.DivClassName
{
background-color: #AAAB52;
}
.BgClassName
{
background-color: #AAAB52;
}
</style>
border-color css
<style>
span { border-color: #AAAB52; }
span { border-color: rgb(170,171,82); }
td.TdClassName
{
border-color: #AAAB52;
}
.TagClassName
{
border-color: #AAAB52;
}
</style>