Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

I'm having a bit of trouble understanding the mathematics behind hexadecimal numbers.

I understand the FF in the red, green, or blue values would be the lightest possible red, green, or blue, and the same for 00 being the darkest, but what is the difference between #6ab47a, and #a64ba7 (just flipping the values for each color)? I'm just looking for a few simple rules or guidelines to keep in mind when finding the right hexadecimal number without a chart on hand.

1 Answer

Hexadecimal Color Mathematics

This content in this link is easy to understand. if you still have questions, feel free to ask them.

Thanks so much, Gunjeet! This was exactly the breakdown I needed.