Shades of Olive Green #AFA857
Tints of Olive Green #AFA857
RGB
CMYK
RGB Variations
Color information
#AFA857 (or 0xAFA857) is known color: Olive Green. HEX triplet: AF, A8 and 57. RGB value is (175,168,87). Sum of RGB (Red+Green+Blue) = 175+168+87=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA857 is #5057A8. Grayscale: #A1A1A1. Windows color (decimal): -5265321 or 5744815. OLE color: 5744815.
HSL color Cylindrical-coordinate representation of color #AFA857: hue angle of 55.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA857 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 87 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.31 |
| HSL | 55.23º | 0.35% | 0.51% | - |
| HSV(B) | 55.23º | 0.5% | 0.69% | - |
| XYZ | 33.4 | 37.81 | 14.55 | - |
| YUV | 160.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 87 | 0 | 0.04 | 0.50 | 0.31 | 55.23 | 0.35 | 0.51 |
| Hex | AF | A8 | 57 | 0 | 4 | 32 | 1F | 37 | 23 | 33 |
| Octal | 257 | 250 | 127 | 0 | 4 | 62 | 37 | 67 | 43 | 63 |
| Binary | 10101111 | 10101000 | 1010111 | 0 | 100 | 110010 | 11111 | 110111 | 100011 | 110011 |
Color Harmonies of #AFA857
Complementary color
Monochromatic Colors of #AFA857
Black with #AFA857
Text Example
Text Example
White with #AFA857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA857; }
p { color: rgb(175,168,87); }
H1.HeaderClassName
{
color: #AFA857;
}
.AnyTagClassName
{
color: #AFA857;
}
</style>
background-color css
<style>
a { background-color: #AFA857; }
a { background-color: rgb(175,168,87); }
div.DivClassName
{
background-color: #AFA857;
}
.BgClassName
{
background-color: #AFA857;
}
</style>
border-color css
<style>
span { border-color: #AFA857; }
span { border-color: rgb(175,168,87); }
td.TdClassName
{
border-color: #AFA857;
}
.TagClassName
{
border-color: #AFA857;
}
</style>