Shades of Green Smoke #A3A159
Tints of Green Smoke #A3A159
RGB
CMYK
RGB Variations
Color information
#A3A159 (or 0xA3A159) is known color: Green Smoke. HEX triplet: A3, A1 and 59. RGB value is (163,161,89). Sum of RGB (Red+Green+Blue) = 163+161+89=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A159 is #5C5EA6. Grayscale: #999999. Windows color (decimal): -6053543 or 5874083. OLE color: 5874083.
HSL color Cylindrical-coordinate representation of color #A3A159: hue angle of 58.38º 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 #A3A159 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 89 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.36 |
| HSL | 58.38º | 0.29% | 0.49% | - |
| HSV(B) | 58.38º | 0.45% | 0.64% | - |
| XYZ | 29.65 | 34 | 14.45 | - |
| YUV | 153.39 | 91.66 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 89 | 0 | 0.01 | 0.45 | 0.36 | 58.38 | 0.29 | 0.49 |
| Hex | A3 | A1 | 59 | 0 | 1 | 2D | 24 | 3A | 1D | 31 |
| Octal | 243 | 241 | 131 | 0 | 1 | 55 | 44 | 72 | 35 | 61 |
| Binary | 10100011 | 10100001 | 1011001 | 0 | 1 | 101101 | 100100 | 111010 | 11101 | 110001 |
Color Harmonies of #A3A159
Complementary color
Monochromatic Colors of #A3A159
Black with #A3A159
Text Example
Text Example
White with #A3A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A159; }
p { color: rgb(163,161,89); }
H1.HeaderClassName
{
color: #A3A159;
}
.AnyTagClassName
{
color: #A3A159;
}
</style>
background-color css
<style>
a { background-color: #A3A159; }
a { background-color: rgb(163,161,89); }
div.DivClassName
{
background-color: #A3A159;
}
.BgClassName
{
background-color: #A3A159;
}
</style>
border-color css
<style>
span { border-color: #A3A159; }
span { border-color: rgb(163,161,89); }
td.TdClassName
{
border-color: #A3A159;
}
.TagClassName
{
border-color: #A3A159;
}
</style>