Shades of Green Smoke #A0A856
Tints of Green Smoke #A0A856
RGB
CMYK
RGB Variations
Color information
#A0A856 (or 0xA0A856) is known color: Green Smoke. HEX triplet: A0, A8 and 56. RGB value is (160,168,86). Sum of RGB (Red+Green+Blue) = 160+168+86=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A856 is #5F57A9. Grayscale: #9C9C9C. Windows color (decimal): -6248362 or 5679264. OLE color: 5679264.
HSL color Cylindrical-coordinate representation of color #A0A856: hue angle of 65.85º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0A856 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 86 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.34 |
| HSL | 65.85º | 0.32% | 0.5% | - |
| HSV(B) | 65.85º | 0.49% | 0.66% | - |
| XYZ | 30.18 | 36.15 | 14.19 | - |
| YUV | 156.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 86 | 0.05 | 0 | 0.49 | 0.34 | 65.85 | 0.32 | 0.5 |
| Hex | A0 | A8 | 56 | 5 | 0 | 31 | 22 | 42 | 20 | 32 |
| Octal | 240 | 250 | 126 | 5 | 0 | 61 | 42 | 102 | 40 | 62 |
| Binary | 10100000 | 10101000 | 1010110 | 101 | 0 | 110001 | 100010 | 1000010 | 100000 | 110010 |
Color Harmonies of #A0A856
Complementary color
Monochromatic Colors of #A0A856
Black with #A0A856
Text Example
Text Example
White with #A0A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A856; }
p { color: rgb(160,168,86); }
H1.HeaderClassName
{
color: #A0A856;
}
.AnyTagClassName
{
color: #A0A856;
}
</style>
background-color css
<style>
a { background-color: #A0A856; }
a { background-color: rgb(160,168,86); }
div.DivClassName
{
background-color: #A0A856;
}
.BgClassName
{
background-color: #A0A856;
}
</style>
border-color css
<style>
span { border-color: #A0A856; }
span { border-color: rgb(160,168,86); }
td.TdClassName
{
border-color: #A0A856;
}
.TagClassName
{
border-color: #A0A856;
}
</style>