Shades of Green Smoke #A3AD59
Tints of Green Smoke #A3AD59
RGB
CMYK
RGB Variations
Color information
#A3AD59 (or 0xA3AD59) is known color: Green Smoke. HEX triplet: A3, AD and 59. RGB value is (163,173,89). Sum of RGB (Red+Green+Blue) = 163+173+89=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD59 is #5C52A6. Grayscale: #A0A0A0. Windows color (decimal): -6050471 or 5877155. OLE color: 5877155.
HSL color Cylindrical-coordinate representation of color #A3AD59: hue angle of 67.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3AD59 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 89 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.32 |
| HSL | 67.14º | 0.34% | 0.51% | - |
| HSV(B) | 67.14º | 0.49% | 0.68% | - |
| XYZ | 31.85 | 38.39 | 15.18 | - |
| YUV | 160.43 | 87.69 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 89 | 0.06 | 0 | 0.49 | 0.32 | 67.14 | 0.34 | 0.51 |
| Hex | A3 | AD | 59 | 6 | 0 | 31 | 20 | 43 | 22 | 33 |
| Octal | 243 | 255 | 131 | 6 | 0 | 61 | 40 | 103 | 42 | 63 |
| Binary | 10100011 | 10101101 | 1011001 | 110 | 0 | 110001 | 100000 | 1000011 | 100010 | 110011 |
Color Harmonies of #A3AD59
Complementary color
Monochromatic Colors of #A3AD59
Black with #A3AD59
Text Example
Text Example
White with #A3AD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD59; }
p { color: rgb(163,173,89); }
H1.HeaderClassName
{
color: #A3AD59;
}
.AnyTagClassName
{
color: #A3AD59;
}
</style>
background-color css
<style>
a { background-color: #A3AD59; }
a { background-color: rgb(163,173,89); }
div.DivClassName
{
background-color: #A3AD59;
}
.BgClassName
{
background-color: #A3AD59;
}
</style>
border-color css
<style>
span { border-color: #A3AD59; }
span { border-color: rgb(163,173,89); }
td.TdClassName
{
border-color: #A3AD59;
}
.TagClassName
{
border-color: #A3AD59;
}
</style>