Shades of Olive Green #A8A257
Tints of Olive Green #A8A257
RGB
CMYK
RGB Variations
Color information
#A8A257 (or 0xA8A257) is known color: Olive Green. HEX triplet: A8, A2 and 57. RGB value is (168,162,87). Sum of RGB (Red+Green+Blue) = 168+162+87=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A257 is #575DA8. Grayscale: #9B9B9B. Windows color (decimal): -5725609 or 5743272. OLE color: 5743272.
HSL color Cylindrical-coordinate representation of color #A8A257: hue angle of 55.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8A257 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 87 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.34 |
| HSL | 55.56º | 0.32% | 0.5% | - |
| HSV(B) | 55.56º | 0.48% | 0.66% | - |
| XYZ | 30.79 | 34.85 | 14.12 | - |
| YUV | 155.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 87 | 0 | 0.04 | 0.48 | 0.34 | 55.56 | 0.32 | 0.5 |
| Hex | A8 | A2 | 57 | 0 | 4 | 30 | 22 | 38 | 20 | 32 |
| Octal | 250 | 242 | 127 | 0 | 4 | 60 | 42 | 70 | 40 | 62 |
| Binary | 10101000 | 10100010 | 1010111 | 0 | 100 | 110000 | 100010 | 111000 | 100000 | 110010 |
Color Harmonies of #A8A257
Complementary color
Monochromatic Colors of #A8A257
Black with #A8A257
Text Example
Text Example
White with #A8A257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A257; }
p { color: rgb(168,162,87); }
H1.HeaderClassName
{
color: #A8A257;
}
.AnyTagClassName
{
color: #A8A257;
}
</style>
background-color css
<style>
a { background-color: #A8A257; }
a { background-color: rgb(168,162,87); }
div.DivClassName
{
background-color: #A8A257;
}
.BgClassName
{
background-color: #A8A257;
}
</style>
border-color css
<style>
span { border-color: #A8A257; }
span { border-color: rgb(168,162,87); }
td.TdClassName
{
border-color: #A8A257;
}
.TagClassName
{
border-color: #A8A257;
}
</style>