Shades of Green Smoke #A0A166
Tints of Green Smoke #A0A166
RGB
CMYK
RGB Variations
Color information
#A0A166 (or 0xA0A166) is known color: Green Smoke. HEX triplet: A0, A1 and 66. RGB value is (160,161,102). Sum of RGB (Red+Green+Blue) = 160+161+102=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A166 is #5F5E99. Grayscale: #9A9A9A. Windows color (decimal): -6250138 or 6726048. OLE color: 6726048.
HSL color Cylindrical-coordinate representation of color #A0A166: hue angle of 61.02º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0A166 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 161 | 102 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.37 |
| HSL | 61.02º | 0.24% | 0.52% | - |
| HSV(B) | 61.02º | 0.37% | 0.63% | - |
| XYZ | 29.64 | 33.92 | 17.56 | - |
| YUV | 153.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 161 | 102 | 0.01 | 0 | 0.37 | 0.37 | 61.02 | 0.24 | 0.52 |
| Hex | A0 | A1 | 66 | 1 | 0 | 25 | 25 | 3D | 18 | 34 |
| Octal | 240 | 241 | 146 | 1 | 0 | 45 | 45 | 75 | 30 | 64 |
| Binary | 10100000 | 10100001 | 1100110 | 1 | 0 | 100101 | 100101 | 111101 | 11000 | 110100 |
Color Harmonies of #A0A166
Complementary color
Monochromatic Colors of #A0A166
Black with #A0A166
Text Example
Text Example
White with #A0A166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A166; }
p { color: rgb(160,161,102); }
H1.HeaderClassName
{
color: #A0A166;
}
.AnyTagClassName
{
color: #A0A166;
}
</style>
background-color css
<style>
a { background-color: #A0A166; }
a { background-color: rgb(160,161,102); }
div.DivClassName
{
background-color: #A0A166;
}
.BgClassName
{
background-color: #A0A166;
}
</style>
border-color css
<style>
span { border-color: #A0A166; }
span { border-color: rgb(160,161,102); }
td.TdClassName
{
border-color: #A0A166;
}
.TagClassName
{
border-color: #A0A166;
}
</style>