Shades of Green Smoke #A3AD6A
Tints of Green Smoke #A3AD6A
RGB
CMYK
RGB Variations
Color information
#A3AD6A (or 0xA3AD6A) is known color: Green Smoke. HEX triplet: A3, AD and 6A. RGB value is (163,173,106). Sum of RGB (Red+Green+Blue) = 163+173+106=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD6A is #5C5295. Grayscale: #A2A2A2. Windows color (decimal): -6050454 or 6991267. OLE color: 6991267.
HSL color Cylindrical-coordinate representation of color #A3AD6A: hue angle of 68.96º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3AD6A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 106 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.32 |
| HSL | 68.96º | 0.29% | 0.55% | - |
| HSV(B) | 68.96º | 0.39% | 0.68% | - |
| XYZ | 32.65 | 38.71 | 19.39 | - |
| YUV | 162.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 106 | 0.06 | 0 | 0.39 | 0.32 | 68.96 | 0.29 | 0.55 |
| Hex | A3 | AD | 6A | 6 | 0 | 27 | 20 | 45 | 1D | 37 |
| Octal | 243 | 255 | 152 | 6 | 0 | 47 | 40 | 105 | 35 | 67 |
| Binary | 10100011 | 10101101 | 1101010 | 110 | 0 | 100111 | 100000 | 1000101 | 11101 | 110111 |
Color Harmonies of #A3AD6A
Complementary color
Monochromatic Colors of #A3AD6A
Black with #A3AD6A
Text Example
Text Example
White with #A3AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD6A; }
p { color: rgb(163,173,106); }
H1.HeaderClassName
{
color: #A3AD6A;
}
.AnyTagClassName
{
color: #A3AD6A;
}
</style>
background-color css
<style>
a { background-color: #A3AD6A; }
a { background-color: rgb(163,173,106); }
div.DivClassName
{
background-color: #A3AD6A;
}
.BgClassName
{
background-color: #A3AD6A;
}
</style>
border-color css
<style>
span { border-color: #A3AD6A; }
span { border-color: rgb(163,173,106); }
td.TdClassName
{
border-color: #A3AD6A;
}
.TagClassName
{
border-color: #A3AD6A;
}
</style>