Shades of Olive Green #A8AF5A
Tints of Olive Green #A8AF5A
RGB
CMYK
RGB Variations
Color information
#A8AF5A (or 0xA8AF5A) is known color: Olive Green. HEX triplet: A8, AF and 5A. RGB value is (168,175,90). Sum of RGB (Red+Green+Blue) = 168+175+90=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5A is #5750A5. Grayscale: #A3A3A3. Windows color (decimal): -5722278 or 5943208. OLE color: 5943208.
HSL color Cylindrical-coordinate representation of color #A8AF5A: hue angle of 64.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8AF5A is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 90 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.31 |
| HSL | 64.94º | 0.35% | 0.52% | - |
| HSV(B) | 64.94º | 0.49% | 0.69% | - |
| XYZ | 33.32 | 39.72 | 15.58 | - |
| YUV | 163.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 90 | 0.04 | 0 | 0.49 | 0.31 | 64.94 | 0.35 | 0.52 |
| Hex | A8 | AF | 5A | 4 | 0 | 31 | 1F | 41 | 23 | 34 |
| Octal | 250 | 257 | 132 | 4 | 0 | 61 | 37 | 101 | 43 | 64 |
| Binary | 10101000 | 10101111 | 1011010 | 100 | 0 | 110001 | 11111 | 1000001 | 100011 | 110100 |
Color Harmonies of #A8AF5A
Complementary color
Monochromatic Colors of #A8AF5A
Black with #A8AF5A
Text Example
Text Example
White with #A8AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF5A; }
p { color: rgb(168,175,90); }
H1.HeaderClassName
{
color: #A8AF5A;
}
.AnyTagClassName
{
color: #A8AF5A;
}
</style>
background-color css
<style>
a { background-color: #A8AF5A; }
a { background-color: rgb(168,175,90); }
div.DivClassName
{
background-color: #A8AF5A;
}
.BgClassName
{
background-color: #A8AF5A;
}
</style>
border-color css
<style>
span { border-color: #A8AF5A; }
span { border-color: rgb(168,175,90); }
td.TdClassName
{
border-color: #A8AF5A;
}
.TagClassName
{
border-color: #A8AF5A;
}
</style>