Shades of Green Smoke #A0AC65
Tints of Green Smoke #A0AC65
RGB
CMYK
RGB Variations
Color information
#A0AC65 (or 0xA0AC65) is known color: Green Smoke. HEX triplet: A0, AC and 65. RGB value is (160,172,101). Sum of RGB (Red+Green+Blue) = 160+172+101=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC65 is #5F539A. Grayscale: #A0A0A0. Windows color (decimal): -6247323 or 6663328. OLE color: 6663328.
HSL color Cylindrical-coordinate representation of color #A0AC65: hue angle of 70.14º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0AC65 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 101 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.33 |
| HSL | 70.14º | 0.3% | 0.54% | - |
| HSV(B) | 70.14º | 0.41% | 0.67% | - |
| XYZ | 31.6 | 37.92 | 17.97 | - |
| YUV | 160.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 101 | 0.07 | 0 | 0.41 | 0.33 | 70.14 | 0.3 | 0.54 |
| Hex | A0 | AC | 65 | 7 | 0 | 29 | 21 | 46 | 1E | 36 |
| Octal | 240 | 254 | 145 | 7 | 0 | 51 | 41 | 106 | 36 | 66 |
| Binary | 10100000 | 10101100 | 1100101 | 111 | 0 | 101001 | 100001 | 1000110 | 11110 | 110110 |
Color Harmonies of #A0AC65
Complementary color
Monochromatic Colors of #A0AC65
Black with #A0AC65
Text Example
Text Example
White with #A0AC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC65; }
p { color: rgb(160,172,101); }
H1.HeaderClassName
{
color: #A0AC65;
}
.AnyTagClassName
{
color: #A0AC65;
}
</style>
background-color css
<style>
a { background-color: #A0AC65; }
a { background-color: rgb(160,172,101); }
div.DivClassName
{
background-color: #A0AC65;
}
.BgClassName
{
background-color: #A0AC65;
}
</style>
border-color css
<style>
span { border-color: #A0AC65; }
span { border-color: rgb(160,172,101); }
td.TdClassName
{
border-color: #A0AC65;
}
.TagClassName
{
border-color: #A0AC65;
}
</style>