Shades of Green Smoke #A0AB4E
Tints of Green Smoke #A0AB4E
RGB
CMYK
RGB Variations
Color information
#A0AB4E (or 0xA0AB4E) is known color: Green Smoke. HEX triplet: A0, AB and 4E. RGB value is (160,171,78). Sum of RGB (Red+Green+Blue) = 160+171+78=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB4E is #5F54B1. Grayscale: #9D9D9D. Windows color (decimal): -6247602 or 5155744. OLE color: 5155744.
HSL color Cylindrical-coordinate representation of color #A0AB4E: hue angle of 67.1º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0AB4E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 78 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.33 |
| HSL | 67.1º | 0.37% | 0.49% | - |
| HSV(B) | 67.1º | 0.54% | 0.67% | - |
| XYZ | 30.44 | 37.15 | 12.77 | - |
| YUV | 157.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 78 | 0.06 | 0 | 0.54 | 0.33 | 67.1 | 0.37 | 0.49 |
| Hex | A0 | AB | 4E | 6 | 0 | 36 | 21 | 43 | 25 | 31 |
| Octal | 240 | 253 | 116 | 6 | 0 | 66 | 41 | 103 | 45 | 61 |
| Binary | 10100000 | 10101011 | 1001110 | 110 | 0 | 110110 | 100001 | 1000011 | 100101 | 110001 |
Color Harmonies of #A0AB4E
Complementary color
Monochromatic Colors of #A0AB4E
Black with #A0AB4E
Text Example
Text Example
White with #A0AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB4E; }
p { color: rgb(160,171,78); }
H1.HeaderClassName
{
color: #A0AB4E;
}
.AnyTagClassName
{
color: #A0AB4E;
}
</style>
background-color css
<style>
a { background-color: #A0AB4E; }
a { background-color: rgb(160,171,78); }
div.DivClassName
{
background-color: #A0AB4E;
}
.BgClassName
{
background-color: #A0AB4E;
}
</style>
border-color css
<style>
span { border-color: #A0AB4E; }
span { border-color: rgb(160,171,78); }
td.TdClassName
{
border-color: #A0AB4E;
}
.TagClassName
{
border-color: #A0AB4E;
}
</style>