Shades of Green Smoke #A3A865
Tints of Green Smoke #A3A865
RGB
CMYK
RGB Variations
Color information
#A3A865 (or 0xA3A865) is known color: Green Smoke. HEX triplet: A3, A8 and 65. RGB value is (163,168,101). Sum of RGB (Red+Green+Blue) = 163+168+101=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A865 is #5C579A. Grayscale: #9F9F9F. Windows color (decimal): -6051739 or 6662307. OLE color: 6662307.
HSL color Cylindrical-coordinate representation of color #A3A865: hue angle of 64.48º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3A865 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 101 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.34 |
| HSL | 64.48º | 0.28% | 0.53% | - |
| HSV(B) | 64.48º | 0.4% | 0.66% | - |
| XYZ | 31.46 | 36.73 | 17.74 | - |
| YUV | 158.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 101 | 0.03 | 0 | 0.40 | 0.34 | 64.48 | 0.28 | 0.53 |
| Hex | A3 | A8 | 65 | 3 | 0 | 28 | 22 | 40 | 1C | 35 |
| Octal | 243 | 250 | 145 | 3 | 0 | 50 | 42 | 100 | 34 | 65 |
| Binary | 10100011 | 10101000 | 1100101 | 11 | 0 | 101000 | 100010 | 1000000 | 11100 | 110101 |
Color Harmonies of #A3A865
Complementary color
Monochromatic Colors of #A3A865
Black with #A3A865
Text Example
Text Example
White with #A3A865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A865; }
p { color: rgb(163,168,101); }
H1.HeaderClassName
{
color: #A3A865;
}
.AnyTagClassName
{
color: #A3A865;
}
</style>
background-color css
<style>
a { background-color: #A3A865; }
a { background-color: rgb(163,168,101); }
div.DivClassName
{
background-color: #A3A865;
}
.BgClassName
{
background-color: #A3A865;
}
</style>
border-color css
<style>
span { border-color: #A3A865; }
span { border-color: rgb(163,168,101); }
td.TdClassName
{
border-color: #A3A865;
}
.TagClassName
{
border-color: #A3A865;
}
</style>