Shades of Olive Green #A9AA63
Tints of Olive Green #A9AA63
RGB
CMYK
RGB Variations
Color information
#A9AA63 (or 0xA9AA63) is known color: Olive Green. HEX triplet: A9, AA and 63. RGB value is (169,170,99). Sum of RGB (Red+Green+Blue) = 169+170+99=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AA63 is #56559C. Grayscale: #A1A1A1. Windows color (decimal): -5658013 or 6531753. OLE color: 6531753.
HSL color Cylindrical-coordinate representation of color #A9AA63: hue angle of 60.85º 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 #A9AA63 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 170 | 99 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.33 |
| HSL | 60.85º | 0.29% | 0.53% | - |
| HSV(B) | 60.85º | 0.42% | 0.67% | - |
| XYZ | 32.99 | 38.09 | 17.42 | - |
| YUV | 161.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 99 | 0.01 | 0 | 0.42 | 0.33 | 60.85 | 0.29 | 0.53 |
| Hex | A9 | AA | 63 | 1 | 0 | 2A | 21 | 3D | 1D | 35 |
| Octal | 251 | 252 | 143 | 1 | 0 | 52 | 41 | 75 | 35 | 65 |
| Binary | 10101001 | 10101010 | 1100011 | 1 | 0 | 101010 | 100001 | 111101 | 11101 | 110101 |
Color Harmonies of #A9AA63
Complementary color
Monochromatic Colors of #A9AA63
Black with #A9AA63
Text Example
Text Example
White with #A9AA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AA63; }
p { color: rgb(169,170,99); }
H1.HeaderClassName
{
color: #A9AA63;
}
.AnyTagClassName
{
color: #A9AA63;
}
</style>
background-color css
<style>
a { background-color: #A9AA63; }
a { background-color: rgb(169,170,99); }
div.DivClassName
{
background-color: #A9AA63;
}
.BgClassName
{
background-color: #A9AA63;
}
</style>
border-color css
<style>
span { border-color: #A9AA63; }
span { border-color: rgb(169,170,99); }
td.TdClassName
{
border-color: #A9AA63;
}
.TagClassName
{
border-color: #A9AA63;
}
</style>