Shades of Olive Green #A8AF5D
Tints of Olive Green #A8AF5D
RGB
CMYK
RGB Variations
Color information
#A8AF5D (or 0xA8AF5D) is known color: Olive Green. HEX triplet: A8, AF and 5D. RGB value is (168,175,93). Sum of RGB (Red+Green+Blue) = 168+175+93=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5D is #5750A2. Grayscale: #A3A3A3. Windows color (decimal): -5722275 or 6139816. OLE color: 6139816.
HSL color Cylindrical-coordinate representation of color #A8AF5D: hue angle of 65.12º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8AF5D is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 93 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.31 |
| HSL | 65.12º | 0.34% | 0.53% | - |
| HSV(B) | 65.12º | 0.47% | 0.69% | - |
| XYZ | 33.45 | 39.78 | 16.27 | - |
| YUV | 163.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 93 | 0.04 | 0 | 0.47 | 0.31 | 65.12 | 0.34 | 0.53 |
| Hex | A8 | AF | 5D | 4 | 0 | 2F | 1F | 41 | 22 | 35 |
| Octal | 250 | 257 | 135 | 4 | 0 | 57 | 37 | 101 | 42 | 65 |
| Binary | 10101000 | 10101111 | 1011101 | 100 | 0 | 101111 | 11111 | 1000001 | 100010 | 110101 |
Color Harmonies of #A8AF5D
Complementary color
Monochromatic Colors of #A8AF5D
Black with #A8AF5D
Text Example
Text Example
White with #A8AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF5D; }
p { color: rgb(168,175,93); }
H1.HeaderClassName
{
color: #A8AF5D;
}
.AnyTagClassName
{
color: #A8AF5D;
}
</style>
background-color css
<style>
a { background-color: #A8AF5D; }
a { background-color: rgb(168,175,93); }
div.DivClassName
{
background-color: #A8AF5D;
}
.BgClassName
{
background-color: #A8AF5D;
}
</style>
border-color css
<style>
span { border-color: #A8AF5D; }
span { border-color: rgb(168,175,93); }
td.TdClassName
{
border-color: #A8AF5D;
}
.TagClassName
{
border-color: #A8AF5D;
}
</style>