Shades of Green Smoke #A3AC63
Tints of Green Smoke #A3AC63
RGB
CMYK
RGB Variations
Color information
#A3AC63 (or 0xA3AC63) is known color: Green Smoke. HEX triplet: A3, AC and 63. RGB value is (163,172,99). Sum of RGB (Red+Green+Blue) = 163+172+99=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC63 is #5C539C. Grayscale: #A1A1A1. Windows color (decimal): -6050717 or 6532259. OLE color: 6532259.
HSL color Cylindrical-coordinate representation of color #A3AC63: hue angle of 67.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3AC63 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 99 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.33 |
| HSL | 67.4º | 0.31% | 0.53% | - |
| HSV(B) | 67.4º | 0.42% | 0.67% | - |
| XYZ | 32.11 | 38.19 | 17.48 | - |
| YUV | 160.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 99 | 0.05 | 0 | 0.42 | 0.33 | 67.4 | 0.31 | 0.53 |
| Hex | A3 | AC | 63 | 5 | 0 | 2A | 21 | 43 | 1F | 35 |
| Octal | 243 | 254 | 143 | 5 | 0 | 52 | 41 | 103 | 37 | 65 |
| Binary | 10100011 | 10101100 | 1100011 | 101 | 0 | 101010 | 100001 | 1000011 | 11111 | 110101 |
Color Harmonies of #A3AC63
Complementary color
Monochromatic Colors of #A3AC63
Black with #A3AC63
Text Example
Text Example
White with #A3AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC63; }
p { color: rgb(163,172,99); }
H1.HeaderClassName
{
color: #A3AC63;
}
.AnyTagClassName
{
color: #A3AC63;
}
</style>
background-color css
<style>
a { background-color: #A3AC63; }
a { background-color: rgb(163,172,99); }
div.DivClassName
{
background-color: #A3AC63;
}
.BgClassName
{
background-color: #A3AC63;
}
</style>
border-color css
<style>
span { border-color: #A3AC63; }
span { border-color: rgb(163,172,99); }
td.TdClassName
{
border-color: #A3AC63;
}
.TagClassName
{
border-color: #A3AC63;
}
</style>