Shades of Green Smoke #A0AB6E
Tints of Green Smoke #A0AB6E
RGB
CMYK
RGB Variations
Color information
#A0AB6E (or 0xA0AB6E) is known color: Green Smoke. HEX triplet: A0, AB and 6E. RGB value is (160,171,110). Sum of RGB (Red+Green+Blue) = 160+171+110=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB6E is #5F5491. Grayscale: #A0A0A0. Windows color (decimal): -6247570 or 7252896. OLE color: 7252896.
HSL color Cylindrical-coordinate representation of color #A0AB6E: hue angle of 70.82º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0AB6E is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 110 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.33 |
| HSL | 70.82º | 0.27% | 0.55% | - |
| HSV(B) | 70.82º | 0.36% | 0.67% | - |
| XYZ | 31.87 | 37.73 | 20.35 | - |
| YUV | 160.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 110 | 0.06 | 0 | 0.36 | 0.33 | 70.82 | 0.27 | 0.55 |
| Hex | A0 | AB | 6E | 6 | 0 | 24 | 21 | 47 | 1B | 37 |
| Octal | 240 | 253 | 156 | 6 | 0 | 44 | 41 | 107 | 33 | 67 |
| Binary | 10100000 | 10101011 | 1101110 | 110 | 0 | 100100 | 100001 | 1000111 | 11011 | 110111 |
Color Harmonies of #A0AB6E
Complementary color
Monochromatic Colors of #A0AB6E
Black with #A0AB6E
Text Example
Text Example
White with #A0AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB6E; }
p { color: rgb(160,171,110); }
H1.HeaderClassName
{
color: #A0AB6E;
}
.AnyTagClassName
{
color: #A0AB6E;
}
</style>
background-color css
<style>
a { background-color: #A0AB6E; }
a { background-color: rgb(160,171,110); }
div.DivClassName
{
background-color: #A0AB6E;
}
.BgClassName
{
background-color: #A0AB6E;
}
</style>
border-color css
<style>
span { border-color: #A0AB6E; }
span { border-color: rgb(160,171,110); }
td.TdClassName
{
border-color: #A0AB6E;
}
.TagClassName
{
border-color: #A0AB6E;
}
</style>