Shades of Olive Green #A9AC5A
Tints of Olive Green #A9AC5A
RGB
CMYK
RGB Variations
Color information
#A9AC5A (or 0xA9AC5A) is known color: Olive Green. HEX triplet: A9, AC and 5A. RGB value is (169,172,90). Sum of RGB (Red+Green+Blue) = 169+172+90=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC5A is #5653A5. Grayscale: #A2A2A2. Windows color (decimal): -5657510 or 5942441. OLE color: 5942441.
HSL color Cylindrical-coordinate representation of color #A9AC5A: hue angle of 62.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9AC5A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 172 | 90 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.33 |
| HSL | 62.2º | 0.33% | 0.51% | - |
| HSV(B) | 62.2º | 0.48% | 0.67% | - |
| XYZ | 32.96 | 38.68 | 15.4 | - |
| YUV | 161.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 90 | 0.02 | 0 | 0.48 | 0.33 | 62.2 | 0.33 | 0.51 |
| Hex | A9 | AC | 5A | 2 | 0 | 30 | 21 | 3E | 21 | 33 |
| Octal | 251 | 254 | 132 | 2 | 0 | 60 | 41 | 76 | 41 | 63 |
| Binary | 10101001 | 10101100 | 1011010 | 10 | 0 | 110000 | 100001 | 111110 | 100001 | 110011 |
Color Harmonies of #A9AC5A
Complementary color
Monochromatic Colors of #A9AC5A
Black with #A9AC5A
Text Example
Text Example
White with #A9AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AC5A; }
p { color: rgb(169,172,90); }
H1.HeaderClassName
{
color: #A9AC5A;
}
.AnyTagClassName
{
color: #A9AC5A;
}
</style>
background-color css
<style>
a { background-color: #A9AC5A; }
a { background-color: rgb(169,172,90); }
div.DivClassName
{
background-color: #A9AC5A;
}
.BgClassName
{
background-color: #A9AC5A;
}
</style>
border-color css
<style>
span { border-color: #A9AC5A; }
span { border-color: rgb(169,172,90); }
td.TdClassName
{
border-color: #A9AC5A;
}
.TagClassName
{
border-color: #A9AC5A;
}
</style>