Shades of Olive Green #A8A657
Tints of Olive Green #A8A657
RGB
CMYK
RGB Variations
Color information
#A8A657 (or 0xA8A657) is known color: Olive Green. HEX triplet: A8, A6 and 57. RGB value is (168,166,87). Sum of RGB (Red+Green+Blue) = 168+166+87=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A657 is #5759A8. Grayscale: #9D9D9D. Windows color (decimal): -5724585 or 5744296. OLE color: 5744296.
HSL color Cylindrical-coordinate representation of color #A8A657: hue angle of 58.52º 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 #A8A657 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 87 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.34 |
| HSL | 58.52º | 0.32% | 0.5% | - |
| HSV(B) | 58.52º | 0.48% | 0.66% | - |
| XYZ | 31.5 | 36.29 | 14.36 | - |
| YUV | 157.59 | 88.16 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 87 | 0 | 0.01 | 0.48 | 0.34 | 58.52 | 0.32 | 0.5 |
| Hex | A8 | A6 | 57 | 0 | 1 | 30 | 22 | 3B | 20 | 32 |
| Octal | 250 | 246 | 127 | 0 | 1 | 60 | 42 | 73 | 40 | 62 |
| Binary | 10101000 | 10100110 | 1010111 | 0 | 1 | 110000 | 100010 | 111011 | 100000 | 110010 |
Color Harmonies of #A8A657
Complementary color
Monochromatic Colors of #A8A657
Black with #A8A657
Text Example
Text Example
White with #A8A657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A657; }
p { color: rgb(168,166,87); }
H1.HeaderClassName
{
color: #A8A657;
}
.AnyTagClassName
{
color: #A8A657;
}
</style>
background-color css
<style>
a { background-color: #A8A657; }
a { background-color: rgb(168,166,87); }
div.DivClassName
{
background-color: #A8A657;
}
.BgClassName
{
background-color: #A8A657;
}
</style>
border-color css
<style>
span { border-color: #A8A657; }
span { border-color: rgb(168,166,87); }
td.TdClassName
{
border-color: #A8A657;
}
.TagClassName
{
border-color: #A8A657;
}
</style>