Shades of Green Smoke #A0A359
Tints of Green Smoke #A0A359
RGB
CMYK
RGB Variations
Color information
#A0A359 (or 0xA0A359) is known color: Green Smoke. HEX triplet: A0, A3 and 59. RGB value is (160,163,89). Sum of RGB (Red+Green+Blue) = 160+163+89=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A359 is #5F5CA6. Grayscale: #999999. Windows color (decimal): -6249639 or 5874592. OLE color: 5874592.
HSL color Cylindrical-coordinate representation of color #A0A359: hue angle of 62.43º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0A359 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 89 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.36 |
| HSL | 62.43º | 0.29% | 0.49% | - |
| HSV(B) | 62.43º | 0.45% | 0.64% | - |
| XYZ | 29.4 | 34.39 | 14.54 | - |
| YUV | 153.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 89 | 0.02 | 0 | 0.45 | 0.36 | 62.43 | 0.29 | 0.49 |
| Hex | A0 | A3 | 59 | 2 | 0 | 2D | 24 | 3E | 1D | 31 |
| Octal | 240 | 243 | 131 | 2 | 0 | 55 | 44 | 76 | 35 | 61 |
| Binary | 10100000 | 10100011 | 1011001 | 10 | 0 | 101101 | 100100 | 111110 | 11101 | 110001 |
Color Harmonies of #A0A359
Complementary color
Monochromatic Colors of #A0A359
Black with #A0A359
Text Example
Text Example
White with #A0A359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A359; }
p { color: rgb(160,163,89); }
H1.HeaderClassName
{
color: #A0A359;
}
.AnyTagClassName
{
color: #A0A359;
}
</style>
background-color css
<style>
a { background-color: #A0A359; }
a { background-color: rgb(160,163,89); }
div.DivClassName
{
background-color: #A0A359;
}
.BgClassName
{
background-color: #A0A359;
}
</style>
border-color css
<style>
span { border-color: #A0A359; }
span { border-color: rgb(160,163,89); }
td.TdClassName
{
border-color: #A0A359;
}
.TagClassName
{
border-color: #A0A359;
}
</style>