Shades of Green Smoke #A0AB67
Tints of Green Smoke #A0AB67
RGB
CMYK
RGB Variations
Color information
#A0AB67 (or 0xA0AB67) is known color: Green Smoke. HEX triplet: A0, AB and 67. RGB value is (160,171,103). Sum of RGB (Red+Green+Blue) = 160+171+103=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB67 is #5F5498. Grayscale: #A0A0A0. Windows color (decimal): -6247577 or 6794144. OLE color: 6794144.
HSL color Cylindrical-coordinate representation of color #A0AB67: hue angle of 69.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0AB67 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 103 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.33 |
| HSL | 69.71º | 0.29% | 0.54% | - |
| HSV(B) | 69.71º | 0.4% | 0.67% | - |
| XYZ | 31.51 | 37.58 | 18.42 | - |
| YUV | 159.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 103 | 0.06 | 0 | 0.40 | 0.33 | 69.71 | 0.29 | 0.54 |
| Hex | A0 | AB | 67 | 6 | 0 | 28 | 21 | 46 | 1D | 36 |
| Octal | 240 | 253 | 147 | 6 | 0 | 50 | 41 | 106 | 35 | 66 |
| Binary | 10100000 | 10101011 | 1100111 | 110 | 0 | 101000 | 100001 | 1000110 | 11101 | 110110 |
Color Harmonies of #A0AB67
Complementary color
Monochromatic Colors of #A0AB67
Black with #A0AB67
Text Example
Text Example
White with #A0AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB67; }
p { color: rgb(160,171,103); }
H1.HeaderClassName
{
color: #A0AB67;
}
.AnyTagClassName
{
color: #A0AB67;
}
</style>
background-color css
<style>
a { background-color: #A0AB67; }
a { background-color: rgb(160,171,103); }
div.DivClassName
{
background-color: #A0AB67;
}
.BgClassName
{
background-color: #A0AB67;
}
</style>
border-color css
<style>
span { border-color: #A0AB67; }
span { border-color: rgb(160,171,103); }
td.TdClassName
{
border-color: #A0AB67;
}
.TagClassName
{
border-color: #A0AB67;
}
</style>