Shades of Green Smoke #A3AA66
Tints of Green Smoke #A3AA66
RGB
CMYK
RGB Variations
Color information
#A3AA66 (or 0xA3AA66) is known color: Green Smoke. HEX triplet: A3, AA and 66. RGB value is (163,170,102). Sum of RGB (Red+Green+Blue) = 163+170+102=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA66 is #5C5599. Grayscale: #A0A0A0. Windows color (decimal): -6051226 or 6728355. OLE color: 6728355.
HSL color Cylindrical-coordinate representation of color #A3AA66: hue angle of 66.18º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A3AA66 is Cyan = 0.04, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 102 | - |
| CMYK | 0.04 | 0 | 0.4 | 0.33 |
| HSL | 66.18º | 0.29% | 0.53% | - |
| HSV(B) | 66.18º | 0.4% | 0.67% | - |
| XYZ | 31.88 | 37.5 | 18.13 | - |
| YUV | 160.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 102 | 0.04 | 0 | 0.4 | 0.33 | 66.18 | 0.29 | 0.53 |
| Hex | A3 | AA | 66 | 4 | 0 | 28 | 21 | 42 | 1D | 35 |
| Octal | 243 | 252 | 146 | 4 | 0 | 50 | 41 | 102 | 35 | 65 |
| Binary | 10100011 | 10101010 | 1100110 | 100 | 0 | 101000 | 100001 | 1000010 | 11101 | 110101 |
Color Harmonies of #A3AA66
Complementary color
Monochromatic Colors of #A3AA66
Black with #A3AA66
Text Example
Text Example
White with #A3AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA66; }
p { color: rgb(163,170,102); }
H1.HeaderClassName
{
color: #A3AA66;
}
.AnyTagClassName
{
color: #A3AA66;
}
</style>
background-color css
<style>
a { background-color: #A3AA66; }
a { background-color: rgb(163,170,102); }
div.DivClassName
{
background-color: #A3AA66;
}
.BgClassName
{
background-color: #A3AA66;
}
</style>
border-color css
<style>
span { border-color: #A3AA66; }
span { border-color: rgb(163,170,102); }
td.TdClassName
{
border-color: #A3AA66;
}
.TagClassName
{
border-color: #A3AA66;
}
</style>