Shades of Green Smoke #A0AB50
Tints of Green Smoke #A0AB50
RGB
CMYK
RGB Variations
Color information
#A0AB50 (or 0xA0AB50) is known color: Green Smoke. HEX triplet: A0, AB and 50. RGB value is (160,171,80). Sum of RGB (Red+Green+Blue) = 160+171+80=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB50 is #5F54AF. Grayscale: #9D9D9D. Windows color (decimal): -6247600 or 5286816. OLE color: 5286816.
HSL color Cylindrical-coordinate representation of color #A0AB50: hue angle of 67.25º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0AB50 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 80 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.33 |
| HSL | 67.25º | 0.36% | 0.49% | - |
| HSV(B) | 67.25º | 0.53% | 0.67% | - |
| XYZ | 30.51 | 37.18 | 13.16 | - |
| YUV | 157.34 | 84.36 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 80 | 0.06 | 0 | 0.53 | 0.33 | 67.25 | 0.36 | 0.49 |
| Hex | A0 | AB | 50 | 6 | 0 | 35 | 21 | 43 | 24 | 31 |
| Octal | 240 | 253 | 120 | 6 | 0 | 65 | 41 | 103 | 44 | 61 |
| Binary | 10100000 | 10101011 | 1010000 | 110 | 0 | 110101 | 100001 | 1000011 | 100100 | 110001 |
Color Harmonies of #A0AB50
Complementary color
Monochromatic Colors of #A0AB50
Black with #A0AB50
Text Example
Text Example
White with #A0AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB50; }
p { color: rgb(160,171,80); }
H1.HeaderClassName
{
color: #A0AB50;
}
.AnyTagClassName
{
color: #A0AB50;
}
</style>
background-color css
<style>
a { background-color: #A0AB50; }
a { background-color: rgb(160,171,80); }
div.DivClassName
{
background-color: #A0AB50;
}
.BgClassName
{
background-color: #A0AB50;
}
</style>
border-color css
<style>
span { border-color: #A0AB50; }
span { border-color: rgb(160,171,80); }
td.TdClassName
{
border-color: #A0AB50;
}
.TagClassName
{
border-color: #A0AB50;
}
</style>