Shades of Green Smoke #A0AB5F
Tints of Green Smoke #A0AB5F
RGB
CMYK
RGB Variations
Color information
#A0AB5F (or 0xA0AB5F) is known color: Green Smoke. HEX triplet: A0, AB and 5F. RGB value is (160,171,95). Sum of RGB (Red+Green+Blue) = 160+171+95=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB5F is #5F54A0. Grayscale: #9F9F9F. Windows color (decimal): -6247585 or 6269856. OLE color: 6269856.
HSL color Cylindrical-coordinate representation of color #A0AB5F: hue angle of 68.68º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0AB5F is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 95 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.33 |
| HSL | 68.68º | 0.31% | 0.52% | - |
| HSV(B) | 68.68º | 0.44% | 0.67% | - |
| XYZ | 31.13 | 37.43 | 16.41 | - |
| YUV | 159.05 | 91.86 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 95 | 0.06 | 0 | 0.44 | 0.33 | 68.68 | 0.31 | 0.52 |
| Hex | A0 | AB | 5F | 6 | 0 | 2C | 21 | 45 | 1F | 34 |
| Octal | 240 | 253 | 137 | 6 | 0 | 54 | 41 | 105 | 37 | 64 |
| Binary | 10100000 | 10101011 | 1011111 | 110 | 0 | 101100 | 100001 | 1000101 | 11111 | 110100 |
Color Harmonies of #A0AB5F
Complementary color
Monochromatic Colors of #A0AB5F
Black with #A0AB5F
Text Example
Text Example
White with #A0AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB5F; }
p { color: rgb(160,171,95); }
H1.HeaderClassName
{
color: #A0AB5F;
}
.AnyTagClassName
{
color: #A0AB5F;
}
</style>
background-color css
<style>
a { background-color: #A0AB5F; }
a { background-color: rgb(160,171,95); }
div.DivClassName
{
background-color: #A0AB5F;
}
.BgClassName
{
background-color: #A0AB5F;
}
</style>
border-color css
<style>
span { border-color: #A0AB5F; }
span { border-color: rgb(160,171,95); }
td.TdClassName
{
border-color: #A0AB5F;
}
.TagClassName
{
border-color: #A0AB5F;
}
</style>