Shades of Green Smoke #A3B359
Tints of Green Smoke #A3B359
RGB
CMYK
RGB Variations
Color information
#A3B359 (or 0xA3B359) is known color: Green Smoke. HEX triplet: A3, B3 and 59. RGB value is (163,179,89). Sum of RGB (Red+Green+Blue) = 163+179+89=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #A3B359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B359 is #5C4CA6. Grayscale: #A4A4A4. Windows color (decimal): -6048935 or 5878691. OLE color: 5878691.
HSL color Cylindrical-coordinate representation of color #A3B359: hue angle of 70.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3B359 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 179 | 89 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.30 |
| HSL | 70.67º | 0.37% | 0.53% | - |
| HSV(B) | 70.67º | 0.5% | 0.7% | - |
| XYZ | 33.03 | 40.75 | 15.58 | - |
| YUV | 163.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 179 | 89 | 0.09 | 0 | 0.50 | 0.30 | 70.67 | 0.37 | 0.53 |
| Hex | A3 | B3 | 59 | 9 | 0 | 32 | 1E | 47 | 25 | 35 |
| Octal | 243 | 263 | 131 | 11 | 0 | 62 | 36 | 107 | 45 | 65 |
| Binary | 10100011 | 10110011 | 1011001 | 1001 | 0 | 110010 | 11110 | 1000111 | 100101 | 110101 |
Color Harmonies of #A3B359
Complementary color
Monochromatic Colors of #A3B359
Black with #A3B359
Text Example
Text Example
White with #A3B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B359; }
p { color: rgb(163,179,89); }
H1.HeaderClassName
{
color: #A3B359;
}
.AnyTagClassName
{
color: #A3B359;
}
</style>
background-color css
<style>
a { background-color: #A3B359; }
a { background-color: rgb(163,179,89); }
div.DivClassName
{
background-color: #A3B359;
}
.BgClassName
{
background-color: #A3B359;
}
</style>
border-color css
<style>
span { border-color: #A3B359; }
span { border-color: rgb(163,179,89); }
td.TdClassName
{
border-color: #A3B359;
}
.TagClassName
{
border-color: #A3B359;
}
</style>