Shades of Olive Green #A8AD51
Tints of Olive Green #A8AD51
RGB
CMYK
RGB Variations
Color information
#A8AD51 (or 0xA8AD51) is known color: Olive Green. HEX triplet: A8, AD and 51. RGB value is (168,173,81). Sum of RGB (Red+Green+Blue) = 168+173+81=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD51 is #5752AE. Grayscale: #A1A1A1. Windows color (decimal): -5722799 or 5352872. OLE color: 5352872.
HSL color Cylindrical-coordinate representation of color #A8AD51: hue angle of 63.26º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8AD51 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 81 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.32 |
| HSL | 63.26º | 0.36% | 0.5% | - |
| HSV(B) | 63.26º | 0.53% | 0.68% | - |
| XYZ | 32.58 | 38.81 | 13.56 | - |
| YUV | 161.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 81 | 0.03 | 0 | 0.53 | 0.32 | 63.26 | 0.36 | 0.5 |
| Hex | A8 | AD | 51 | 3 | 0 | 35 | 20 | 3F | 24 | 32 |
| Octal | 250 | 255 | 121 | 3 | 0 | 65 | 40 | 77 | 44 | 62 |
| Binary | 10101000 | 10101101 | 1010001 | 11 | 0 | 110101 | 100000 | 111111 | 100100 | 110010 |
Color Harmonies of #A8AD51
Complementary color
Monochromatic Colors of #A8AD51
Black with #A8AD51
Text Example
Text Example
White with #A8AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD51; }
p { color: rgb(168,173,81); }
H1.HeaderClassName
{
color: #A8AD51;
}
.AnyTagClassName
{
color: #A8AD51;
}
</style>
background-color css
<style>
a { background-color: #A8AD51; }
a { background-color: rgb(168,173,81); }
div.DivClassName
{
background-color: #A8AD51;
}
.BgClassName
{
background-color: #A8AD51;
}
</style>
border-color css
<style>
span { border-color: #A8AD51; }
span { border-color: rgb(168,173,81); }
td.TdClassName
{
border-color: #A8AD51;
}
.TagClassName
{
border-color: #A8AD51;
}
</style>