Shades of Green Smoke #A0A456
Tints of Green Smoke #A0A456
RGB
CMYK
RGB Variations
Color information
#A0A456 (or 0xA0A456) is known color: Green Smoke. HEX triplet: A0, A4 and 56. RGB value is (160,164,86). Sum of RGB (Red+Green+Blue) = 160+164+86=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 164 (64.45% from 255 or 40% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A456 is #5F5BA9. Grayscale: #9A9A9A. Windows color (decimal): -6249386 or 5678240. OLE color: 5678240.
HSL color Cylindrical-coordinate representation of color #A0A456: hue angle of 63.08º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0A456 is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 86 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.36 |
| HSL | 63.08º | 0.31% | 0.49% | - |
| HSV(B) | 63.08º | 0.48% | 0.64% | - |
| XYZ | 29.45 | 34.7 | 13.95 | - |
| YUV | 153.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 86 | 0.02 | 0 | 0.48 | 0.36 | 63.08 | 0.31 | 0.49 |
| Hex | A0 | A4 | 56 | 2 | 0 | 30 | 24 | 3F | 1F | 31 |
| Octal | 240 | 244 | 126 | 2 | 0 | 60 | 44 | 77 | 37 | 61 |
| Binary | 10100000 | 10100100 | 1010110 | 10 | 0 | 110000 | 100100 | 111111 | 11111 | 110001 |
Color Harmonies of #A0A456
Complementary color
Monochromatic Colors of #A0A456
Black with #A0A456
Text Example
Text Example
White with #A0A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A456; }
p { color: rgb(160,164,86); }
H1.HeaderClassName
{
color: #A0A456;
}
.AnyTagClassName
{
color: #A0A456;
}
</style>
background-color css
<style>
a { background-color: #A0A456; }
a { background-color: rgb(160,164,86); }
div.DivClassName
{
background-color: #A0A456;
}
.BgClassName
{
background-color: #A0A456;
}
</style>
border-color css
<style>
span { border-color: #A0A456; }
span { border-color: rgb(160,164,86); }
td.TdClassName
{
border-color: #A0A456;
}
.TagClassName
{
border-color: #A0A456;
}
</style>