Random Colors

How would you go about creating Random Colors?
I was messing around and tried
this.color = Math.random(256);
ive also tried
this.color = Math.random(256*rgb);

lol, help anyone? thnx

http://www.kirupa.com/developer/actionscript/tricks/randomcolor.htm