<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert Between RGB and HEX</title>
	<atom:link href="http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/</link>
	<description>Web Hosting, Design, and Development</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jackson Hines</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-280</link>
		<dc:creator>Jackson Hines</dc:creator>
		<pubDate>Thu, 07 Jul 2011 14:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-280</guid>
		<description>Possibly an easier way is to just use this chart:

1 -&gt; 1
2 -&gt; 2
3 -&gt; 3
4 -&gt; 4
5 -&gt; 5
6 -&gt; 6
7 -&gt; 7
8 -&gt; 8
9 -&gt; 9
10 -&gt; A
11 -&gt; B
12 -&gt; C
13 -&gt; D
14 -&gt; E
15 -&gt; F</description>
		<content:encoded><![CDATA[<p>Possibly an easier way is to just use this chart:</p>
<p>1 -> 1<br />
2 -> 2<br />
3 -> 3<br />
4 -> 4<br />
5 -> 5<br />
6 -> 6<br />
7 -> 7<br />
8 -> 8<br />
9 -> 9<br />
10 -> A<br />
11 -> B<br />
12 -> C<br />
13 -> D<br />
14 -> E<br />
15 -> F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-279</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 07 Jul 2011 02:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-279</guid>
		<description>Oh ok thanks I get it now. so if you minus it by so if it is above 9 say for example 11 you would go 11-9=2 and you converter it to the second letter B?

Basically I didn&#039;t get that it always becomes a letter.</description>
		<content:encoded><![CDATA[<p>Oh ok thanks I get it now. so if you minus it by so if it is above 9 say for example 11 you would go 11-9=2 and you converter it to the second letter B?</p>
<p>Basically I didn&#8217;t get that it always becomes a letter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Hines</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-278</link>
		<dc:creator>Jackson Hines</dc:creator>
		<pubDate>Wed, 06 Jul 2011 14:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-278</guid>
		<description>10 - 9 = 1.  Since we got 1 we replace it with the first letter of the alphabet which is A.  This is the just a simple way to convert digits whose value is greater than 9 to their correct hex digit.</description>
		<content:encoded><![CDATA[<p>10 &#8211; 9 = 1.  Since we got 1 we replace it with the first letter of the alphabet which is A.  This is the just a simple way to convert digits whose value is greater than 9 to their correct hex digit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-277</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 06 Jul 2011 11:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-277</guid>
		<description>I see, so then how does 9 - 10 still equal 10? or A?</description>
		<content:encoded><![CDATA[<p>I see, so then how does 9 &#8211; 10 still equal 10? or A?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Hines</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-276</link>
		<dc:creator>Jackson Hines</dc:creator>
		<pubDate>Wed, 06 Jul 2011 03:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-276</guid>
		<description>you can just think of A as 10 if you want.  

A lot of people think it&#039;s easier to think of A as 1, since it&#039;s the first letter of the alphabet, B as 2, since it&#039;s the second, etc....</description>
		<content:encoded><![CDATA[<p>you can just think of A as 10 if you want.  </p>
<p>A lot of people think it&#8217;s easier to think of A as 1, since it&#8217;s the first letter of the alphabet, B as 2, since it&#8217;s the second, etc&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-275</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 06 Jul 2011 03:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-275</guid>
		<description>I don&#039;t get this part:
10 &gt; 9 so 10 – 9 = 1 = A; 8 ≤ 9 so we leave as 8 )

you minus it by 9 leaving you with 1 how does 1 equal A, A = 10 so it&#039;s like you did nothing at all, how does 10 - 9 = 1 = 10?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get this part:<br />
10 &gt; 9 so 10 – 9 = 1 = A; 8 ≤ 9 so we leave as 8 )</p>
<p>you minus it by 9 leaving you with 1 how does 1 equal A, A = 10 so it&#8217;s like you did nothing at all, how does 10 &#8211; 9 = 1 = 10?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://www.atomicpages.net/blog/2010/01/05/convert-between-rgb-and-hex/comment-page-1/#comment-209</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.atomicpages.net/blog/?p=1221#comment-209</guid>
		<description>well explained!
Pretty good! :)
David</description>
		<content:encoded><![CDATA[<p>well explained!<br />
Pretty good! <img src='http://www.atomicpages.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
David</p>
]]></content:encoded>
	</item>
</channel>
</rss>

