for the color: a9f695 red(a9)=169 green(f6)=246 blue(95)=149
Not sure if you how much you know about how html colors/hex works so.... Hexadecimal is a numbering system which uses 0-9 then continues with A-F numericly meaning 10-15. In hexadecimal then, 10 is equivelant to 16 in decimal. For color codes in html you get 2 hexadecimal digits per color code and they go in the order Red, Green, Blue. Since you have to hex digits, the values range from 0-255 (00-FF) for each color. if all colors were 255 (FF for all 3 fields...FFFFFF), that is the color white. If they are all 0's then of course its black (000000). Red and Green make yellow(FFFF00), blue and red make purple(FF00FF), green and blue make aqua(00FFFF) ...and lots of colors inbetween (: ----- Original Message ----- From: "cryptomancer" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 11:44 AM Subject: RE: Witango-Talk: [OT] Hexadecimal number to decimal conversion.... > a9f695=11138709 base 10 > http://www.southwest.com.au/~jfuller/binary/converter.htm > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Pamental > Sent: Friday, August 09, 2002 1:33 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: [OT] Hexadecimal number to decimal conversion.... > > > Hey guys, > > Anyone have a way to convert hexadecimal to a decimal number? (converting a > color code '#a9f695' to the decimal equivalent? > > Thanks! > > Jason > > -- > ____________________________________________________________________ > > Jason Pamental, President [EMAIL PROTECTED] > > Bathysphere Digital Media Services, Inc. http://bathyspheredms.com > ____________________________________________________________________ > > Tel: 401.490.6830 Fax: 401.490.6831 > ________________________________________ > > > A North American Distributor for Witango (http://www.witango.com) > > Rapid Web Application Development - XML Execution Engine > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
