Shades of Green Smoke #A0A056
Tints of Green Smoke #A0A056
RGB
CMYK
RGB Variations
Color information
#A0A056 (or 0xA0A056) is known color: Green Smoke. HEX triplet: A0, A0 and 56. RGB value is (160,160,86). Sum of RGB (Red+Green+Blue) = 160+160+86=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A056 is #5F5FA9. Grayscale: #979797. Windows color (decimal): -6250410 or 5677216. OLE color: 5677216.
HSL color Cylindrical-coordinate representation of color #A0A056: hue angle of 60º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0A056 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 86 | - |
| CMYK | 0 | 0 | 0.46 | 0.37 |
| HSL | 60º | 0.3% | 0.48% | - |
| HSV(B) | 60º | 0.46% | 0.63% | - |
| XYZ | 28.75 | 33.29 | 13.71 | - |
| YUV | 151.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 86 | 0 | 0 | 0.46 | 0.37 | 60 | 0.3 | 0.48 |
| Hex | A0 | A0 | 56 | 0 | 0 | 2E | 25 | 3C | 1E | 30 |
| Octal | 240 | 240 | 126 | 0 | 0 | 56 | 45 | 74 | 36 | 60 |
| Binary | 10100000 | 10100000 | 1010110 | 0 | 0 | 101110 | 100101 | 111100 | 11110 | 110000 |
Color Harmonies of #A0A056
Complementary color
Monochromatic Colors of #A0A056
Black with #A0A056
Text Example
Text Example
White with #A0A056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A056; }
p { color: rgb(160,160,86); }
H1.HeaderClassName
{
color: #A0A056;
}
.AnyTagClassName
{
color: #A0A056;
}
</style>
background-color css
<style>
a { background-color: #A0A056; }
a { background-color: rgb(160,160,86); }
div.DivClassName
{
background-color: #A0A056;
}
.BgClassName
{
background-color: #A0A056;
}
</style>
border-color css
<style>
span { border-color: #A0A056; }
span { border-color: rgb(160,160,86); }
td.TdClassName
{
border-color: #A0A056;
}
.TagClassName
{
border-color: #A0A056;
}
</style>