Shades of Green Smoke #A3A952
Tints of Green Smoke #A3A952
RGB
CMYK
RGB Variations
Color information
#A3A952 (or 0xA3A952) is known color: Green Smoke. HEX triplet: A3, A9 and 52. RGB value is (163,169,82). Sum of RGB (Red+Green+Blue) = 163+169+82=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A952 is #5C56AD. Grayscale: #9D9D9D. Windows color (decimal): -6051502 or 5417379. OLE color: 5417379.
HSL color Cylindrical-coordinate representation of color #A3A952: hue angle of 64.14º degrees, saturation: 0.35, 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 #A3A952 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 82 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.34 |
| HSL | 64.14º | 0.35% | 0.49% | - |
| HSV(B) | 64.14º | 0.51% | 0.66% | - |
| XYZ | 30.82 | 36.77 | 13.46 | - |
| YUV | 157.29 | 85.51 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 82 | 0.04 | 0 | 0.51 | 0.34 | 64.14 | 0.35 | 0.49 |
| Hex | A3 | A9 | 52 | 4 | 0 | 33 | 22 | 40 | 23 | 31 |
| Octal | 243 | 251 | 122 | 4 | 0 | 63 | 42 | 100 | 43 | 61 |
| Binary | 10100011 | 10101001 | 1010010 | 100 | 0 | 110011 | 100010 | 1000000 | 100011 | 110001 |
Color Harmonies of #A3A952
Complementary color
Monochromatic Colors of #A3A952
Black with #A3A952
Text Example
Text Example
White with #A3A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A952; }
p { color: rgb(163,169,82); }
H1.HeaderClassName
{
color: #A3A952;
}
.AnyTagClassName
{
color: #A3A952;
}
</style>
background-color css
<style>
a { background-color: #A3A952; }
a { background-color: rgb(163,169,82); }
div.DivClassName
{
background-color: #A3A952;
}
.BgClassName
{
background-color: #A3A952;
}
</style>
border-color css
<style>
span { border-color: #A3A952; }
span { border-color: rgb(163,169,82); }
td.TdClassName
{
border-color: #A3A952;
}
.TagClassName
{
border-color: #A3A952;
}
</style>