Shades of Green Smoke #A0AB64
Tints of Green Smoke #A0AB64
RGB
CMYK
RGB Variations
Color information
#A0AB64 (or 0xA0AB64) is known color: Green Smoke. HEX triplet: A0, AB and 64. RGB value is (160,171,100). Sum of RGB (Red+Green+Blue) = 160+171+100=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB64 is #5F549B. Grayscale: #9F9F9F. Windows color (decimal): -6247580 or 6597536. OLE color: 6597536.
HSL color Cylindrical-coordinate representation of color #A0AB64: hue angle of 69.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0AB64 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 100 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.33 |
| HSL | 69.3º | 0.3% | 0.53% | - |
| HSV(B) | 69.3º | 0.42% | 0.67% | - |
| XYZ | 31.36 | 37.52 | 17.65 | - |
| YUV | 159.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 100 | 0.06 | 0 | 0.42 | 0.33 | 69.3 | 0.3 | 0.53 |
| Hex | A0 | AB | 64 | 6 | 0 | 2A | 21 | 45 | 1E | 35 |
| Octal | 240 | 253 | 144 | 6 | 0 | 52 | 41 | 105 | 36 | 65 |
| Binary | 10100000 | 10101011 | 1100100 | 110 | 0 | 101010 | 100001 | 1000101 | 11110 | 110101 |
Color Harmonies of #A0AB64
Complementary color
Monochromatic Colors of #A0AB64
Black with #A0AB64
Text Example
Text Example
White with #A0AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB64; }
p { color: rgb(160,171,100); }
H1.HeaderClassName
{
color: #A0AB64;
}
.AnyTagClassName
{
color: #A0AB64;
}
</style>
background-color css
<style>
a { background-color: #A0AB64; }
a { background-color: rgb(160,171,100); }
div.DivClassName
{
background-color: #A0AB64;
}
.BgClassName
{
background-color: #A0AB64;
}
</style>
border-color css
<style>
span { border-color: #A0AB64; }
span { border-color: rgb(160,171,100); }
td.TdClassName
{
border-color: #A0AB64;
}
.TagClassName
{
border-color: #A0AB64;
}
</style>