Shades of Green Smoke #A0A56D
Tints of Green Smoke #A0A56D
RGB
CMYK
RGB Variations
Color information
#A0A56D (or 0xA0A56D) is known color: Green Smoke. HEX triplet: A0, A5 and 6D. RGB value is (160,165,109). Sum of RGB (Red+Green+Blue) = 160+165+109=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A56D is #5F5A92. Grayscale: #9D9D9D. Windows color (decimal): -6249107 or 7185824. OLE color: 7185824.
HSL color Cylindrical-coordinate representation of color #A0A56D: hue angle of 65.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0A56D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 109 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.35 |
| HSL | 65.36º | 0.24% | 0.54% | - |
| HSV(B) | 65.36º | 0.34% | 0.65% | - |
| XYZ | 30.71 | 35.49 | 19.7 | - |
| YUV | 157.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 109 | 0.03 | 0 | 0.34 | 0.35 | 65.36 | 0.24 | 0.54 |
| Hex | A0 | A5 | 6D | 3 | 0 | 22 | 23 | 41 | 18 | 36 |
| Octal | 240 | 245 | 155 | 3 | 0 | 42 | 43 | 101 | 30 | 66 |
| Binary | 10100000 | 10100101 | 1101101 | 11 | 0 | 100010 | 100011 | 1000001 | 11000 | 110110 |
Color Harmonies of #A0A56D
Complementary color
Monochromatic Colors of #A0A56D
Black with #A0A56D
Text Example
Text Example
White with #A0A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A56D; }
p { color: rgb(160,165,109); }
H1.HeaderClassName
{
color: #A0A56D;
}
.AnyTagClassName
{
color: #A0A56D;
}
</style>
background-color css
<style>
a { background-color: #A0A56D; }
a { background-color: rgb(160,165,109); }
div.DivClassName
{
background-color: #A0A56D;
}
.BgClassName
{
background-color: #A0A56D;
}
</style>
border-color css
<style>
span { border-color: #A0A56D; }
span { border-color: rgb(160,165,109); }
td.TdClassName
{
border-color: #A0A56D;
}
.TagClassName
{
border-color: #A0A56D;
}
</style>