Shades of Green Smoke #A0AD6F
Tints of Green Smoke #A0AD6F
RGB
CMYK
RGB Variations
Color information
#A0AD6F (or 0xA0AD6F) is known color: Green Smoke. HEX triplet: A0, AD and 6F. RGB value is (160,173,111). Sum of RGB (Red+Green+Blue) = 160+173+111=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD6F is #5F5290. Grayscale: #A2A2A2. Windows color (decimal): -6247057 or 7318944. OLE color: 7318944.
HSL color Cylindrical-coordinate representation of color #A0AD6F: hue angle of 72.58º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0AD6F is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 111 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.32 |
| HSL | 72.58º | 0.27% | 0.56% | - |
| HSV(B) | 72.58º | 0.36% | 0.68% | - |
| XYZ | 32.31 | 38.51 | 20.77 | - |
| YUV | 162.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 111 | 0.08 | 0 | 0.36 | 0.32 | 72.58 | 0.27 | 0.56 |
| Hex | A0 | AD | 6F | 8 | 0 | 24 | 20 | 49 | 1B | 38 |
| Octal | 240 | 255 | 157 | 10 | 0 | 44 | 40 | 111 | 33 | 70 |
| Binary | 10100000 | 10101101 | 1101111 | 1000 | 0 | 100100 | 100000 | 1001001 | 11011 | 111000 |
Color Harmonies of #A0AD6F
Complementary color
Monochromatic Colors of #A0AD6F
Black with #A0AD6F
Text Example
Text Example
White with #A0AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD6F; }
p { color: rgb(160,173,111); }
H1.HeaderClassName
{
color: #A0AD6F;
}
.AnyTagClassName
{
color: #A0AD6F;
}
</style>
background-color css
<style>
a { background-color: #A0AD6F; }
a { background-color: rgb(160,173,111); }
div.DivClassName
{
background-color: #A0AD6F;
}
.BgClassName
{
background-color: #A0AD6F;
}
</style>
border-color css
<style>
span { border-color: #A0AD6F; }
span { border-color: rgb(160,173,111); }
td.TdClassName
{
border-color: #A0AD6F;
}
.TagClassName
{
border-color: #A0AD6F;
}
</style>