Newbie RGB alpha question?

*Can someone please * tell me how to make this RGB value not a solid black… but rather say a 20% shade of black? I am very new and eager to learn. Thanks in advance!

on (release) {
var haircolor=new Color( _root.hair);
haircolor.setRGB( 0x000000 );
}