Shades of Olive Green #A8AC51
Tints of Olive Green #A8AC51
RGB
CMYK
RGB Variations
Color information
#A8AC51 (or 0xA8AC51) is known color: Olive Green. HEX triplet: A8, AC and 51. RGB value is (168,172,81). Sum of RGB (Red+Green+Blue) = 168+172+81=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC51 is #5753AE. Grayscale: #A0A0A0. Windows color (decimal): -5723055 or 5352616. OLE color: 5352616.
HSL color Cylindrical-coordinate representation of color #A8AC51: hue angle of 62.64º 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 #A8AC51 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 81 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.33 |
| HSL | 62.64º | 0.36% | 0.5% | - |
| HSV(B) | 62.64º | 0.53% | 0.67% | - |
| XYZ | 32.39 | 38.42 | 13.49 | - |
| YUV | 160.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 81 | 0.02 | 0 | 0.53 | 0.33 | 62.64 | 0.36 | 0.5 |
| Hex | A8 | AC | 51 | 2 | 0 | 35 | 21 | 3F | 24 | 32 |
| Octal | 250 | 254 | 121 | 2 | 0 | 65 | 41 | 77 | 44 | 62 |
| Binary | 10101000 | 10101100 | 1010001 | 10 | 0 | 110101 | 100001 | 111111 | 100100 | 110010 |
Color Harmonies of #A8AC51
Complementary color
Monochromatic Colors of #A8AC51
Black with #A8AC51
Text Example
Text Example
White with #A8AC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC51; }
p { color: rgb(168,172,81); }
H1.HeaderClassName
{
color: #A8AC51;
}
.AnyTagClassName
{
color: #A8AC51;
}
</style>
background-color css
<style>
a { background-color: #A8AC51; }
a { background-color: rgb(168,172,81); }
div.DivClassName
{
background-color: #A8AC51;
}
.BgClassName
{
background-color: #A8AC51;
}
</style>
border-color css
<style>
span { border-color: #A8AC51; }
span { border-color: rgb(168,172,81); }
td.TdClassName
{
border-color: #A8AC51;
}
.TagClassName
{
border-color: #A8AC51;
}
</style>