Shades of Green Smoke #A0A262
Tints of Green Smoke #A0A262
RGB
CMYK
RGB Variations
Color information
#A0A262 (or 0xA0A262) is known color: Green Smoke. HEX triplet: A0, A2 and 62. RGB value is (160,162,98). Sum of RGB (Red+Green+Blue) = 160+162+98=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 98 (38.67% from 255 or 23.33% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A262 is #5F5D9D. Grayscale: #9A9A9A. Windows color (decimal): -6249886 or 6464160. OLE color: 6464160.
HSL color Cylindrical-coordinate representation of color #A0A262: hue angle of 61.88º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A262 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 98 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.36 |
| HSL | 61.88º | 0.26% | 0.51% | - |
| HSV(B) | 61.88º | 0.4% | 0.64% | - |
| XYZ | 29.62 | 34.2 | 16.59 | - |
| YUV | 154.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 98 | 0.01 | 0 | 0.40 | 0.36 | 61.88 | 0.26 | 0.51 |
| Hex | A0 | A2 | 62 | 1 | 0 | 28 | 24 | 3E | 1A | 33 |
| Octal | 240 | 242 | 142 | 1 | 0 | 50 | 44 | 76 | 32 | 63 |
| Binary | 10100000 | 10100010 | 1100010 | 1 | 0 | 101000 | 100100 | 111110 | 11010 | 110011 |
Color Harmonies of #A0A262
Complementary color
Monochromatic Colors of #A0A262
Black with #A0A262
Text Example
Text Example
White with #A0A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A262; }
p { color: rgb(160,162,98); }
H1.HeaderClassName
{
color: #A0A262;
}
.AnyTagClassName
{
color: #A0A262;
}
</style>
background-color css
<style>
a { background-color: #A0A262; }
a { background-color: rgb(160,162,98); }
div.DivClassName
{
background-color: #A0A262;
}
.BgClassName
{
background-color: #A0A262;
}
</style>
border-color css
<style>
span { border-color: #A0A262; }
span { border-color: rgb(160,162,98); }
td.TdClassName
{
border-color: #A0A262;
}
.TagClassName
{
border-color: #A0A262;
}
</style>