Shades of Green Smoke #A0B860
Tints of Green Smoke #A0B860
RGB
CMYK
RGB Variations
Color information
#A0B860 (or 0xA0B860) is known color: Green Smoke. HEX triplet: A0, B8 and 60. RGB value is (160,184,96). Sum of RGB (Red+Green+Blue) = 160+184+96=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B860 is #5F479F. Grayscale: #A7A7A7. Windows color (decimal): -6244256 or 6338720. OLE color: 6338720.
HSL color Cylindrical-coordinate representation of color #A0B860: hue angle of 76.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B860 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 96 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.28 |
| HSL | 76.36º | 0.38% | 0.55% | - |
| HSV(B) | 76.36º | 0.48% | 0.72% | - |
| XYZ | 33.75 | 42.6 | 17.51 | - |
| YUV | 166.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 96 | 0.13 | 0 | 0.48 | 0.28 | 76.36 | 0.38 | 0.55 |
| Hex | A0 | B8 | 60 | D | 0 | 30 | 1C | 4C | 26 | 37 |
| Octal | 240 | 270 | 140 | 15 | 0 | 60 | 34 | 114 | 46 | 67 |
| Binary | 10100000 | 10111000 | 1100000 | 1101 | 0 | 110000 | 11100 | 1001100 | 100110 | 110111 |
Color Harmonies of #A0B860
Complementary color
Monochromatic Colors of #A0B860
Black with #A0B860
Text Example
Text Example
White with #A0B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B860; }
p { color: rgb(160,184,96); }
H1.HeaderClassName
{
color: #A0B860;
}
.AnyTagClassName
{
color: #A0B860;
}
</style>
background-color css
<style>
a { background-color: #A0B860; }
a { background-color: rgb(160,184,96); }
div.DivClassName
{
background-color: #A0B860;
}
.BgClassName
{
background-color: #A0B860;
}
</style>
border-color css
<style>
span { border-color: #A0B860; }
span { border-color: rgb(160,184,96); }
td.TdClassName
{
border-color: #A0B860;
}
.TagClassName
{
border-color: #A0B860;
}
</style>