Shades of Olive Green #A8AF52
Tints of Olive Green #A8AF52
RGB
CMYK
RGB Variations
Color information
#A8AF52 (or 0xA8AF52) is known color: Olive Green. HEX triplet: A8, AF and 52. RGB value is (168,175,82). Sum of RGB (Red+Green+Blue) = 168+175+82=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF52 is #5750AD. Grayscale: #A2A2A2. Windows color (decimal): -5722286 or 5418920. OLE color: 5418920.
HSL color Cylindrical-coordinate representation of color #A8AF52: hue angle of 64.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8AF52 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 82 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.31 |
| HSL | 64.52º | 0.37% | 0.5% | - |
| HSV(B) | 64.52º | 0.53% | 0.69% | - |
| XYZ | 33 | 39.59 | 13.89 | - |
| YUV | 162.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 82 | 0.04 | 0 | 0.53 | 0.31 | 64.52 | 0.37 | 0.5 |
| Hex | A8 | AF | 52 | 4 | 0 | 35 | 1F | 41 | 25 | 32 |
| Octal | 250 | 257 | 122 | 4 | 0 | 65 | 37 | 101 | 45 | 62 |
| Binary | 10101000 | 10101111 | 1010010 | 100 | 0 | 110101 | 11111 | 1000001 | 100101 | 110010 |
Color Harmonies of #A8AF52
Complementary color
Monochromatic Colors of #A8AF52
Black with #A8AF52
Text Example
Text Example
White with #A8AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF52; }
p { color: rgb(168,175,82); }
H1.HeaderClassName
{
color: #A8AF52;
}
.AnyTagClassName
{
color: #A8AF52;
}
</style>
background-color css
<style>
a { background-color: #A8AF52; }
a { background-color: rgb(168,175,82); }
div.DivClassName
{
background-color: #A8AF52;
}
.BgClassName
{
background-color: #A8AF52;
}
</style>
border-color css
<style>
span { border-color: #A8AF52; }
span { border-color: rgb(168,175,82); }
td.TdClassName
{
border-color: #A8AF52;
}
.TagClassName
{
border-color: #A8AF52;
}
</style>