Shades of Olive Green #A8A45A
Tints of Olive Green #A8A45A
RGB
CMYK
RGB Variations
Color information
#A8A45A (or 0xA8A45A) is known color: Olive Green. HEX triplet: A8, A4 and 5A. RGB value is (168,164,90). Sum of RGB (Red+Green+Blue) = 168+164+90=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A45A is #575BA5. Grayscale: #9D9D9D. Windows color (decimal): -5725094 or 5940392. OLE color: 5940392.
HSL color Cylindrical-coordinate representation of color #A8A45A: hue angle of 56.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8A45A is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 90 | - |
| CMYK | 0 | 0.02 | 0.46 | 0.34 |
| HSL | 56.92º | 0.31% | 0.51% | - |
| HSV(B) | 56.92º | 0.46% | 0.66% | - |
| XYZ | 31.27 | 35.61 | 14.9 | - |
| YUV | 156.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 90 | 0 | 0.02 | 0.46 | 0.34 | 56.92 | 0.31 | 0.51 |
| Hex | A8 | A4 | 5A | 0 | 2 | 2E | 22 | 39 | 1F | 33 |
| Octal | 250 | 244 | 132 | 0 | 2 | 56 | 42 | 71 | 37 | 63 |
| Binary | 10101000 | 10100100 | 1011010 | 0 | 10 | 101110 | 100010 | 111001 | 11111 | 110011 |
Color Harmonies of #A8A45A
Complementary color
Monochromatic Colors of #A8A45A
Black with #A8A45A
Text Example
Text Example
White with #A8A45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A45A; }
p { color: rgb(168,164,90); }
H1.HeaderClassName
{
color: #A8A45A;
}
.AnyTagClassName
{
color: #A8A45A;
}
</style>
background-color css
<style>
a { background-color: #A8A45A; }
a { background-color: rgb(168,164,90); }
div.DivClassName
{
background-color: #A8A45A;
}
.BgClassName
{
background-color: #A8A45A;
}
</style>
border-color css
<style>
span { border-color: #A8A45A; }
span { border-color: rgb(168,164,90); }
td.TdClassName
{
border-color: #A8A45A;
}
.TagClassName
{
border-color: #A8A45A;
}
</style>