Shades of Green Smoke #A0AB6C
Tints of Green Smoke #A0AB6C
RGB
CMYK
RGB Variations
Color information
#A0AB6C (or 0xA0AB6C) is known color: Green Smoke. HEX triplet: A0, AB and 6C. RGB value is (160,171,108). Sum of RGB (Red+Green+Blue) = 160+171+108=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB6C is #5F5493. Grayscale: #A0A0A0. Windows color (decimal): -6247572 or 7121824. OLE color: 7121824.
HSL color Cylindrical-coordinate representation of color #A0AB6C: hue angle of 70.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AB6C is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 108 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.33 |
| HSL | 70.48º | 0.27% | 0.55% | - |
| HSV(B) | 70.48º | 0.37% | 0.67% | - |
| XYZ | 31.77 | 37.68 | 19.79 | - |
| YUV | 160.53 | 98.36 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 108 | 0.06 | 0 | 0.37 | 0.33 | 70.48 | 0.27 | 0.55 |
| Hex | A0 | AB | 6C | 6 | 0 | 25 | 21 | 46 | 1B | 37 |
| Octal | 240 | 253 | 154 | 6 | 0 | 45 | 41 | 106 | 33 | 67 |
| Binary | 10100000 | 10101011 | 1101100 | 110 | 0 | 100101 | 100001 | 1000110 | 11011 | 110111 |
Color Harmonies of #A0AB6C
Complementary color
Monochromatic Colors of #A0AB6C
Black with #A0AB6C
Text Example
Text Example
White with #A0AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB6C; }
p { color: rgb(160,171,108); }
H1.HeaderClassName
{
color: #A0AB6C;
}
.AnyTagClassName
{
color: #A0AB6C;
}
</style>
background-color css
<style>
a { background-color: #A0AB6C; }
a { background-color: rgb(160,171,108); }
div.DivClassName
{
background-color: #A0AB6C;
}
.BgClassName
{
background-color: #A0AB6C;
}
</style>
border-color css
<style>
span { border-color: #A0AB6C; }
span { border-color: rgb(160,171,108); }
td.TdClassName
{
border-color: #A0AB6C;
}
.TagClassName
{
border-color: #A0AB6C;
}
</style>