How letters become numbers
The starting point is simple: A=1, B=2, C=3, D=4, and so on through Z=26. Every letter in the alphabet has a corresponding number. Sum the values of all the letters in a name and you get a single integer.
Take the name EMMA. E=5, M=13, M=13, A=1. Sum: 5+13+13+1=32. Take ANNA. A=1, N=14, N=14, A=1. Sum: 1+14+14+1=30. These two names, four letters each, both common, produce different numbers. That difference is what produces different colors.
The sum of letter values in typical English names ranges from around 20 (short names with low-value letters) to above 120 (long names with letters near Z). That range is wide enough to produce meaningfully different outputs when passed through the next step.
Example: TATUM
T=20, A=1, T=20, U=21, M=13
Sum: 20+1+20+21+13 = 75
75 × 137.508° = 10313.1° mod 360 → Red channel = 75
What the golden angle is
The golden angle is 137.508 degrees. It is derived from the golden ratio, phi (approximately 1.618), which appears throughout mathematics and nature. Specifically, the golden angle is 360 degrees multiplied by the fractional part of phi, which gives 360 × 0.3820... = 137.508 degrees.
Its key property is irrational rotation. When you rotate by 137.508 degrees repeatedly, you never land on the same position twice. Each rotation produces a new, distinct position. After 360 rotations, the positions are spread nearly perfectly evenly around the circle, with no clustering, no gaps, no overlap.
This even distribution is exactly what makes it useful for color generation. Small changes in input (a few letter values) produce large, visually distinct changes in output. Names that look similar, like ANNA and ANNE, do not necessarily produce similar colors. The formula spreads them out.
Why sunflowers use it
Look at the face of a sunflower. The seeds spiral outward in two sets of spirals, one set clockwise and one counterclockwise. The numbers of spirals in each set are almost always consecutive Fibonacci numbers: 34 and 55, or 55 and 89, or 89 and 144. This pattern is a direct consequence of the golden angle.
When a sunflower adds a new seed, it places it at 137.508 degrees from the previous one. Because that angle is irrational (it cannot be expressed as a simple fraction), each new seed always falls in the largest available gap. The result is the most efficient packing possible. No seed crowds another. Every seed gets maximum exposure.
The same principle applies to leaves on a stem (phyllotaxis) and scales on a pinecone. Plants evolved toward this angle because it maximizes light and space access. The same irrational spacing that prevents crowding in a sunflower prevents color repetition in the name formula.
How it applies to names
At STILL Studio, the formula maps each name to one of three RGB color channels. Your first name sum becomes the Red channel (0–255). Your middle name sum becomes the Green channel. Your last name sum becomes the Blue channel. Three numbers, one color.
If your first name letter sum exceeds 255 (the maximum for an 8-bit color channel), the golden angle modulus brings it back into range. The formula applies the golden angle rotation to the raw sum and takes the result mod 255. This preserves the irrational spacing property even for very long names.
The result is a specific hex color. Tatum Michelle True computes to RGB(75, 67, 64), which is hex #4B4340, a warm dark brown with slightly more red than green or blue. That color belongs to that name, derived from nothing but the math.
Seeing your own name's color
The easiest way to see your name's color is to run the formula yourself. Sum the letter values in your first name (A=1 through Z=26). That is your Red channel. Middle name becomes Green. Last name becomes Blue. Combine as RGB(R, G, B) and look up the hex code.
For families, each person's combined color (their unique three-channel hex code) becomes one element of the palette. A family of four produces four distinct colors. The AI uses only those four colors to paint in the style of whichever master artist you choose.
The family art generator handles the calculation automatically. Enter your names, watch the colors appear, then choose an artist style and generate four painting previews. The math is visible throughout the process if you want to follow it.
Find your name's color.
Enter your family's names and see the colors the formula produces. Then generate paintings in your chosen artist style.
See your name's colorDigital from $9.99 · Canvas from $24.99