Shades of Green Smoke #A3A252
Tints of Green Smoke #A3A252
RGB
CMYK
RGB Variations
Color information
#A3A252 (or 0xA3A252) is known color: Green Smoke. HEX triplet: A3, A2 and 52. RGB value is (163,162,82). Sum of RGB (Red+Green+Blue) = 163+162+82=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A252 is #5C5DAD. Grayscale: #999999. Windows color (decimal): -6053294 or 5415587. OLE color: 5415587.
HSL color Cylindrical-coordinate representation of color #A3A252: hue angle of 59.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3A252 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 82 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.36 |
| HSL | 59.26º | 0.33% | 0.48% | - |
| HSV(B) | 59.26º | 0.5% | 0.64% | - |
| XYZ | 29.55 | 34.24 | 13.03 | - |
| YUV | 153.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 82 | 0 | 0.01 | 0.50 | 0.36 | 59.26 | 0.33 | 0.48 |
| Hex | A3 | A2 | 52 | 0 | 1 | 32 | 24 | 3B | 21 | 30 |
| Octal | 243 | 242 | 122 | 0 | 1 | 62 | 44 | 73 | 41 | 60 |
| Binary | 10100011 | 10100010 | 1010010 | 0 | 1 | 110010 | 100100 | 111011 | 100001 | 110000 |
Color Harmonies of #A3A252
Complementary color
Monochromatic Colors of #A3A252
Black with #A3A252
Text Example
Text Example
White with #A3A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A252; }
p { color: rgb(163,162,82); }
H1.HeaderClassName
{
color: #A3A252;
}
.AnyTagClassName
{
color: #A3A252;
}
</style>
background-color css
<style>
a { background-color: #A3A252; }
a { background-color: rgb(163,162,82); }
div.DivClassName
{
background-color: #A3A252;
}
.BgClassName
{
background-color: #A3A252;
}
</style>
border-color css
<style>
span { border-color: #A3A252; }
span { border-color: rgb(163,162,82); }
td.TdClassName
{
border-color: #A3A252;
}
.TagClassName
{
border-color: #A3A252;
}
</style>