Shades of Green Smoke #A0AB68
Tints of Green Smoke #A0AB68
RGB
CMYK
RGB Variations
Color information
#A0AB68 (or 0xA0AB68) is known color: Green Smoke. HEX triplet: A0, AB and 68. RGB value is (160,171,104). Sum of RGB (Red+Green+Blue) = 160+171+104=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB68 is #5F5497. Grayscale: #A0A0A0. Windows color (decimal): -6247576 or 6859680. OLE color: 6859680.
HSL color Cylindrical-coordinate representation of color #A0AB68: hue angle of 69.85º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0AB68 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 104 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.33 |
| HSL | 69.85º | 0.29% | 0.54% | - |
| HSV(B) | 69.85º | 0.39% | 0.67% | - |
| XYZ | 31.56 | 37.6 | 18.69 | - |
| YUV | 160.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 104 | 0.06 | 0 | 0.39 | 0.33 | 69.85 | 0.29 | 0.54 |
| Hex | A0 | AB | 68 | 6 | 0 | 27 | 21 | 46 | 1D | 36 |
| Octal | 240 | 253 | 150 | 6 | 0 | 47 | 41 | 106 | 35 | 66 |
| Binary | 10100000 | 10101011 | 1101000 | 110 | 0 | 100111 | 100001 | 1000110 | 11101 | 110110 |
Color Harmonies of #A0AB68
Complementary color
Monochromatic Colors of #A0AB68
Black with #A0AB68
Text Example
Text Example
White with #A0AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB68; }
p { color: rgb(160,171,104); }
H1.HeaderClassName
{
color: #A0AB68;
}
.AnyTagClassName
{
color: #A0AB68;
}
</style>
background-color css
<style>
a { background-color: #A0AB68; }
a { background-color: rgb(160,171,104); }
div.DivClassName
{
background-color: #A0AB68;
}
.BgClassName
{
background-color: #A0AB68;
}
</style>
border-color css
<style>
span { border-color: #A0AB68; }
span { border-color: rgb(160,171,104); }
td.TdClassName
{
border-color: #A0AB68;
}
.TagClassName
{
border-color: #A0AB68;
}
</style>