Shades of Olive Green #A8A359
Tints of Olive Green #A8A359
RGB
CMYK
RGB Variations
Color information
#A8A359 (or 0xA8A359) is known color: Olive Green. HEX triplet: A8, A3 and 59. RGB value is (168,163,89). Sum of RGB (Red+Green+Blue) = 168+163+89=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A359 is #575CA6. Grayscale: #9C9C9C. Windows color (decimal): -5725351 or 5874600. OLE color: 5874600.
HSL color Cylindrical-coordinate representation of color #A8A359: hue angle of 56.2º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8A359 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 89 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.34 |
| HSL | 56.2º | 0.31% | 0.5% | - |
| HSV(B) | 56.2º | 0.47% | 0.66% | - |
| XYZ | 31.05 | 35.24 | 14.62 | - |
| YUV | 156.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 89 | 0 | 0.03 | 0.47 | 0.34 | 56.2 | 0.31 | 0.5 |
| Hex | A8 | A3 | 59 | 0 | 3 | 2F | 22 | 38 | 1F | 32 |
| Octal | 250 | 243 | 131 | 0 | 3 | 57 | 42 | 70 | 37 | 62 |
| Binary | 10101000 | 10100011 | 1011001 | 0 | 11 | 101111 | 100010 | 111000 | 11111 | 110010 |
Color Harmonies of #A8A359
Complementary color
Monochromatic Colors of #A8A359
Black with #A8A359
Text Example
Text Example
White with #A8A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A359; }
p { color: rgb(168,163,89); }
H1.HeaderClassName
{
color: #A8A359;
}
.AnyTagClassName
{
color: #A8A359;
}
</style>
background-color css
<style>
a { background-color: #A8A359; }
a { background-color: rgb(168,163,89); }
div.DivClassName
{
background-color: #A8A359;
}
.BgClassName
{
background-color: #A8A359;
}
</style>
border-color css
<style>
span { border-color: #A8A359; }
span { border-color: rgb(168,163,89); }
td.TdClassName
{
border-color: #A8A359;
}
.TagClassName
{
border-color: #A8A359;
}
</style>