Shades of Green Smoke #A3AD52
Tints of Green Smoke #A3AD52
RGB
CMYK
RGB Variations
Color information
#A3AD52 (or 0xA3AD52) is known color: Green Smoke. HEX triplet: A3, AD and 52. RGB value is (163,173,82). Sum of RGB (Red+Green+Blue) = 163+173+82=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD52 is #5C52AD. Grayscale: #9F9F9F. Windows color (decimal): -6050478 or 5418403. OLE color: 5418403.
HSL color Cylindrical-coordinate representation of color #A3AD52: hue angle of 66.59º 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 #A3AD52 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 82 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.32 |
| HSL | 66.59º | 0.36% | 0.5% | - |
| HSV(B) | 66.59º | 0.53% | 0.68% | - |
| XYZ | 31.57 | 38.28 | 13.71 | - |
| YUV | 159.64 | 84.19 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 82 | 0.06 | 0 | 0.53 | 0.32 | 66.59 | 0.36 | 0.5 |
| Hex | A3 | AD | 52 | 6 | 0 | 35 | 20 | 43 | 24 | 32 |
| Octal | 243 | 255 | 122 | 6 | 0 | 65 | 40 | 103 | 44 | 62 |
| Binary | 10100011 | 10101101 | 1010010 | 110 | 0 | 110101 | 100000 | 1000011 | 100100 | 110010 |
Color Harmonies of #A3AD52
Complementary color
Monochromatic Colors of #A3AD52
Black with #A3AD52
Text Example
Text Example
White with #A3AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD52; }
p { color: rgb(163,173,82); }
H1.HeaderClassName
{
color: #A3AD52;
}
.AnyTagClassName
{
color: #A3AD52;
}
</style>
background-color css
<style>
a { background-color: #A3AD52; }
a { background-color: rgb(163,173,82); }
div.DivClassName
{
background-color: #A3AD52;
}
.BgClassName
{
background-color: #A3AD52;
}
</style>
border-color css
<style>
span { border-color: #A3AD52; }
span { border-color: rgb(163,173,82); }
td.TdClassName
{
border-color: #A3AD52;
}
.TagClassName
{
border-color: #A3AD52;
}
</style>