# Random Colors

**URL:** https://forum.kirupa.com/t/random-colors/29532
**Category:** Uncategorized
**Created:** [August 27, 2003, 11:50pm UTC](https://forum.kirupa.com/t/random-colors/29532 "2003-08-27T23:50:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Fydus](https://avatars.discourse-cdn.com/v4/letter/f/8c91f0/32.png) [@Fydus](https://forum.kirupa.com/u/Fydus)
#### Post date: [August 27, 2003, 11:50pm UTC](https://forum.kirupa.com/t/random-colors/29532/1 "2003-08-27T23:50:57Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 28, 2003, 12:07am UTC](https://forum.kirupa.com/t/random-colors/29532/2 "2003-08-28T00:07:28Z")

</div>

[http://www.kirupa.com/developer/actionscript/tricks/randomcolor.htm](http://www.kirupa.com/developer/actionscript/tricks/randomcolor.htm)
