Shades of Green Smoke #A0AD51
Tints of Green Smoke #A0AD51
RGB
CMYK
RGB Variations
Color information
#A0AD51 (or 0xA0AD51) is known color: Green Smoke. HEX triplet: A0, AD and 51. RGB value is (160,173,81). Sum of RGB (Red+Green+Blue) = 160+173+81=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 173 (67.97% from 255 or 41.79% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD51 is #5F52AE. Grayscale: #9E9E9E. Windows color (decimal): -6247087 or 5352864. OLE color: 5352864.
HSL color Cylindrical-coordinate representation of color #A0AD51: hue angle of 68.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0AD51 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 81 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.32 |
| HSL | 68.48º | 0.36% | 0.5% | - |
| HSV(B) | 68.48º | 0.53% | 0.68% | - |
| XYZ | 30.93 | 37.95 | 13.48 | - |
| YUV | 158.63 | 84.19 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 81 | 0.08 | 0 | 0.53 | 0.32 | 68.48 | 0.36 | 0.5 |
| Hex | A0 | AD | 51 | 8 | 0 | 35 | 20 | 44 | 24 | 32 |
| Octal | 240 | 255 | 121 | 10 | 0 | 65 | 40 | 104 | 44 | 62 |
| Binary | 10100000 | 10101101 | 1010001 | 1000 | 0 | 110101 | 100000 | 1000100 | 100100 | 110010 |
Color Harmonies of #A0AD51
Complementary color
Monochromatic Colors of #A0AD51
Black with #A0AD51
Text Example
Text Example
White with #A0AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD51; }
p { color: rgb(160,173,81); }
H1.HeaderClassName
{
color: #A0AD51;
}
.AnyTagClassName
{
color: #A0AD51;
}
</style>
background-color css
<style>
a { background-color: #A0AD51; }
a { background-color: rgb(160,173,81); }
div.DivClassName
{
background-color: #A0AD51;
}
.BgClassName
{
background-color: #A0AD51;
}
</style>
border-color css
<style>
span { border-color: #A0AD51; }
span { border-color: rgb(160,173,81); }
td.TdClassName
{
border-color: #A0AD51;
}
.TagClassName
{
border-color: #A0AD51;
}
</style>