Shades of Green Smoke #A0AD61
Tints of Green Smoke #A0AD61
RGB
CMYK
RGB Variations
Color information
#A0AD61 (or 0xA0AD61) is known color: Green Smoke. HEX triplet: A0, AD and 61. RGB value is (160,173,97). Sum of RGB (Red+Green+Blue) = 160+173+97=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD61 is #5F529E. Grayscale: #A0A0A0. Windows color (decimal): -6247071 or 6401440. OLE color: 6401440.
HSL color Cylindrical-coordinate representation of color #A0AD61: hue angle of 70.26º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0AD61 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 97 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.32 |
| HSL | 70.26º | 0.32% | 0.53% | - |
| HSV(B) | 70.26º | 0.44% | 0.68% | - |
| XYZ | 31.6 | 38.22 | 17.02 | - |
| YUV | 160.45 | 92.19 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 97 | 0.08 | 0 | 0.44 | 0.32 | 70.26 | 0.32 | 0.53 |
| Hex | A0 | AD | 61 | 8 | 0 | 2C | 20 | 46 | 20 | 35 |
| Octal | 240 | 255 | 141 | 10 | 0 | 54 | 40 | 106 | 40 | 65 |
| Binary | 10100000 | 10101101 | 1100001 | 1000 | 0 | 101100 | 100000 | 1000110 | 100000 | 110101 |
Color Harmonies of #A0AD61
Complementary color
Monochromatic Colors of #A0AD61
Black with #A0AD61
Text Example
Text Example
White with #A0AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD61; }
p { color: rgb(160,173,97); }
H1.HeaderClassName
{
color: #A0AD61;
}
.AnyTagClassName
{
color: #A0AD61;
}
</style>
background-color css
<style>
a { background-color: #A0AD61; }
a { background-color: rgb(160,173,97); }
div.DivClassName
{
background-color: #A0AD61;
}
.BgClassName
{
background-color: #A0AD61;
}
</style>
border-color css
<style>
span { border-color: #A0AD61; }
span { border-color: rgb(160,173,97); }
td.TdClassName
{
border-color: #A0AD61;
}
.TagClassName
{
border-color: #A0AD61;
}
</style>