Shades of Olive Green #A6AC51
Tints of Olive Green #A6AC51
RGB
CMYK
RGB Variations
Color information
#A6AC51 (or 0xA6AC51) is known color: Olive Green. HEX triplet: A6, AC and 51. RGB value is (166,172,81). Sum of RGB (Red+Green+Blue) = 166+172+81=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC51 is #5953AE. Grayscale: #A0A0A0. Windows color (decimal): -5854127 or 5352614. OLE color: 5352614.
HSL color Cylindrical-coordinate representation of color #A6AC51: hue angle of 63.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6AC51 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 172 | 81 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.33 |
| HSL | 63.96º | 0.36% | 0.5% | - |
| HSV(B) | 63.96º | 0.53% | 0.67% | - |
| XYZ | 31.96 | 38.21 | 13.47 | - |
| YUV | 159.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 81 | 0.03 | 0 | 0.53 | 0.33 | 63.96 | 0.36 | 0.5 |
| Hex | A6 | AC | 51 | 3 | 0 | 35 | 21 | 40 | 24 | 32 |
| Octal | 246 | 254 | 121 | 3 | 0 | 65 | 41 | 100 | 44 | 62 |
| Binary | 10100110 | 10101100 | 1010001 | 11 | 0 | 110101 | 100001 | 1000000 | 100100 | 110010 |
Color Harmonies of #A6AC51
Complementary color
Monochromatic Colors of #A6AC51
Black with #A6AC51
Text Example
Text Example
White with #A6AC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AC51; }
p { color: rgb(166,172,81); }
H1.HeaderClassName
{
color: #A6AC51;
}
.AnyTagClassName
{
color: #A6AC51;
}
</style>
background-color css
<style>
a { background-color: #A6AC51; }
a { background-color: rgb(166,172,81); }
div.DivClassName
{
background-color: #A6AC51;
}
.BgClassName
{
background-color: #A6AC51;
}
</style>
border-color css
<style>
span { border-color: #A6AC51; }
span { border-color: rgb(166,172,81); }
td.TdClassName
{
border-color: #A6AC51;
}
.TagClassName
{
border-color: #A6AC51;
}
</style>