Shades of Green Smoke #A0AB51
Tints of Green Smoke #A0AB51
RGB
CMYK
RGB Variations
Color information
#A0AB51 (or 0xA0AB51) is known color: Green Smoke. HEX triplet: A0, AB and 51. RGB value is (160,171,81). Sum of RGB (Red+Green+Blue) = 160+171+81=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB51 is #5F54AE. Grayscale: #9D9D9D. Windows color (decimal): -6247599 or 5352352. OLE color: 5352352.
HSL color Cylindrical-coordinate representation of color #A0AB51: hue angle of 67.33º 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 #A0AB51 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 81 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.33 |
| HSL | 67.33º | 0.36% | 0.49% | - |
| HSV(B) | 67.33º | 0.53% | 0.67% | - |
| XYZ | 30.55 | 37.19 | 13.35 | - |
| YUV | 157.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 81 | 0.06 | 0 | 0.53 | 0.33 | 67.33 | 0.36 | 0.49 |
| Hex | A0 | AB | 51 | 6 | 0 | 35 | 21 | 43 | 24 | 31 |
| Octal | 240 | 253 | 121 | 6 | 0 | 65 | 41 | 103 | 44 | 61 |
| Binary | 10100000 | 10101011 | 1010001 | 110 | 0 | 110101 | 100001 | 1000011 | 100100 | 110001 |
Color Harmonies of #A0AB51
Complementary color
Monochromatic Colors of #A0AB51
Black with #A0AB51
Text Example
Text Example
White with #A0AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB51; }
p { color: rgb(160,171,81); }
H1.HeaderClassName
{
color: #A0AB51;
}
.AnyTagClassName
{
color: #A0AB51;
}
</style>
background-color css
<style>
a { background-color: #A0AB51; }
a { background-color: rgb(160,171,81); }
div.DivClassName
{
background-color: #A0AB51;
}
.BgClassName
{
background-color: #A0AB51;
}
</style>
border-color css
<style>
span { border-color: #A0AB51; }
span { border-color: rgb(160,171,81); }
td.TdClassName
{
border-color: #A0AB51;
}
.TagClassName
{
border-color: #A0AB51;
}
</style>