Shades of Green Smoke #A3AC6C
Tints of Green Smoke #A3AC6C
RGB
CMYK
RGB Variations
Color information
#A3AC6C (or 0xA3AC6C) is known color: Green Smoke. HEX triplet: A3, AC and 6C. RGB value is (163,172,108). Sum of RGB (Red+Green+Blue) = 163+172+108=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC6C is #5C5393. Grayscale: #A2A2A2. Windows color (decimal): -6050708 or 7122083. OLE color: 7122083.
HSL color Cylindrical-coordinate representation of color #A3AC6C: hue angle of 68.44º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3AC6C is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 108 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.33 |
| HSL | 68.44º | 0.28% | 0.55% | - |
| HSV(B) | 68.44º | 0.37% | 0.67% | - |
| XYZ | 32.56 | 38.37 | 19.88 | - |
| YUV | 162.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 108 | 0.05 | 0 | 0.37 | 0.33 | 68.44 | 0.28 | 0.55 |
| Hex | A3 | AC | 6C | 5 | 0 | 25 | 21 | 44 | 1C | 37 |
| Octal | 243 | 254 | 154 | 5 | 0 | 45 | 41 | 104 | 34 | 67 |
| Binary | 10100011 | 10101100 | 1101100 | 101 | 0 | 100101 | 100001 | 1000100 | 11100 | 110111 |
Color Harmonies of #A3AC6C
Complementary color
Monochromatic Colors of #A3AC6C
Black with #A3AC6C
Text Example
Text Example
White with #A3AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC6C; }
p { color: rgb(163,172,108); }
H1.HeaderClassName
{
color: #A3AC6C;
}
.AnyTagClassName
{
color: #A3AC6C;
}
</style>
background-color css
<style>
a { background-color: #A3AC6C; }
a { background-color: rgb(163,172,108); }
div.DivClassName
{
background-color: #A3AC6C;
}
.BgClassName
{
background-color: #A3AC6C;
}
</style>
border-color css
<style>
span { border-color: #A3AC6C; }
span { border-color: rgb(163,172,108); }
td.TdClassName
{
border-color: #A3AC6C;
}
.TagClassName
{
border-color: #A3AC6C;
}
</style>