Shades of Green Smoke #A0B056
Tints of Green Smoke #A0B056
RGB
CMYK
RGB Variations
Color information
#A0B056 (or 0xA0B056) is known color: Green Smoke. HEX triplet: A0, B0 and 56. RGB value is (160,176,86). Sum of RGB (Red+Green+Blue) = 160+176+86=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B056 is #5F4FA9. Grayscale: #A1A1A1. Windows color (decimal): -6246314 or 5681312. OLE color: 5681312.
HSL color Cylindrical-coordinate representation of color #A0B056: hue angle of 70.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0B056 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 86 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.31 |
| HSL | 70.67º | 0.36% | 0.51% | - |
| HSV(B) | 70.67º | 0.51% | 0.69% | - |
| XYZ | 31.7 | 39.2 | 14.7 | - |
| YUV | 160.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 86 | 0.09 | 0 | 0.51 | 0.31 | 70.67 | 0.36 | 0.51 |
| Hex | A0 | B0 | 56 | 9 | 0 | 33 | 1F | 47 | 24 | 33 |
| Octal | 240 | 260 | 126 | 11 | 0 | 63 | 37 | 107 | 44 | 63 |
| Binary | 10100000 | 10110000 | 1010110 | 1001 | 0 | 110011 | 11111 | 1000111 | 100100 | 110011 |
Color Harmonies of #A0B056
Complementary color
Monochromatic Colors of #A0B056
Black with #A0B056
Text Example
Text Example
White with #A0B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B056; }
p { color: rgb(160,176,86); }
H1.HeaderClassName
{
color: #A0B056;
}
.AnyTagClassName
{
color: #A0B056;
}
</style>
background-color css
<style>
a { background-color: #A0B056; }
a { background-color: rgb(160,176,86); }
div.DivClassName
{
background-color: #A0B056;
}
.BgClassName
{
background-color: #A0B056;
}
</style>
border-color css
<style>
span { border-color: #A0B056; }
span { border-color: rgb(160,176,86); }
td.TdClassName
{
border-color: #A0B056;
}
.TagClassName
{
border-color: #A0B056;
}
</style>