Shades of Green Smoke #A3A668
Tints of Green Smoke #A3A668
RGB
CMYK
RGB Variations
Color information
#A3A668 (or 0xA3A668) is known color: Green Smoke. HEX triplet: A3, A6 and 68. RGB value is (163,166,104). Sum of RGB (Red+Green+Blue) = 163+166+104=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A668 is #5C5997. Grayscale: #9E9E9E. Windows color (decimal): -6052248 or 6858403. OLE color: 6858403.
HSL color Cylindrical-coordinate representation of color #A3A668: hue angle of 62.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3A668 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 104 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.35 |
| HSL | 62.9º | 0.26% | 0.53% | - |
| HSV(B) | 62.9º | 0.37% | 0.65% | - |
| XYZ | 31.24 | 36.06 | 18.41 | - |
| YUV | 158.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 104 | 0.02 | 0 | 0.37 | 0.35 | 62.9 | 0.26 | 0.53 |
| Hex | A3 | A6 | 68 | 2 | 0 | 25 | 23 | 3F | 1A | 35 |
| Octal | 243 | 246 | 150 | 2 | 0 | 45 | 43 | 77 | 32 | 65 |
| Binary | 10100011 | 10100110 | 1101000 | 10 | 0 | 100101 | 100011 | 111111 | 11010 | 110101 |
Color Harmonies of #A3A668
Complementary color
Monochromatic Colors of #A3A668
Black with #A3A668
Text Example
Text Example
White with #A3A668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A668; }
p { color: rgb(163,166,104); }
H1.HeaderClassName
{
color: #A3A668;
}
.AnyTagClassName
{
color: #A3A668;
}
</style>
background-color css
<style>
a { background-color: #A3A668; }
a { background-color: rgb(163,166,104); }
div.DivClassName
{
background-color: #A3A668;
}
.BgClassName
{
background-color: #A3A668;
}
</style>
border-color css
<style>
span { border-color: #A3A668; }
span { border-color: rgb(163,166,104); }
td.TdClassName
{
border-color: #A3A668;
}
.TagClassName
{
border-color: #A3A668;
}
</style>