Shades of Green Smoke #A3AD51
Tints of Green Smoke #A3AD51
RGB
CMYK
RGB Variations
Color information
#A3AD51 (or 0xA3AD51) is known color: Green Smoke. HEX triplet: A3, AD and 51. RGB value is (163,173,81). Sum of RGB (Red+Green+Blue) = 163+173+81=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD51 is #5C52AE. Grayscale: #9F9F9F. Windows color (decimal): -6050479 or 5352867. OLE color: 5352867.
HSL color Cylindrical-coordinate representation of color #A3AD51: hue angle of 66.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3AD51 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 81 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.32 |
| HSL | 66.52º | 0.36% | 0.5% | - |
| HSV(B) | 66.52º | 0.53% | 0.68% | - |
| XYZ | 31.53 | 38.27 | 13.51 | - |
| YUV | 159.52 | 83.69 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 81 | 0.06 | 0 | 0.53 | 0.32 | 66.52 | 0.36 | 0.5 |
| Hex | A3 | AD | 51 | 6 | 0 | 35 | 20 | 43 | 24 | 32 |
| Octal | 243 | 255 | 121 | 6 | 0 | 65 | 40 | 103 | 44 | 62 |
| Binary | 10100011 | 10101101 | 1010001 | 110 | 0 | 110101 | 100000 | 1000011 | 100100 | 110010 |
Color Harmonies of #A3AD51
Complementary color
Monochromatic Colors of #A3AD51
Black with #A3AD51
Text Example
Text Example
White with #A3AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD51; }
p { color: rgb(163,173,81); }
H1.HeaderClassName
{
color: #A3AD51;
}
.AnyTagClassName
{
color: #A3AD51;
}
</style>
background-color css
<style>
a { background-color: #A3AD51; }
a { background-color: rgb(163,173,81); }
div.DivClassName
{
background-color: #A3AD51;
}
.BgClassName
{
background-color: #A3AD51;
}
</style>
border-color css
<style>
span { border-color: #A3AD51; }
span { border-color: rgb(163,173,81); }
td.TdClassName
{
border-color: #A3AD51;
}
.TagClassName
{
border-color: #A3AD51;
}
</style>