Shades of Green Smoke #A3A665
Tints of Green Smoke #A3A665
RGB
CMYK
RGB Variations
Color information
#A3A665 (or 0xA3A665) is known color: Green Smoke. HEX triplet: A3, A6 and 65. RGB value is (163,166,101). Sum of RGB (Red+Green+Blue) = 163+166+101=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A665 is #5C599A. Grayscale: #9D9D9D. Windows color (decimal): -6052251 or 6661795. OLE color: 6661795.
HSL color Cylindrical-coordinate representation of color #A3A665: hue angle of 62.77º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3A665 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 101 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.35 |
| HSL | 62.77º | 0.27% | 0.52% | - |
| HSV(B) | 62.77º | 0.39% | 0.65% | - |
| XYZ | 31.09 | 36 | 17.62 | - |
| YUV | 157.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 101 | 0.02 | 0 | 0.39 | 0.35 | 62.77 | 0.27 | 0.52 |
| Hex | A3 | A6 | 65 | 2 | 0 | 27 | 23 | 3F | 1B | 34 |
| Octal | 243 | 246 | 145 | 2 | 0 | 47 | 43 | 77 | 33 | 64 |
| Binary | 10100011 | 10100110 | 1100101 | 10 | 0 | 100111 | 100011 | 111111 | 11011 | 110100 |
Color Harmonies of #A3A665
Complementary color
Monochromatic Colors of #A3A665
Black with #A3A665
Text Example
Text Example
White with #A3A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A665; }
p { color: rgb(163,166,101); }
H1.HeaderClassName
{
color: #A3A665;
}
.AnyTagClassName
{
color: #A3A665;
}
</style>
background-color css
<style>
a { background-color: #A3A665; }
a { background-color: rgb(163,166,101); }
div.DivClassName
{
background-color: #A3A665;
}
.BgClassName
{
background-color: #A3A665;
}
</style>
border-color css
<style>
span { border-color: #A3A665; }
span { border-color: rgb(163,166,101); }
td.TdClassName
{
border-color: #A3A665;
}
.TagClassName
{
border-color: #A3A665;
}
</style>