Shades of Green Smoke #A0A66B
Tints of Green Smoke #A0A66B
RGB
CMYK
RGB Variations
Color information
#A0A66B (or 0xA0A66B) is known color: Green Smoke. HEX triplet: A0, A6 and 6B. RGB value is (160,166,107). Sum of RGB (Red+Green+Blue) = 160+166+107=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A66B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A66B is #5F5994. Grayscale: #9D9D9D. Windows color (decimal): -6248853 or 7055008. OLE color: 7055008.
HSL color Cylindrical-coordinate representation of color #A0A66B: hue angle of 66.1º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A66B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 107 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.35 |
| HSL | 66.1º | 0.25% | 0.54% | - |
| HSV(B) | 66.1º | 0.36% | 0.65% | - |
| XYZ | 30.79 | 35.81 | 19.2 | - |
| YUV | 157.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 107 | 0.04 | 0 | 0.36 | 0.35 | 66.1 | 0.25 | 0.54 |
| Hex | A0 | A6 | 6B | 4 | 0 | 24 | 23 | 42 | 19 | 36 |
| Octal | 240 | 246 | 153 | 4 | 0 | 44 | 43 | 102 | 31 | 66 |
| Binary | 10100000 | 10100110 | 1101011 | 100 | 0 | 100100 | 100011 | 1000010 | 11001 | 110110 |
Color Harmonies of #A0A66B
Complementary color
Monochromatic Colors of #A0A66B
Black with #A0A66B
Text Example
Text Example
White with #A0A66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A66B; }
p { color: rgb(160,166,107); }
H1.HeaderClassName
{
color: #A0A66B;
}
.AnyTagClassName
{
color: #A0A66B;
}
</style>
background-color css
<style>
a { background-color: #A0A66B; }
a { background-color: rgb(160,166,107); }
div.DivClassName
{
background-color: #A0A66B;
}
.BgClassName
{
background-color: #A0A66B;
}
</style>
border-color css
<style>
span { border-color: #A0A66B; }
span { border-color: rgb(160,166,107); }
td.TdClassName
{
border-color: #A0A66B;
}
.TagClassName
{
border-color: #A0A66B;
}
</style>