Shades of Olive Green #A8AF56
Tints of Olive Green #A8AF56
RGB
CMYK
RGB Variations
Color information
#A8AF56 (or 0xA8AF56) is known color: Olive Green. HEX triplet: A8, AF and 56. RGB value is (168,175,86). Sum of RGB (Red+Green+Blue) = 168+175+86=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF56 is #5750A9. Grayscale: #A3A3A3. Windows color (decimal): -5722282 or 5681064. OLE color: 5681064.
HSL color Cylindrical-coordinate representation of color #A8AF56: hue angle of 64.72º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8AF56 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 86 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.31 |
| HSL | 64.72º | 0.36% | 0.51% | - |
| HSV(B) | 64.72º | 0.51% | 0.69% | - |
| XYZ | 33.16 | 39.66 | 14.71 | - |
| YUV | 162.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 86 | 0.04 | 0 | 0.51 | 0.31 | 64.72 | 0.36 | 0.51 |
| Hex | A8 | AF | 56 | 4 | 0 | 33 | 1F | 41 | 24 | 33 |
| Octal | 250 | 257 | 126 | 4 | 0 | 63 | 37 | 101 | 44 | 63 |
| Binary | 10101000 | 10101111 | 1010110 | 100 | 0 | 110011 | 11111 | 1000001 | 100100 | 110011 |
Color Harmonies of #A8AF56
Complementary color
Monochromatic Colors of #A8AF56
Black with #A8AF56
Text Example
Text Example
White with #A8AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF56; }
p { color: rgb(168,175,86); }
H1.HeaderClassName
{
color: #A8AF56;
}
.AnyTagClassName
{
color: #A8AF56;
}
</style>
background-color css
<style>
a { background-color: #A8AF56; }
a { background-color: rgb(168,175,86); }
div.DivClassName
{
background-color: #A8AF56;
}
.BgClassName
{
background-color: #A8AF56;
}
</style>
border-color css
<style>
span { border-color: #A8AF56; }
span { border-color: rgb(168,175,86); }
td.TdClassName
{
border-color: #A8AF56;
}
.TagClassName
{
border-color: #A8AF56;
}
</style>