Shades of Olive Green #AAA863
Tints of Olive Green #AAA863
RGB
CMYK
RGB Variations
Color information
#AAA863 (or 0xAAA863) is known color: Olive Green. HEX triplet: AA, A8 and 63. RGB value is (170,168,99). Sum of RGB (Red+Green+Blue) = 170+168+99=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA863 is #55579C. Grayscale: #A1A1A1. Windows color (decimal): -5592989 or 6531242. OLE color: 6531242.
HSL color Cylindrical-coordinate representation of color #AAA863: hue angle of 58.31º degrees, saturation: 0.29, 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 #AAA863 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 99 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.33 |
| HSL | 58.31º | 0.29% | 0.53% | - |
| HSV(B) | 58.31º | 0.42% | 0.67% | - |
| XYZ | 32.83 | 37.45 | 17.3 | - |
| YUV | 160.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 99 | 0 | 0.01 | 0.42 | 0.33 | 58.31 | 0.29 | 0.53 |
| Hex | AA | A8 | 63 | 0 | 1 | 2A | 21 | 3A | 1D | 35 |
| Octal | 252 | 250 | 143 | 0 | 1 | 52 | 41 | 72 | 35 | 65 |
| Binary | 10101010 | 10101000 | 1100011 | 0 | 1 | 101010 | 100001 | 111010 | 11101 | 110101 |
Color Harmonies of #AAA863
Complementary color
Monochromatic Colors of #AAA863
Black with #AAA863
Text Example
Text Example
White with #AAA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA863; }
p { color: rgb(170,168,99); }
H1.HeaderClassName
{
color: #AAA863;
}
.AnyTagClassName
{
color: #AAA863;
}
</style>
background-color css
<style>
a { background-color: #AAA863; }
a { background-color: rgb(170,168,99); }
div.DivClassName
{
background-color: #AAA863;
}
.BgClassName
{
background-color: #AAA863;
}
</style>
border-color css
<style>
span { border-color: #AAA863; }
span { border-color: rgb(170,168,99); }
td.TdClassName
{
border-color: #AAA863;
}
.TagClassName
{
border-color: #AAA863;
}
</style>