Shades of Green Smoke #A0AB49
Tints of Green Smoke #A0AB49
RGB
CMYK
RGB Variations
Color information
#A0AB49 (or 0xA0AB49) is known color: Green Smoke. HEX triplet: A0, AB and 49. RGB value is (160,171,73). Sum of RGB (Red+Green+Blue) = 160+171+73=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB49 is #5F54B6. Grayscale: #9C9C9C. Windows color (decimal): -6247607 or 4828064. OLE color: 4828064.
HSL color Cylindrical-coordinate representation of color #A0AB49: hue angle of 66.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0AB49 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 73 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.33 |
| HSL | 66.73º | 0.4% | 0.48% | - |
| HSV(B) | 66.73º | 0.57% | 0.67% | - |
| XYZ | 30.26 | 37.08 | 11.87 | - |
| YUV | 156.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 73 | 0.06 | 0 | 0.57 | 0.33 | 66.73 | 0.4 | 0.48 |
| Hex | A0 | AB | 49 | 6 | 0 | 39 | 21 | 43 | 28 | 30 |
| Octal | 240 | 253 | 111 | 6 | 0 | 71 | 41 | 103 | 50 | 60 |
| Binary | 10100000 | 10101011 | 1001001 | 110 | 0 | 111001 | 100001 | 1000011 | 101000 | 110000 |
Color Harmonies of #A0AB49
Complementary color
Monochromatic Colors of #A0AB49
Black with #A0AB49
Text Example
Text Example
White with #A0AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB49; }
p { color: rgb(160,171,73); }
H1.HeaderClassName
{
color: #A0AB49;
}
.AnyTagClassName
{
color: #A0AB49;
}
</style>
background-color css
<style>
a { background-color: #A0AB49; }
a { background-color: rgb(160,171,73); }
div.DivClassName
{
background-color: #A0AB49;
}
.BgClassName
{
background-color: #A0AB49;
}
</style>
border-color css
<style>
span { border-color: #A0AB49; }
span { border-color: rgb(160,171,73); }
td.TdClassName
{
border-color: #A0AB49;
}
.TagClassName
{
border-color: #A0AB49;
}
</style>