Shades of Olive Green #A8A553
Tints of Olive Green #A8A553
RGB
CMYK
RGB Variations
Color information
#A8A553 (or 0xA8A553) is known color: Olive Green. HEX triplet: A8, A5 and 53. RGB value is (168,165,83). Sum of RGB (Red+Green+Blue) = 168+165+83=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A553 is #575AAC. Grayscale: #9C9C9C. Windows color (decimal): -5724845 or 5481896. OLE color: 5481896.
HSL color Cylindrical-coordinate representation of color #A8A553: hue angle of 57.88º 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 #A8A553 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 83 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.34 |
| HSL | 57.88º | 0.34% | 0.49% | - |
| HSV(B) | 57.88º | 0.51% | 0.66% | - |
| XYZ | 31.16 | 35.86 | 13.46 | - |
| YUV | 156.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 83 | 0 | 0.02 | 0.51 | 0.34 | 57.88 | 0.34 | 0.49 |
| Hex | A8 | A5 | 53 | 0 | 2 | 33 | 22 | 3A | 22 | 31 |
| Octal | 250 | 245 | 123 | 0 | 2 | 63 | 42 | 72 | 42 | 61 |
| Binary | 10101000 | 10100101 | 1010011 | 0 | 10 | 110011 | 100010 | 111010 | 100010 | 110001 |
Color Harmonies of #A8A553
Complementary color
Monochromatic Colors of #A8A553
Black with #A8A553
Text Example
Text Example
White with #A8A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A553; }
p { color: rgb(168,165,83); }
H1.HeaderClassName
{
color: #A8A553;
}
.AnyTagClassName
{
color: #A8A553;
}
</style>
background-color css
<style>
a { background-color: #A8A553; }
a { background-color: rgb(168,165,83); }
div.DivClassName
{
background-color: #A8A553;
}
.BgClassName
{
background-color: #A8A553;
}
</style>
border-color css
<style>
span { border-color: #A8A553; }
span { border-color: rgb(168,165,83); }
td.TdClassName
{
border-color: #A8A553;
}
.TagClassName
{
border-color: #A8A553;
}
</style>