Shades of Green Smoke #A3A864
Tints of Green Smoke #A3A864
RGB
CMYK
RGB Variations
Color information
#A3A864 (or 0xA3A864) is known color: Green Smoke. HEX triplet: A3, A8 and 64. RGB value is (163,168,100). Sum of RGB (Red+Green+Blue) = 163+168+100=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A864 is #5C579B. Grayscale: #9F9F9F. Windows color (decimal): -6051740 or 6596771. OLE color: 6596771.
HSL color Cylindrical-coordinate representation of color #A3A864: hue angle of 64.41º 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 #A3A864 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 100 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.34 |
| HSL | 64.41º | 0.28% | 0.53% | - |
| HSV(B) | 64.41º | 0.4% | 0.66% | - |
| XYZ | 31.41 | 36.71 | 17.49 | - |
| YUV | 158.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 100 | 0.03 | 0 | 0.40 | 0.34 | 64.41 | 0.28 | 0.53 |
| Hex | A3 | A8 | 64 | 3 | 0 | 28 | 22 | 40 | 1C | 35 |
| Octal | 243 | 250 | 144 | 3 | 0 | 50 | 42 | 100 | 34 | 65 |
| Binary | 10100011 | 10101000 | 1100100 | 11 | 0 | 101000 | 100010 | 1000000 | 11100 | 110101 |
Color Harmonies of #A3A864
Complementary color
Monochromatic Colors of #A3A864
Black with #A3A864
Text Example
Text Example
White with #A3A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A864; }
p { color: rgb(163,168,100); }
H1.HeaderClassName
{
color: #A3A864;
}
.AnyTagClassName
{
color: #A3A864;
}
</style>
background-color css
<style>
a { background-color: #A3A864; }
a { background-color: rgb(163,168,100); }
div.DivClassName
{
background-color: #A3A864;
}
.BgClassName
{
background-color: #A3A864;
}
</style>
border-color css
<style>
span { border-color: #A3A864; }
span { border-color: rgb(163,168,100); }
td.TdClassName
{
border-color: #A3A864;
}
.TagClassName
{
border-color: #A3A864;
}
</style>