Shades of Olive Green #A8A358
Tints of Olive Green #A8A358
RGB
CMYK
RGB Variations
Color information
#A8A358 (or 0xA8A358) is known color: Olive Green. HEX triplet: A8, A3 and 58. RGB value is (168,163,88). Sum of RGB (Red+Green+Blue) = 168+163+88=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 88 (34.77% from 255 or 21.00% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A358 is #575CA7. Grayscale: #9C9C9C. Windows color (decimal): -5725352 or 5809064. OLE color: 5809064.
HSL color Cylindrical-coordinate representation of color #A8A358: hue angle of 56.25º degrees, saturation: 0.31, 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 #A8A358 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 88 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.34 |
| HSL | 56.25º | 0.31% | 0.5% | - |
| HSV(B) | 56.25º | 0.48% | 0.66% | - |
| XYZ | 31.01 | 35.22 | 14.4 | - |
| YUV | 155.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 88 | 0 | 0.03 | 0.48 | 0.34 | 56.25 | 0.31 | 0.5 |
| Hex | A8 | A3 | 58 | 0 | 3 | 30 | 22 | 38 | 1F | 32 |
| Octal | 250 | 243 | 130 | 0 | 3 | 60 | 42 | 70 | 37 | 62 |
| Binary | 10101000 | 10100011 | 1011000 | 0 | 11 | 110000 | 100010 | 111000 | 11111 | 110010 |
Color Harmonies of #A8A358
Complementary color
Monochromatic Colors of #A8A358
Black with #A8A358
Text Example
Text Example
White with #A8A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A358; }
p { color: rgb(168,163,88); }
H1.HeaderClassName
{
color: #A8A358;
}
.AnyTagClassName
{
color: #A8A358;
}
</style>
background-color css
<style>
a { background-color: #A8A358; }
a { background-color: rgb(168,163,88); }
div.DivClassName
{
background-color: #A8A358;
}
.BgClassName
{
background-color: #A8A358;
}
</style>
border-color css
<style>
span { border-color: #A8A358; }
span { border-color: rgb(168,163,88); }
td.TdClassName
{
border-color: #A8A358;
}
.TagClassName
{
border-color: #A8A358;
}
</style>