Which color will look the brightest on your screen, assuming the background is white?
background-color: #aaa;
background-color: rgba(170,170,170,0.2);
background-color: #999999;
background-color: rgba(170,170,170,0.5);