Shades of Olive Green #A8A653
Tints of Olive Green #A8A653
RGB
CMYK
RGB Variations
Color information
#A8A653 (or 0xA8A653) is known color: Olive Green. HEX triplet: A8, A6 and 53. RGB value is (168,166,83). Sum of RGB (Red+Green+Blue) = 168+166+83=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A653 is #5759AC. Grayscale: #9D9D9D. Windows color (decimal): -5724589 or 5482152. OLE color: 5482152.
HSL color Cylindrical-coordinate representation of color #A8A653: hue angle of 58.59º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A653 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 166 | 83 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.34 |
| HSL | 58.59º | 0.34% | 0.49% | - |
| HSV(B) | 58.59º | 0.51% | 0.66% | - |
| XYZ | 31.35 | 36.22 | 13.52 | - |
| YUV | 157.14 | 86.16 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 166 | 83 | 0 | 0.01 | 0.51 | 0.34 | 58.59 | 0.34 | 0.49 |
| Hex | A8 | A6 | 53 | 0 | 1 | 33 | 22 | 3B | 22 | 31 |
| Octal | 250 | 246 | 123 | 0 | 1 | 63 | 42 | 73 | 42 | 61 |
| Binary | 10101000 | 10100110 | 1010011 | 0 | 1 | 110011 | 100010 | 111011 | 100010 | 110001 |
Color Harmonies of #A8A653
Complementary color
Monochromatic Colors of #A8A653
Black with #A8A653
Text Example
Text Example
White with #A8A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A653; }
p { color: rgb(168,166,83); }
H1.HeaderClassName
{
color: #A8A653;
}
.AnyTagClassName
{
color: #A8A653;
}
</style>
background-color css
<style>
a { background-color: #A8A653; }
a { background-color: rgb(168,166,83); }
div.DivClassName
{
background-color: #A8A653;
}
.BgClassName
{
background-color: #A8A653;
}
</style>
border-color css
<style>
span { border-color: #A8A653; }
span { border-color: rgb(168,166,83); }
td.TdClassName
{
border-color: #A8A653;
}
.TagClassName
{
border-color: #A8A653;
}
</style>