Shades of Green Smoke #A3AC6A
Tints of Green Smoke #A3AC6A
RGB
CMYK
RGB Variations
Color information
#A3AC6A (or 0xA3AC6A) is known color: Green Smoke. HEX triplet: A3, AC and 6A. RGB value is (163,172,106). Sum of RGB (Red+Green+Blue) = 163+172+106=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC6A is #5C5395. Grayscale: #A2A2A2. Windows color (decimal): -6050710 or 6991011. OLE color: 6991011.
HSL color Cylindrical-coordinate representation of color #A3AC6A: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3AC6A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 106 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.33 |
| HSL | 68.18º | 0.28% | 0.55% | - |
| HSV(B) | 68.18º | 0.38% | 0.67% | - |
| XYZ | 32.46 | 38.33 | 19.32 | - |
| YUV | 161.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 106 | 0.05 | 0 | 0.38 | 0.33 | 68.18 | 0.28 | 0.55 |
| Hex | A3 | AC | 6A | 5 | 0 | 26 | 21 | 44 | 1C | 37 |
| Octal | 243 | 254 | 152 | 5 | 0 | 46 | 41 | 104 | 34 | 67 |
| Binary | 10100011 | 10101100 | 1101010 | 101 | 0 | 100110 | 100001 | 1000100 | 11100 | 110111 |
Color Harmonies of #A3AC6A
Complementary color
Monochromatic Colors of #A3AC6A
Black with #A3AC6A
Text Example
Text Example
White with #A3AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC6A; }
p { color: rgb(163,172,106); }
H1.HeaderClassName
{
color: #A3AC6A;
}
.AnyTagClassName
{
color: #A3AC6A;
}
</style>
background-color css
<style>
a { background-color: #A3AC6A; }
a { background-color: rgb(163,172,106); }
div.DivClassName
{
background-color: #A3AC6A;
}
.BgClassName
{
background-color: #A3AC6A;
}
</style>
border-color css
<style>
span { border-color: #A3AC6A; }
span { border-color: rgb(163,172,106); }
td.TdClassName
{
border-color: #A3AC6A;
}
.TagClassName
{
border-color: #A3AC6A;
}
</style>