Shades of Green Smoke #A0AD56
Tints of Green Smoke #A0AD56
RGB
CMYK
RGB Variations
Color information
#A0AD56 (or 0xA0AD56) is known color: Green Smoke. HEX triplet: A0, AD and 56. RGB value is (160,173,86). Sum of RGB (Red+Green+Blue) = 160+173+86=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD56 is #5F52A9. Grayscale: #9F9F9F. Windows color (decimal): -6247082 or 5680544. OLE color: 5680544.
HSL color Cylindrical-coordinate representation of color #A0AD56: hue angle of 68.97º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0AD56 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 86 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.32 |
| HSL | 68.97º | 0.35% | 0.51% | - |
| HSV(B) | 68.97º | 0.5% | 0.68% | - |
| XYZ | 31.12 | 38.03 | 14.5 | - |
| YUV | 159.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 86 | 0.08 | 0 | 0.50 | 0.32 | 68.97 | 0.35 | 0.51 |
| Hex | A0 | AD | 56 | 8 | 0 | 32 | 20 | 45 | 23 | 33 |
| Octal | 240 | 255 | 126 | 10 | 0 | 62 | 40 | 105 | 43 | 63 |
| Binary | 10100000 | 10101101 | 1010110 | 1000 | 0 | 110010 | 100000 | 1000101 | 100011 | 110011 |
Color Harmonies of #A0AD56
Complementary color
Monochromatic Colors of #A0AD56
Black with #A0AD56
Text Example
Text Example
White with #A0AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD56; }
p { color: rgb(160,173,86); }
H1.HeaderClassName
{
color: #A0AD56;
}
.AnyTagClassName
{
color: #A0AD56;
}
</style>
background-color css
<style>
a { background-color: #A0AD56; }
a { background-color: rgb(160,173,86); }
div.DivClassName
{
background-color: #A0AD56;
}
.BgClassName
{
background-color: #A0AD56;
}
</style>
border-color css
<style>
span { border-color: #A0AD56; }
span { border-color: rgb(160,173,86); }
td.TdClassName
{
border-color: #A0AD56;
}
.TagClassName
{
border-color: #A0AD56;
}
</style>