Shades of Green Smoke #A0AC6B
Tints of Green Smoke #A0AC6B
RGB
CMYK
RGB Variations
Color information
#A0AC6B (or 0xA0AC6B) is known color: Green Smoke. HEX triplet: A0, AC and 6B. RGB value is (160,172,107). Sum of RGB (Red+Green+Blue) = 160+172+107=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC6B is #5F5394. Grayscale: #A1A1A1. Windows color (decimal): -6247317 or 7056544. OLE color: 7056544.
HSL color Cylindrical-coordinate representation of color #A0AC6B: hue angle of 71.08º 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 #A0AC6B is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 107 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.33 |
| HSL | 71.08º | 0.28% | 0.55% | - |
| HSV(B) | 71.08º | 0.38% | 0.67% | - |
| XYZ | 31.9 | 38.04 | 19.57 | - |
| YUV | 161 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 107 | 0.07 | 0 | 0.38 | 0.33 | 71.08 | 0.28 | 0.55 |
| Hex | A0 | AC | 6B | 7 | 0 | 26 | 21 | 47 | 1C | 37 |
| Octal | 240 | 254 | 153 | 7 | 0 | 46 | 41 | 107 | 34 | 67 |
| Binary | 10100000 | 10101100 | 1101011 | 111 | 0 | 100110 | 100001 | 1000111 | 11100 | 110111 |
Color Harmonies of #A0AC6B
Complementary color
Monochromatic Colors of #A0AC6B
Black with #A0AC6B
Text Example
Text Example
White with #A0AC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC6B; }
p { color: rgb(160,172,107); }
H1.HeaderClassName
{
color: #A0AC6B;
}
.AnyTagClassName
{
color: #A0AC6B;
}
</style>
background-color css
<style>
a { background-color: #A0AC6B; }
a { background-color: rgb(160,172,107); }
div.DivClassName
{
background-color: #A0AC6B;
}
.BgClassName
{
background-color: #A0AC6B;
}
</style>
border-color css
<style>
span { border-color: #A0AC6B; }
span { border-color: rgb(160,172,107); }
td.TdClassName
{
border-color: #A0AC6B;
}
.TagClassName
{
border-color: #A0AC6B;
}
</style>