Shades of Olive Green #AAAB63
Tints of Olive Green #AAAB63
RGB
CMYK
RGB Variations
Color information
#AAAB63 (or 0xAAAB63) is known color: Olive Green. HEX triplet: AA, AB and 63. RGB value is (170,171,99). Sum of RGB (Red+Green+Blue) = 170+171+99=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB63 is #55549C. Grayscale: #A2A2A2. Windows color (decimal): -5592221 or 6532010. OLE color: 6532010.
HSL color Cylindrical-coordinate representation of color #AAAB63: hue angle of 60.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAAB63 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 99 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.33 |
| HSL | 60.83º | 0.3% | 0.53% | - |
| HSV(B) | 60.83º | 0.42% | 0.67% | - |
| XYZ | 33.39 | 38.57 | 17.49 | - |
| YUV | 162.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 99 | 0.01 | 0 | 0.42 | 0.33 | 60.83 | 0.3 | 0.53 |
| Hex | AA | AB | 63 | 1 | 0 | 2A | 21 | 3D | 1E | 35 |
| Octal | 252 | 253 | 143 | 1 | 0 | 52 | 41 | 75 | 36 | 65 |
| Binary | 10101010 | 10101011 | 1100011 | 1 | 0 | 101010 | 100001 | 111101 | 11110 | 110101 |
Color Harmonies of #AAAB63
Complementary color
Monochromatic Colors of #AAAB63
Black with #AAAB63
Text Example
Text Example
White with #AAAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB63; }
p { color: rgb(170,171,99); }
H1.HeaderClassName
{
color: #AAAB63;
}
.AnyTagClassName
{
color: #AAAB63;
}
</style>
background-color css
<style>
a { background-color: #AAAB63; }
a { background-color: rgb(170,171,99); }
div.DivClassName
{
background-color: #AAAB63;
}
.BgClassName
{
background-color: #AAAB63;
}
</style>
border-color css
<style>
span { border-color: #AAAB63; }
span { border-color: rgb(170,171,99); }
td.TdClassName
{
border-color: #AAAB63;
}
.TagClassName
{
border-color: #AAAB63;
}
</style>