Shades of Green Smoke #A0B957
Tints of Green Smoke #A0B957
RGB
CMYK
RGB Variations
Color information
#A0B957 (or 0xA0B957) is known color: Green Smoke. HEX triplet: A0, B9 and 57. RGB value is (160,185,87). Sum of RGB (Red+Green+Blue) = 160+185+87=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B957 is #5F46A8. Grayscale: #A6A6A6. Windows color (decimal): -6244009 or 5749152. OLE color: 5749152.
HSL color Cylindrical-coordinate representation of color #A0B957: hue angle of 75.31º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0B957 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 87 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.27 |
| HSL | 75.31º | 0.41% | 0.53% | - |
| HSV(B) | 75.31º | 0.53% | 0.73% | - |
| XYZ | 33.57 | 42.86 | 15.52 | - |
| YUV | 166.35 | 83.22 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 87 | 0.14 | 0 | 0.53 | 0.27 | 75.31 | 0.41 | 0.53 |
| Hex | A0 | B9 | 57 | E | 0 | 35 | 1B | 4B | 29 | 35 |
| Octal | 240 | 271 | 127 | 16 | 0 | 65 | 33 | 113 | 51 | 65 |
| Binary | 10100000 | 10111001 | 1010111 | 1110 | 0 | 110101 | 11011 | 1001011 | 101001 | 110101 |
Color Harmonies of #A0B957
Complementary color
Monochromatic Colors of #A0B957
Black with #A0B957
Text Example
Text Example
White with #A0B957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B957; }
p { color: rgb(160,185,87); }
H1.HeaderClassName
{
color: #A0B957;
}
.AnyTagClassName
{
color: #A0B957;
}
</style>
background-color css
<style>
a { background-color: #A0B957; }
a { background-color: rgb(160,185,87); }
div.DivClassName
{
background-color: #A0B957;
}
.BgClassName
{
background-color: #A0B957;
}
</style>
border-color css
<style>
span { border-color: #A0B957; }
span { border-color: rgb(160,185,87); }
td.TdClassName
{
border-color: #A0B957;
}
.TagClassName
{
border-color: #A0B957;
}
</style>