Shades of Olive Green #A8AF55
Tints of Olive Green #A8AF55
RGB
CMYK
RGB Variations
Color information
#A8AF55 (or 0xA8AF55) is known color: Olive Green. HEX triplet: A8, AF and 55. RGB value is (168,175,85). Sum of RGB (Red+Green+Blue) = 168+175+85=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF55 is #5750AA. Grayscale: #A3A3A3. Windows color (decimal): -5722283 or 5615528. OLE color: 5615528.
HSL color Cylindrical-coordinate representation of color #A8AF55: hue angle of 64.67º 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 #A8AF55 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 175 | 85 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.31 |
| HSL | 64.67º | 0.36% | 0.51% | - |
| HSV(B) | 64.67º | 0.51% | 0.69% | - |
| XYZ | 33.12 | 39.64 | 14.5 | - |
| YUV | 162.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 85 | 0.04 | 0 | 0.51 | 0.31 | 64.67 | 0.36 | 0.51 |
| Hex | A8 | AF | 55 | 4 | 0 | 33 | 1F | 41 | 24 | 33 |
| Octal | 250 | 257 | 125 | 4 | 0 | 63 | 37 | 101 | 44 | 63 |
| Binary | 10101000 | 10101111 | 1010101 | 100 | 0 | 110011 | 11111 | 1000001 | 100100 | 110011 |
Color Harmonies of #A8AF55
Complementary color
Monochromatic Colors of #A8AF55
Black with #A8AF55
Text Example
Text Example
White with #A8AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AF55; }
p { color: rgb(168,175,85); }
H1.HeaderClassName
{
color: #A8AF55;
}
.AnyTagClassName
{
color: #A8AF55;
}
</style>
background-color css
<style>
a { background-color: #A8AF55; }
a { background-color: rgb(168,175,85); }
div.DivClassName
{
background-color: #A8AF55;
}
.BgClassName
{
background-color: #A8AF55;
}
</style>
border-color css
<style>
span { border-color: #A8AF55; }
span { border-color: rgb(168,175,85); }
td.TdClassName
{
border-color: #A8AF55;
}
.TagClassName
{
border-color: #A8AF55;
}
</style>