Shades of Green Smoke #A0A360
Tints of Green Smoke #A0A360
RGB
CMYK
RGB Variations
Color information
#A0A360 (or 0xA0A360) is known color: Green Smoke. HEX triplet: A0, A3 and 60. RGB value is (160,163,96). Sum of RGB (Red+Green+Blue) = 160+163+96=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A360 is #5F5C9F. Grayscale: #9A9A9A. Windows color (decimal): -6249632 or 6333344. OLE color: 6333344.
HSL color Cylindrical-coordinate representation of color #A0A360: hue angle of 62.69º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0A360 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 96 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.36 |
| HSL | 62.69º | 0.27% | 0.51% | - |
| HSV(B) | 62.69º | 0.41% | 0.64% | - |
| XYZ | 29.71 | 34.51 | 16.16 | - |
| YUV | 154.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 96 | 0.02 | 0 | 0.41 | 0.36 | 62.69 | 0.27 | 0.51 |
| Hex | A0 | A3 | 60 | 2 | 0 | 29 | 24 | 3F | 1B | 33 |
| Octal | 240 | 243 | 140 | 2 | 0 | 51 | 44 | 77 | 33 | 63 |
| Binary | 10100000 | 10100011 | 1100000 | 10 | 0 | 101001 | 100100 | 111111 | 11011 | 110011 |
Color Harmonies of #A0A360
Complementary color
Monochromatic Colors of #A0A360
Black with #A0A360
Text Example
Text Example
White with #A0A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A360; }
p { color: rgb(160,163,96); }
H1.HeaderClassName
{
color: #A0A360;
}
.AnyTagClassName
{
color: #A0A360;
}
</style>
background-color css
<style>
a { background-color: #A0A360; }
a { background-color: rgb(160,163,96); }
div.DivClassName
{
background-color: #A0A360;
}
.BgClassName
{
background-color: #A0A360;
}
</style>
border-color css
<style>
span { border-color: #A0A360; }
span { border-color: rgb(160,163,96); }
td.TdClassName
{
border-color: #A0A360;
}
.TagClassName
{
border-color: #A0A360;
}
</style>