Shades of Olive Green #A9A663
Tints of Olive Green #A9A663
RGB
CMYK
RGB Variations
Color information
#A9A663 (or 0xA9A663) is known color: Olive Green. HEX triplet: A9, A6 and 63. RGB value is (169,166,99). Sum of RGB (Red+Green+Blue) = 169+166+99=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A663 is #56599C. Grayscale: #9F9F9F. Windows color (decimal): -5659037 or 6530729. OLE color: 6530729.
HSL color Cylindrical-coordinate representation of color #A9A663: hue angle of 57.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9A663 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 166 | 99 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.34 |
| HSL | 57.43º | 0.29% | 0.53% | - |
| HSV(B) | 57.43º | 0.41% | 0.66% | - |
| XYZ | 32.25 | 36.61 | 17.17 | - |
| YUV | 159.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 166 | 99 | 0 | 0.02 | 0.41 | 0.34 | 57.43 | 0.29 | 0.53 |
| Hex | A9 | A6 | 63 | 0 | 2 | 29 | 22 | 39 | 1D | 35 |
| Octal | 251 | 246 | 143 | 0 | 2 | 51 | 42 | 71 | 35 | 65 |
| Binary | 10101001 | 10100110 | 1100011 | 0 | 10 | 101001 | 100010 | 111001 | 11101 | 110101 |
Color Harmonies of #A9A663
Complementary color
Monochromatic Colors of #A9A663
Black with #A9A663
Text Example
Text Example
White with #A9A663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A663; }
p { color: rgb(169,166,99); }
H1.HeaderClassName
{
color: #A9A663;
}
.AnyTagClassName
{
color: #A9A663;
}
</style>
background-color css
<style>
a { background-color: #A9A663; }
a { background-color: rgb(169,166,99); }
div.DivClassName
{
background-color: #A9A663;
}
.BgClassName
{
background-color: #A9A663;
}
</style>
border-color css
<style>
span { border-color: #A9A663; }
span { border-color: rgb(169,166,99); }
td.TdClassName
{
border-color: #A9A663;
}
.TagClassName
{
border-color: #A9A663;
}
</style>