Shades of Olive Green #A8AF53
Tints of Olive Green #A8AF53
RGB
CMYK
RGB Variations
Color information
#A8AF53 (or 0xA8AF53) is known color: Olive Green. HEX triplet: A8, AF and 53. RGB value is (168,175,83). Sum of RGB (Red+Green+Blue) = 168+175+83=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF53 is #5750AC. Grayscale: #A2A2A2. Windows color (decimal): -5722285 or 5484456. OLE color: 5484456.
HSL color Cylindrical-coordinate representation of color #A8AF53: hue angle of 64.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8AF53 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 83 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.31 |
| HSL | 64.57º | 0.37% | 0.51% | - |
| HSV(B) | 64.57º | 0.53% | 0.69% | - |
| XYZ | 33.04 | 39.61 | 14.09 | - |
| YUV | 162.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 83 | 0.04 | 0 | 0.53 | 0.31 | 64.57 | 0.37 | 0.51 |
| Hex | A8 | AF | 53 | 4 | 0 | 35 | 1F | 41 | 25 | 33 |
| Octal | 250 | 257 | 123 | 4 | 0 | 65 | 37 | 101 | 45 | 63 |
| Binary | 10101000 | 10101111 | 1010011 | 100 | 0 | 110101 | 11111 | 1000001 | 100101 | 110011 |
Color Harmonies of #A8AF53
Complementary color
Monochromatic Colors of #A8AF53
Black with #A8AF53
Text Example
Text Example
White with #A8AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF53; }
p { color: rgb(168,175,83); }
H1.HeaderClassName
{
color: #A8AF53;
}
.AnyTagClassName
{
color: #A8AF53;
}
</style>
background-color css
<style>
a { background-color: #A8AF53; }
a { background-color: rgb(168,175,83); }
div.DivClassName
{
background-color: #A8AF53;
}
.BgClassName
{
background-color: #A8AF53;
}
</style>
border-color css
<style>
span { border-color: #A8AF53; }
span { border-color: rgb(168,175,83); }
td.TdClassName
{
border-color: #A8AF53;
}
.TagClassName
{
border-color: #A8AF53;
}
</style>