Shades of Green Smoke #A3A866
Tints of Green Smoke #A3A866
RGB
CMYK
RGB Variations
Color information
#A3A866 (or 0xA3A866) is known color: Green Smoke. HEX triplet: A3, A8 and 66. RGB value is (163,168,102). Sum of RGB (Red+Green+Blue) = 163+168+102=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A866 is #5C5799. Grayscale: #9F9F9F. Windows color (decimal): -6051738 or 6727843. OLE color: 6727843.
HSL color Cylindrical-coordinate representation of color #A3A866: hue angle of 64.55º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3A866 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 102 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.34 |
| HSL | 64.55º | 0.28% | 0.53% | - |
| HSV(B) | 64.55º | 0.39% | 0.66% | - |
| XYZ | 31.51 | 36.75 | 18 | - |
| YUV | 158.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 102 | 0.03 | 0 | 0.39 | 0.34 | 64.55 | 0.28 | 0.53 |
| Hex | A3 | A8 | 66 | 3 | 0 | 27 | 22 | 41 | 1C | 35 |
| Octal | 243 | 250 | 146 | 3 | 0 | 47 | 42 | 101 | 34 | 65 |
| Binary | 10100011 | 10101000 | 1100110 | 11 | 0 | 100111 | 100010 | 1000001 | 11100 | 110101 |
Color Harmonies of #A3A866
Complementary color
Monochromatic Colors of #A3A866
Black with #A3A866
Text Example
Text Example
White with #A3A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A866; }
p { color: rgb(163,168,102); }
H1.HeaderClassName
{
color: #A3A866;
}
.AnyTagClassName
{
color: #A3A866;
}
</style>
background-color css
<style>
a { background-color: #A3A866; }
a { background-color: rgb(163,168,102); }
div.DivClassName
{
background-color: #A3A866;
}
.BgClassName
{
background-color: #A3A866;
}
</style>
border-color css
<style>
span { border-color: #A3A866; }
span { border-color: rgb(163,168,102); }
td.TdClassName
{
border-color: #A3A866;
}
.TagClassName
{
border-color: #A3A866;
}
</style>