Shades of Green Smoke #A0AC70
Tints of Green Smoke #A0AC70
RGB
CMYK
RGB Variations
Color information
#A0AC70 (or 0xA0AC70) is known color: Green Smoke. HEX triplet: A0, AC and 70. RGB value is (160,172,112). Sum of RGB (Red+Green+Blue) = 160+172+112=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC70 is #5F538F. Grayscale: #A1A1A1. Windows color (decimal): -6247312 or 7384224. OLE color: 7384224.
HSL color Cylindrical-coordinate representation of color #A0AC70: hue angle of 72º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0AC70 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 112 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.33 |
| HSL | 72º | 0.27% | 0.56% | - |
| HSV(B) | 72º | 0.35% | 0.67% | - |
| XYZ | 32.17 | 38.15 | 21 | - |
| YUV | 161.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 112 | 0.07 | 0 | 0.35 | 0.33 | 72 | 0.27 | 0.56 |
| Hex | A0 | AC | 70 | 7 | 0 | 23 | 21 | 48 | 1B | 38 |
| Octal | 240 | 254 | 160 | 7 | 0 | 43 | 41 | 110 | 33 | 70 |
| Binary | 10100000 | 10101100 | 1110000 | 111 | 0 | 100011 | 100001 | 1001000 | 11011 | 111000 |
Color Harmonies of #A0AC70
Complementary color
Monochromatic Colors of #A0AC70
Black with #A0AC70
Text Example
Text Example
White with #A0AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC70; }
p { color: rgb(160,172,112); }
H1.HeaderClassName
{
color: #A0AC70;
}
.AnyTagClassName
{
color: #A0AC70;
}
</style>
background-color css
<style>
a { background-color: #A0AC70; }
a { background-color: rgb(160,172,112); }
div.DivClassName
{
background-color: #A0AC70;
}
.BgClassName
{
background-color: #A0AC70;
}
</style>
border-color css
<style>
span { border-color: #A0AC70; }
span { border-color: rgb(160,172,112); }
td.TdClassName
{
border-color: #A0AC70;
}
.TagClassName
{
border-color: #A0AC70;
}
</style>