Shades of Green Smoke #A0AC67
Tints of Green Smoke #A0AC67
RGB
CMYK
RGB Variations
Color information
#A0AC67 (or 0xA0AC67) is known color: Green Smoke. HEX triplet: A0, AC and 67. RGB value is (160,172,103). Sum of RGB (Red+Green+Blue) = 160+172+103=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC67 is #5F5398. Grayscale: #A0A0A0. Windows color (decimal): -6247321 or 6794400. OLE color: 6794400.
HSL color Cylindrical-coordinate representation of color #A0AC67: hue angle of 70.43º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0AC67 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 103 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.33 |
| HSL | 70.43º | 0.29% | 0.54% | - |
| HSV(B) | 70.43º | 0.4% | 0.67% | - |
| XYZ | 31.7 | 37.96 | 18.49 | - |
| YUV | 160.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 103 | 0.07 | 0 | 0.40 | 0.33 | 70.43 | 0.29 | 0.54 |
| Hex | A0 | AC | 67 | 7 | 0 | 28 | 21 | 46 | 1D | 36 |
| Octal | 240 | 254 | 147 | 7 | 0 | 50 | 41 | 106 | 35 | 66 |
| Binary | 10100000 | 10101100 | 1100111 | 111 | 0 | 101000 | 100001 | 1000110 | 11101 | 110110 |
Color Harmonies of #A0AC67
Complementary color
Monochromatic Colors of #A0AC67
Black with #A0AC67
Text Example
Text Example
White with #A0AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC67; }
p { color: rgb(160,172,103); }
H1.HeaderClassName
{
color: #A0AC67;
}
.AnyTagClassName
{
color: #A0AC67;
}
</style>
background-color css
<style>
a { background-color: #A0AC67; }
a { background-color: rgb(160,172,103); }
div.DivClassName
{
background-color: #A0AC67;
}
.BgClassName
{
background-color: #A0AC67;
}
</style>
border-color css
<style>
span { border-color: #A0AC67; }
span { border-color: rgb(160,172,103); }
td.TdClassName
{
border-color: #A0AC67;
}
.TagClassName
{
border-color: #A0AC67;
}
</style>