Shades of Green Smoke #A0A866
Tints of Green Smoke #A0A866
RGB
CMYK
RGB Variations
Color information
#A0A866 (or 0xA0A866) is known color: Green Smoke. HEX triplet: A0, A8 and 66. RGB value is (160,168,102). Sum of RGB (Red+Green+Blue) = 160+168+102=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #A0A866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A866 is #5F5799. Grayscale: #9E9E9E. Windows color (decimal): -6248346 or 6727840. OLE color: 6727840.
HSL color Cylindrical-coordinate representation of color #A0A866: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0A866 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 168 | 102 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.34 |
| HSL | 67.27º | 0.28% | 0.53% | - |
| HSV(B) | 67.27º | 0.39% | 0.66% | - |
| XYZ | 30.9 | 36.44 | 17.98 | - |
| YUV | 158.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 168 | 102 | 0.05 | 0 | 0.39 | 0.34 | 67.27 | 0.28 | 0.53 |
| Hex | A0 | A8 | 66 | 5 | 0 | 27 | 22 | 43 | 1C | 35 |
| Octal | 240 | 250 | 146 | 5 | 0 | 47 | 42 | 103 | 34 | 65 |
| Binary | 10100000 | 10101000 | 1100110 | 101 | 0 | 100111 | 100010 | 1000011 | 11100 | 110101 |
Color Harmonies of #A0A866
Complementary color
Monochromatic Colors of #A0A866
Black with #A0A866
Text Example
Text Example
White with #A0A866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A866; }
p { color: rgb(160,168,102); }
H1.HeaderClassName
{
color: #A0A866;
}
.AnyTagClassName
{
color: #A0A866;
}
</style>
background-color css
<style>
a { background-color: #A0A866; }
a { background-color: rgb(160,168,102); }
div.DivClassName
{
background-color: #A0A866;
}
.BgClassName
{
background-color: #A0A866;
}
</style>
border-color css
<style>
span { border-color: #A0A866; }
span { border-color: rgb(160,168,102); }
td.TdClassName
{
border-color: #A0A866;
}
.TagClassName
{
border-color: #A0A866;
}
</style>