Shades of Green Smoke #A3A853
Tints of Green Smoke #A3A853
RGB
CMYK
RGB Variations
Color information
#A3A853 (or 0xA3A853) is known color: Green Smoke. HEX triplet: A3, A8 and 53. RGB value is (163,168,83). Sum of RGB (Red+Green+Blue) = 163+168+83=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A853 is #5C57AC. Grayscale: #9D9D9D. Windows color (decimal): -6051757 or 5482659. OLE color: 5482659.
HSL color Cylindrical-coordinate representation of color #A3A853: hue angle of 63.53º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3A853 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 83 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.34 |
| HSL | 63.53º | 0.34% | 0.49% | - |
| HSV(B) | 63.53º | 0.51% | 0.66% | - |
| XYZ | 30.67 | 36.42 | 13.6 | - |
| YUV | 156.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 83 | 0.03 | 0 | 0.51 | 0.34 | 63.53 | 0.34 | 0.49 |
| Hex | A3 | A8 | 53 | 3 | 0 | 33 | 22 | 40 | 22 | 31 |
| Octal | 243 | 250 | 123 | 3 | 0 | 63 | 42 | 100 | 42 | 61 |
| Binary | 10100011 | 10101000 | 1010011 | 11 | 0 | 110011 | 100010 | 1000000 | 100010 | 110001 |
Color Harmonies of #A3A853
Complementary color
Monochromatic Colors of #A3A853
Black with #A3A853
Text Example
Text Example
White with #A3A853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A853; }
p { color: rgb(163,168,83); }
H1.HeaderClassName
{
color: #A3A853;
}
.AnyTagClassName
{
color: #A3A853;
}
</style>
background-color css
<style>
a { background-color: #A3A853; }
a { background-color: rgb(163,168,83); }
div.DivClassName
{
background-color: #A3A853;
}
.BgClassName
{
background-color: #A3A853;
}
</style>
border-color css
<style>
span { border-color: #A3A853; }
span { border-color: rgb(163,168,83); }
td.TdClassName
{
border-color: #A3A853;
}
.TagClassName
{
border-color: #A3A853;
}
</style>