Improve docs in ANSI.py
[python_utils.git] / ansi.py
1 #!/usr/bin/env python3
2
3 # © Copyright 2021-2022, Scott Gasch
4
5 """A bunch of color names mapped into RGB tuples and some methods for
6 setting the text color, background, etc... using ANSI escape
7 sequences.
8 """
9
10 import contextlib
11 import difflib
12 import io
13 import logging
14 import re
15 import sys
16 from abc import abstractmethod
17 from typing import Any, Callable, Dict, Iterable, Literal, Optional, Tuple
18
19 from overrides import overrides
20
21 import logging_utils
22 import string_utils
23
24 logger = logging.getLogger(__name__)
25
26 # https://en.wikipedia.org/wiki/ANSI_escape_code
27
28
29 COLOR_NAMES_TO_RGB: Dict[str, Tuple[int, int, int]] = {
30     "wannabe.house": (0x00, 0x00, 95),
31     "cheetah.house": (95, 0x00, 0x00),
32     "meerkat.cabin": (95, 0x00, 95),
33     "backup.house": (175, 95, 0),
34     "kiosk.house": (90, 95, 0),
35     "rpi": (208, 95, 0),
36     "black": (0x00, 0x00, 0x00),
37     "navy blue": (0x00, 0x00, 0x80),
38     "dark blue": (0x00, 0x00, 0xC8),
39     "blue": (0x00, 0x00, 0xFF),
40     "stratos": (0x00, 0x07, 0x41),
41     "swamp": (0x00, 0x1B, 0x1C),
42     "resolution blue": (0x00, 0x23, 0x87),
43     "deep fir": (0x00, 0x29, 0x00),
44     "burnham": (0x00, 0x2E, 0x20),
45     "klein blue": (0x00, 0x2F, 0xA7),
46     "prussian blue": (0x00, 0x31, 0x53),
47     "midnight blue": (0x00, 0x33, 0x66),
48     "smalt": (0x00, 0x33, 0x99),
49     "deep teal": (0x00, 0x35, 0x32),
50     "cyprus": (0x00, 0x3E, 0x40),
51     "kaitoke green": (0x00, 0x46, 0x20),
52     "cobalt": (0x00, 0x47, 0xAB),
53     "crusoe": (0x00, 0x48, 0x16),
54     "sherpa blue": (0x00, 0x49, 0x50),
55     "endeavour": (0x00, 0x56, 0xA7),
56     "camarone": (0x00, 0x58, 0x1A),
57     "science blue": (0x00, 0x66, 0xCC),
58     "blue ribbon": (0x00, 0x66, 0xFF),
59     "tropical rain forest": (0x00, 0x75, 0x5E),
60     "allports": (0x00, 0x76, 0xA3),
61     "deep cerulean": (0x00, 0x7B, 0xA7),
62     "lochmara": (0x00, 0x7E, 0xC7),
63     "azure radiance": (0x00, 0x7F, 0xFF),
64     "teal": (0x00, 0x80, 0x80),
65     "bondi blue": (0x00, 0x95, 0xB6),
66     "pacific blue": (0x00, 0x9D, 0xC4),
67     "persian green": (0x00, 0xA6, 0x93),
68     "jade": (0x00, 0xA8, 0x6B),
69     "caribbean green": (0x00, 0xCC, 0x99),
70     "robin's egg blue": (0x00, 0xCC, 0xCC),
71     "green": (0x00, 0xFF, 0x00),
72     "spring green": (0x00, 0xFF, 0x7F),
73     "cyan": (0x00, 0xFF, 0xFF),
74     "aqua": (0x00, 0xFF, 0xFF),
75     "blue charcoal": (0x01, 0x0D, 0x1A),
76     "midnight": (0x01, 0x16, 0x35),
77     "holly": (0x01, 0x1D, 0x13),
78     "daintree": (0x01, 0x27, 0x31),
79     "cardin green": (0x01, 0x36, 0x1C),
80     "county green": (0x01, 0x37, 0x1A),
81     "astronaut blue": (0x01, 0x3E, 0x62),
82     "regal blue": (0x01, 0x3F, 0x6A),
83     "aqua deep": (0x01, 0x4B, 0x43),
84     "orient": (0x01, 0x5E, 0x85),
85     "blue stone": (0x01, 0x61, 0x62),
86     "fun green": (0x01, 0x6D, 0x39),
87     "pine green": (0x01, 0x79, 0x6F),
88     "blue lagoon": (0x01, 0x79, 0x87),
89     "deep sea": (0x01, 0x82, 0x6B),
90     "green haze": (0x01, 0xA3, 0x68),
91     "english holly": (0x02, 0x2D, 0x15),
92     "sherwood green": (0x02, 0x40, 0x2C),
93     "congress blue": (0x02, 0x47, 0x8E),
94     "evening sea": (0x02, 0x4E, 0x46),
95     "bahama blue": (0x02, 0x63, 0x95),
96     "observatory": (0x02, 0x86, 0x6F),
97     "cerulean": (0x02, 0xA4, 0xD3),
98     "tangaroa": (0x03, 0x16, 0x3C),
99     "green vogue": (0x03, 0x2B, 0x52),
100     "mosque": (0x03, 0x6A, 0x6E),
101     "midnight moss": (0x04, 0x10, 0x04),
102     "black pearl": (0x04, 0x13, 0x22),
103     "blue whale": (0x04, 0x2E, 0x4C),
104     "zuccini": (0x04, 0x40, 0x22),
105     "teal blue": (0x04, 0x42, 0x59),
106     "deep cove": (0x05, 0x10, 0x40),
107     "gulf blue": (0x05, 0x16, 0x57),
108     "venice blue": (0x05, 0x59, 0x89),
109     "watercourse": (0x05, 0x6F, 0x57),
110     "catalina blue": (0x06, 0x2A, 0x78),
111     "tiber": (0x06, 0x35, 0x37),
112     "gossamer": (0x06, 0x9B, 0x81),
113     "niagara": (0x06, 0xA1, 0x89),
114     "tarawera": (0x07, 0x3A, 0x50),
115     "jaguar": (0x08, 0x01, 0x10),
116     "black bean": (0x08, 0x19, 0x10),
117     "deep sapphire": (0x08, 0x25, 0x67),
118     "elf green": (0x08, 0x83, 0x70),
119     "bright turquoise": (0x08, 0xE8, 0xDE),
120     "downriver": (0x09, 0x22, 0x56),
121     "palm green": (0x09, 0x23, 0x0F),
122     "madison": (0x09, 0x25, 0x5D),
123     "bottle green": (0x09, 0x36, 0x24),
124     "deep sea green": (0x09, 0x58, 0x59),
125     "salem": (0x09, 0x7F, 0x4B),
126     "black russian": (0x0A, 0x00, 0x1C),
127     "dark fern": (0x0A, 0x48, 0x0D),
128     "japanese laurel": (0x0A, 0x69, 0x06),
129     "atoll": (0x0A, 0x6F, 0x75),
130     "cod gray": (0x0B, 0x0B, 0x0B),
131     "marshland": (0x0B, 0x0F, 0x08),
132     "gordons green": (0x0B, 0x11, 0x07),
133     "black forest": (0x0B, 0x13, 0x04),
134     "san felix": (0x0B, 0x62, 0x07),
135     "malachite": (0x0B, 0xDA, 0x51),
136     "ebony": (0x0C, 0x0B, 0x1D),
137     "woodsmoke": (0x0C, 0x0D, 0x0F),
138     "racing green": (0x0C, 0x19, 0x11),
139     "surfie green": (0x0C, 0x7A, 0x79),
140     "blue chill": (0x0C, 0x89, 0x90),
141     "black rock": (0x0D, 0x03, 0x32),
142     "bunker": (0x0D, 0x11, 0x17),
143     "aztec": (0x0D, 0x1C, 0x19),
144     "bush": (0x0D, 0x2E, 0x1C),
145     "cinder": (0x0E, 0x0E, 0x18),
146     "firefly": (0x0E, 0x2A, 0x30),
147     "torea bay": (0x0F, 0x2D, 0x9E),
148     "vulcan": (0x10, 0x12, 0x1D),
149     "green waterloo": (0x10, 0x14, 0x05),
150     "eden": (0x10, 0x58, 0x52),
151     "arapawa": (0x11, 0x0C, 0x6C),
152     "ultramarine": (0x12, 0x0A, 0x8F),
153     "elephant": (0x12, 0x34, 0x47),
154     "jewel": (0x12, 0x6B, 0x40),
155     "diesel": (0x13, 0x00, 0x00),
156     "asphalt": (0x13, 0x0A, 0x06),
157     "blue zodiac": (0x13, 0x26, 0x4D),
158     "parsley": (0x13, 0x4F, 0x19),
159     "nero": (0x14, 0x06, 0x00),
160     "tory blue": (0x14, 0x50, 0xAA),
161     "bunting": (0x15, 0x1F, 0x4C),
162     "denim": (0x15, 0x60, 0xBD),
163     "genoa": (0x15, 0x73, 0x6B),
164     "mirage": (0x16, 0x19, 0x28),
165     "hunter green": (0x16, 0x1D, 0x10),
166     "big stone": (0x16, 0x2A, 0x40),
167     "celtic": (0x16, 0x32, 0x22),
168     "timber green": (0x16, 0x32, 0x2C),
169     "gable green": (0x16, 0x35, 0x31),
170     "pine tree": (0x17, 0x1F, 0x04),
171     "chathams blue": (0x17, 0x55, 0x79),
172     "deep forest green": (0x18, 0x2D, 0x09),
173     "dark green": (0x18, 0x2D, 0x09),
174     "blumine": (0x18, 0x58, 0x7A),
175     "palm leaf": (0x19, 0x33, 0x0E),
176     "nile blue": (0x19, 0x37, 0x51),
177     "fun blue": (0x19, 0x59, 0xA8),
178     "lucky point": (0x1A, 0x1A, 0x68),
179     "mountain meadow": (0x1A, 0xB3, 0x85),
180     "tolopea": (0x1B, 0x02, 0x45),
181     "haiti": (0x1B, 0x10, 0x35),
182     "deep koamaru": (0x1B, 0x12, 0x7B),
183     "acadia": (0x1B, 0x14, 0x04),
184     "seaweed": (0x1B, 0x2F, 0x11),
185     "biscay": (0x1B, 0x31, 0x62),
186     "matisse": (0x1B, 0x65, 0x9D),
187     "crowshead": (0x1C, 0x12, 0x08),
188     "rangoon green": (0x1C, 0x1E, 0x13),
189     "persian blue": (0x1C, 0x39, 0xBB),
190     "everglade": (0x1C, 0x40, 0x2E),
191     "elm": (0x1C, 0x7C, 0x7D),
192     "green pea": (0x1D, 0x61, 0x42),
193     "creole": (0x1E, 0x0F, 0x04),
194     "karaka": (0x1E, 0x16, 0x09),
195     "el paso": (0x1E, 0x17, 0x08),
196     "cello": (0x1E, 0x38, 0x5B),
197     "te papa green": (0x1E, 0x43, 0x3C),
198     "dodger blue": (0x1E, 0x90, 0xFF),
199     "eastern blue": (0x1E, 0x9A, 0xB0),
200     "night rider": (0x1F, 0x12, 0x0F),
201     "java": (0x1F, 0xC2, 0xC2),
202     "jacksons purple": (0x20, 0x20, 0x8D),
203     "cloud burst": (0x20, 0x2E, 0x54),
204     "blue dianne": (0x20, 0x48, 0x52),
205     "eternity": (0x21, 0x1A, 0x0E),
206     "deep blue": (0x22, 0x08, 0x78),
207     "forest green": (0x22, 0x8B, 0x22),
208     "mallard": (0x23, 0x34, 0x18),
209     "violet": (0x24, 0x0A, 0x40),
210     "kilamanjaro": (0x24, 0x0C, 0x02),
211     "log cabin": (0x24, 0x2A, 0x1D),
212     "black olive": (0x24, 0x2E, 0x16),
213     "green house": (0x24, 0x50, 0x0F),
214     "graphite": (0x25, 0x16, 0x07),
215     "cannon black": (0x25, 0x17, 0x06),
216     "port gore": (0x25, 0x1F, 0x4F),
217     "shark": (0x25, 0x27, 0x2C),
218     "green kelp": (0x25, 0x31, 0x1C),
219     "curious blue": (0x25, 0x96, 0xD1),
220     "paua": (0x26, 0x03, 0x68),
221     "paris m": (0x26, 0x05, 0x6A),
222     "wood bark": (0x26, 0x11, 0x05),
223     "gondola": (0x26, 0x14, 0x14),
224     "steel gray": (0x26, 0x23, 0x35),
225     "light gray": (0x26, 0x23, 0x35),
226     "ebony clay": (0x26, 0x28, 0x3B),
227     "bay of many": (0x27, 0x3A, 0x81),
228     "plantation": (0x27, 0x50, 0x4B),
229     "eucalyptus": (0x27, 0x8A, 0x5B),
230     "oil": (0x28, 0x1E, 0x15),
231     "astronaut": (0x28, 0x3A, 0x77),
232     "mariner": (0x28, 0x6A, 0xCD),
233     "violent violet": (0x29, 0x0C, 0x5E),
234     "bastille": (0x29, 0x21, 0x30),
235     "zeus": (0x29, 0x23, 0x19),
236     "charade": (0x29, 0x29, 0x37),
237     "jelly bean": (0x29, 0x7B, 0x9A),
238     "jungle green": (0x29, 0xAB, 0x87),
239     "cherry pie": (0x2A, 0x03, 0x59),
240     "coffee bean": (0x2A, 0x14, 0x0E),
241     "baltic sea": (0x2A, 0x26, 0x30),
242     "turtle green": (0x2A, 0x38, 0x0B),
243     "cerulean blue": (0x2A, 0x52, 0xBE),
244     "sepia black": (0x2B, 0x02, 0x02),
245     "valhalla": (0x2B, 0x19, 0x4F),
246     "heavy metal": (0x2B, 0x32, 0x28),
247     "blue gem": (0x2C, 0x0E, 0x8C),
248     "revolver": (0x2C, 0x16, 0x32),
249     "bleached cedar": (0x2C, 0x21, 0x33),
250     "lochinvar": (0x2C, 0x8C, 0x84),
251     "mikado": (0x2D, 0x25, 0x10),
252     "outer space": (0x2D, 0x38, 0x3A),
253     "st tropaz": (0x2D, 0x56, 0x9B),
254     "jacaranda": (0x2E, 0x03, 0x29),
255     "jacko bean": (0x2E, 0x19, 0x05),
256     "rangitoto": (0x2E, 0x32, 0x22),
257     "rhino": (0x2E, 0x3F, 0x62),
258     "sea green": (0x2E, 0x8B, 0x57),
259     "scooter": (0x2E, 0xBF, 0xD4),
260     "onion": (0x2F, 0x27, 0x0E),
261     "governor bay": (0x2F, 0x3C, 0xB3),
262     "sapphire": (0x2F, 0x51, 0x9E),
263     "spectra": (0x2F, 0x5A, 0x57),
264     "casal": (0x2F, 0x61, 0x68),
265     "melanzane": (0x30, 0x05, 0x29),
266     "cocoa brown": (0x30, 0x1F, 0x1E),
267     "woodrush": (0x30, 0x2A, 0x0F),
268     "san juan": (0x30, 0x4B, 0x6A),
269     "turquoise": (0x30, 0xD5, 0xC8),
270     "eclipse": (0x31, 0x1C, 0x17),
271     "pickled bluewood": (0x31, 0x44, 0x59),
272     "azure": (0x31, 0x5B, 0xA1),
273     "calypso": (0x31, 0x72, 0x8D),
274     "paradiso": (0x31, 0x7D, 0x82),
275     "persian indigo": (0x32, 0x12, 0x7A),
276     "blackcurrant": (0x32, 0x29, 0x3A),
277     "mine shaft": (0x32, 0x32, 0x32),
278     "stromboli": (0x32, 0x5D, 0x52),
279     "bilbao": (0x32, 0x7C, 0x14),
280     "astral": (0x32, 0x7D, 0xA0),
281     "christalle": (0x33, 0x03, 0x6B),
282     "thunder": (0x33, 0x29, 0x2F),
283     "shamrock": (0x33, 0xCC, 0x99),
284     "tamarind": (0x34, 0x15, 0x15),
285     "mardi gras": (0x35, 0x00, 0x36),
286     "valentino": (0x35, 0x0E, 0x42),
287     "jagger": (0x35, 0x0E, 0x57),
288     "tuna": (0x35, 0x35, 0x42),
289     "chambray": (0x35, 0x4E, 0x8C),
290     "martinique": (0x36, 0x30, 0x50),
291     "tuatara": (0x36, 0x35, 0x34),
292     "waiouru": (0x36, 0x3C, 0x0D),
293     "ming": (0x36, 0x74, 0x7D),
294     "la palma": (0x36, 0x87, 0x16),
295     "chocolate": (0x37, 0x02, 0x02),
296     "clinker": (0x37, 0x1D, 0x09),
297     "brown tumbleweed": (0x37, 0x29, 0x0E),
298     "birch": (0x37, 0x30, 0x21),
299     "oracle": (0x37, 0x74, 0x75),
300     "blue diamond": (0x38, 0x04, 0x74),
301     "grape": (0x38, 0x1A, 0x51),
302     "dune": (0x38, 0x35, 0x33),
303     "oxford blue": (0x38, 0x45, 0x55),
304     "clover": (0x38, 0x49, 0x10),
305     "limed spruce": (0x39, 0x48, 0x51),
306     "dell": (0x39, 0x64, 0x13),
307     "toledo": (0x3A, 0x00, 0x20),
308     "sambuca": (0x3A, 0x20, 0x10),
309     "jacarta": (0x3A, 0x2A, 0x6A),
310     "william": (0x3A, 0x68, 0x6C),
311     "killarney": (0x3A, 0x6A, 0x47),
312     "keppel": (0x3A, 0xB0, 0x9E),
313     "temptress": (0x3B, 0x00, 0x0B),
314     "aubergine": (0x3B, 0x09, 0x10),
315     "jon": (0x3B, 0x1F, 0x1F),
316     "treehouse": (0x3B, 0x28, 0x20),
317     "amazon": (0x3B, 0x7A, 0x57),
318     "boston blue": (0x3B, 0x91, 0xB4),
319     "windsor": (0x3C, 0x08, 0x78),
320     "rebel": (0x3C, 0x12, 0x06),
321     "meteorite": (0x3C, 0x1F, 0x76),
322     "dark ebony": (0x3C, 0x20, 0x05),
323     "camouflage": (0x3C, 0x39, 0x10),
324     "bright gray": (0x3C, 0x41, 0x51),
325     "cape cod": (0x3C, 0x44, 0x43),
326     "lunar green": (0x3C, 0x49, 0x3A),
327     "bean  ": (0x3D, 0x0C, 0x02),
328     "bistre": (0x3D, 0x2B, 0x1F),
329     "goblin": (0x3D, 0x7D, 0x52),
330     "kingfisher daisy": (0x3E, 0x04, 0x80),
331     "cedar": (0x3E, 0x1C, 0x14),
332     "english walnut": (0x3E, 0x2B, 0x23),
333     "black marlin": (0x3E, 0x2C, 0x1C),
334     "ship gray": (0x3E, 0x3A, 0x44),
335     "pelorous": (0x3E, 0xAB, 0xBF),
336     "bronze": (0x3F, 0x21, 0x09),
337     "cola": (0x3F, 0x25, 0x00),
338     "madras": (0x3F, 0x30, 0x02),
339     "minsk": (0x3F, 0x30, 0x7F),
340     "cabbage pont": (0x3F, 0x4C, 0x3A),
341     "tom thumb": (0x3F, 0x58, 0x3B),
342     "mineral green": (0x3F, 0x5D, 0x53),
343     "puerto rico": (0x3F, 0xC1, 0xAA),
344     "harlequin": (0x3F, 0xFF, 0x00),
345     "brown pod": (0x40, 0x18, 0x01),
346     "cork": (0x40, 0x29, 0x1D),
347     "masala": (0x40, 0x3B, 0x38),
348     "thatch green": (0x40, 0x3D, 0x19),
349     "fiord": (0x40, 0x51, 0x69),
350     "viridian": (0x40, 0x82, 0x6D),
351     "chateau green": (0x40, 0xA8, 0x60),
352     "ripe plum": (0x41, 0x00, 0x56),
353     "paco": (0x41, 0x1F, 0x10),
354     "deep oak": (0x41, 0x20, 0x10),
355     "merlin": (0x41, 0x3C, 0x37),
356     "gun powder": (0x41, 0x42, 0x57),
357     "east bay": (0x41, 0x4C, 0x7D),
358     "royal blue": (0x41, 0x69, 0xE1),
359     "ocean green": (0x41, 0xAA, 0x78),
360     "burnt maroon": (0x42, 0x03, 0x03),
361     "lisbon brown": (0x42, 0x39, 0x21),
362     "faded jade": (0x42, 0x79, 0x77),
363     "scarlet gum": (0x43, 0x15, 0x60),
364     "iroko": (0x43, 0x31, 0x20),
365     "armadillo": (0x43, 0x3E, 0x37),
366     "river bed": (0x43, 0x4C, 0x59),
367     "green leaf": (0x43, 0x6A, 0x0D),
368     "barossa": (0x44, 0x01, 0x2D),
369     "morocco brown": (0x44, 0x1D, 0x00),
370     "mako": (0x44, 0x49, 0x54),
371     "kelp": (0x45, 0x49, 0x36),
372     "san marino": (0x45, 0x6C, 0xAC),
373     "picton blue": (0x45, 0xB1, 0xE8),
374     "loulou": (0x46, 0x0B, 0x41),
375     "crater brown": (0x46, 0x24, 0x25),
376     "gray asparagus": (0x46, 0x59, 0x45),
377     "steel blue": (0x46, 0x82, 0xB4),
378     "rustic red": (0x48, 0x04, 0x04),
379     "bulgarian rose": (0x48, 0x06, 0x07),
380     "clairvoyant": (0x48, 0x06, 0x56),
381     "cocoa bean": (0x48, 0x1C, 0x1C),
382     "woody brown": (0x48, 0x31, 0x31),
383     "taupe": (0x48, 0x3C, 0x32),
384     "van cleef": (0x49, 0x17, 0x0C),
385     "brown derby": (0x49, 0x26, 0x15),
386     "metallic bronze": (0x49, 0x37, 0x1B),
387     "verdun green": (0x49, 0x54, 0x00),
388     "blue bayoux": (0x49, 0x66, 0x79),
389     "bismark": (0x49, 0x71, 0x83),
390     "bracken": (0x4A, 0x2A, 0x04),
391     "deep bronze": (0x4A, 0x30, 0x04),
392     "mondo": (0x4A, 0x3C, 0x30),
393     "tundora": (0x4A, 0x42, 0x44),
394     "gravel": (0x4A, 0x44, 0x4B),
395     "trout": (0x4A, 0x4E, 0x5A),
396     "pigment indigo": (0x4B, 0x00, 0x82),
397     "nandor": (0x4B, 0x5D, 0x52),
398     "saddle": (0x4C, 0x30, 0x24),
399     "abbey": (0x4C, 0x4F, 0x56),
400     "blackberry": (0x4D, 0x01, 0x35),
401     "cab sav": (0x4D, 0x0A, 0x18),
402     "indian tan": (0x4D, 0x1E, 0x01),
403     "cowboy": (0x4D, 0x28, 0x2D),
404     "livid brown": (0x4D, 0x28, 0x2E),
405     "rock": (0x4D, 0x38, 0x33),
406     "punga": (0x4D, 0x3D, 0x14),
407     "bronzetone": (0x4D, 0x40, 0x0F),
408     "woodland": (0x4D, 0x53, 0x28),
409     "mahogany": (0x4E, 0x06, 0x06),
410     "bossanova": (0x4E, 0x2A, 0x5A),
411     "matterhorn": (0x4E, 0x3B, 0x41),
412     "bronze olive": (0x4E, 0x42, 0x0C),
413     "mulled wine": (0x4E, 0x45, 0x62),
414     "axolotl": (0x4E, 0x66, 0x49),
415     "wedgewood": (0x4E, 0x7F, 0x9E),
416     "shakespeare": (0x4E, 0xAB, 0xD1),
417     "honey flower": (0x4F, 0x1C, 0x70),
418     "daisy bush": (0x4F, 0x23, 0x98),
419     "indigo": (0x4F, 0x69, 0xC6),
420     "fern green": (0x4F, 0x79, 0x42),
421     "fruit salad": (0x4F, 0x9D, 0x5D),
422     "apple": (0x4F, 0xA8, 0x3D),
423     "mortar": (0x50, 0x43, 0x51),
424     "kashmir blue": (0x50, 0x70, 0x96),
425     "cutty sark": (0x50, 0x76, 0x72),
426     "emerald": (0x50, 0xC8, 0x78),
427     "emperor": (0x51, 0x46, 0x49),
428     "chalet green": (0x51, 0x6E, 0x3D),
429     "como": (0x51, 0x7C, 0x66),
430     "smalt blue": (0x51, 0x80, 0x8F),
431     "castro": (0x52, 0x00, 0x1F),
432     "maroon oak": (0x52, 0x0C, 0x17),
433     "gigas": (0x52, 0x3C, 0x94),
434     "voodoo": (0x53, 0x34, 0x55),
435     "victoria": (0x53, 0x44, 0x91),
436     "hippie green": (0x53, 0x82, 0x4B),
437     "heath": (0x54, 0x10, 0x12),
438     "judge gray": (0x54, 0x43, 0x33),
439     "fuscous gray": (0x54, 0x53, 0x4D),
440     "vida loca": (0x54, 0x90, 0x19),
441     "cioccolato": (0x55, 0x28, 0x0C),
442     "saratoga": (0x55, 0x5B, 0x10),
443     "finlandia": (0x55, 0x6D, 0x56),
444     "havelock blue": (0x55, 0x90, 0xD9),
445     "fountain blue": (0x56, 0xB4, 0xBE),
446     "spring leaves": (0x57, 0x83, 0x63),
447     "saddle brown": (0x58, 0x34, 0x01),
448     "scarpa flow": (0x58, 0x55, 0x62),
449     "cactus": (0x58, 0x71, 0x56),
450     "hippie blue": (0x58, 0x9A, 0xAF),
451     "wine berry": (0x59, 0x1D, 0x35),
452     "brown bramble": (0x59, 0x28, 0x04),
453     "congo brown": (0x59, 0x37, 0x37),
454     "millbrook": (0x59, 0x44, 0x33),
455     "waikawa gray": (0x5A, 0x6E, 0x9C),
456     "horizon": (0x5A, 0x87, 0xA0),
457     "jambalaya": (0x5B, 0x30, 0x13),
458     "bordeaux": (0x5C, 0x01, 0x20),
459     "mulberry wood": (0x5C, 0x05, 0x36),
460     "carnaby tan": (0x5C, 0x2E, 0x01),
461     "comet": (0x5C, 0x5D, 0x75),
462     "redwood": (0x5D, 0x1E, 0x0F),
463     "don juan": (0x5D, 0x4C, 0x51),
464     "chicago": (0x5D, 0x5C, 0x58),
465     "verdigris": (0x5D, 0x5E, 0x37),
466     "dingley": (0x5D, 0x77, 0x47),
467     "breaker bay": (0x5D, 0xA1, 0x9F),
468     "kabul": (0x5E, 0x48, 0x3E),
469     "hemlock": (0x5E, 0x5D, 0x3B),
470     "irish coffee": (0x5F, 0x3D, 0x26),
471     "mid gray": (0x5F, 0x5F, 0x6E),
472     "shuttle gray": (0x5F, 0x66, 0x72),
473     "aqua forest": (0x5F, 0xA7, 0x77),
474     "tradewind": (0x5F, 0xB3, 0xAC),
475     "horses neck": (0x60, 0x49, 0x13),
476     "smoky": (0x60, 0x5B, 0x73),
477     "corduroy": (0x60, 0x6E, 0x68),
478     "danube": (0x60, 0x93, 0xD1),
479     "espresso": (0x61, 0x27, 0x18),
480     "eggplant": (0x61, 0x40, 0x51),
481     "costa del sol": (0x61, 0x5D, 0x30),
482     "glade green": (0x61, 0x84, 0x5F),
483     "buccaneer": (0x62, 0x2F, 0x30),
484     "quincy": (0x62, 0x3F, 0x2D),
485     "butterfly bush": (0x62, 0x4E, 0x9A),
486     "west coast": (0x62, 0x51, 0x19),
487     "finch": (0x62, 0x66, 0x49),
488     "patina": (0x63, 0x9A, 0x8F),
489     "fern": (0x63, 0xB7, 0x6C),
490     "blue violet": (0x64, 0x56, 0xB7),
491     "dolphin": (0x64, 0x60, 0x77),
492     "storm dust": (0x64, 0x64, 0x63),
493     "siam": (0x64, 0x6A, 0x54),
494     "nevada": (0x64, 0x6E, 0x75),
495     "cornflower blue": (0x64, 0x95, 0xED),
496     "viking": (0x64, 0xCC, 0xDB),
497     "rosewood": (0x65, 0x00, 0x0B),
498     "cherrywood": (0x65, 0x1A, 0x14),
499     "purple heart": (0x65, 0x2D, 0xC1),
500     "fern frond": (0x65, 0x72, 0x20),
501     "willow grove": (0x65, 0x74, 0x5D),
502     "hoki": (0x65, 0x86, 0x9F),
503     "pompadour": (0x66, 0x00, 0x45),
504     "purple": (0x66, 0x00, 0x99),
505     "dark purple": (0x36, 0x00, 0x79),
506     "tyrian purple": (0x66, 0x02, 0x3C),
507     "dark tan": (0x66, 0x10, 0x10),
508     "silver tree": (0x66, 0xB5, 0x8F),
509     "bright green": (0x66, 0xFF, 0x00),
510     "screamin' green": (0x66, 0xFF, 0x66),
511     "black rose": (0x67, 0x03, 0x2D),
512     "scampi": (0x67, 0x5F, 0xA6),
513     "ironside gray": (0x67, 0x66, 0x62),
514     "viridian green": (0x67, 0x89, 0x75),
515     "christi": (0x67, 0xA7, 0x12),
516     "nutmeg wood finish": (0x68, 0x36, 0x00),
517     "zambezi": (0x68, 0x55, 0x58),
518     "salt box": (0x68, 0x5E, 0x6E),
519     "tawny port": (0x69, 0x25, 0x45),
520     "finn": (0x69, 0x2D, 0x54),
521     "scorpion": (0x69, 0x5F, 0x62),
522     "lynch": (0x69, 0x7E, 0x9A),
523     "spice": (0x6A, 0x44, 0x2E),
524     "himalaya": (0x6A, 0x5D, 0x1B),
525     "soya bean": (0x6A, 0x60, 0x51),
526     "hairy heath": (0x6B, 0x2A, 0x14),
527     "royal purple": (0x6B, 0x3F, 0xA0),
528     "shingle fawn": (0x6B, 0x4E, 0x31),
529     "dorado": (0x6B, 0x57, 0x55),
530     "bermuda gray": (0x6B, 0x8B, 0xA2),
531     "olive drab": (0x6B, 0x8E, 0x23),
532     "eminence": (0x6C, 0x30, 0x82),
533     "turquoise blue": (0x6C, 0xDA, 0xE7),
534     "lonestar": (0x6D, 0x01, 0x01),
535     "pine cone": (0x6D, 0x5E, 0x54),
536     "dove gray": (0x6D, 0x6C, 0x6C),
537     "juniper": (0x6D, 0x92, 0x92),
538     "gothic": (0x6D, 0x92, 0xA1),
539     "red oxide": (0x6E, 0x09, 0x02),
540     "moccaccino": (0x6E, 0x1D, 0x14),
541     "pickled bean": (0x6E, 0x48, 0x26),
542     "dallas": (0x6E, 0x4B, 0x26),
543     "kokoda": (0x6E, 0x6D, 0x57),
544     "pale sky": (0x6E, 0x77, 0x83),
545     "cafe royale": (0x6F, 0x44, 0x0C),
546     "flint": (0x6F, 0x6A, 0x61),
547     "highland": (0x6F, 0x8E, 0x63),
548     "limeade": (0x6F, 0x9D, 0x02),
549     "downy": (0x6F, 0xD0, 0xC5),
550     "persian plum": (0x70, 0x1C, 0x1C),
551     "sepia": (0x70, 0x42, 0x14),
552     "antique bronze": (0x70, 0x4A, 0x07),
553     "ferra": (0x70, 0x4F, 0x50),
554     "coffee": (0x70, 0x65, 0x55),
555     "slate gray": (0x70, 0x80, 0x90),
556     "cedar wood finish": (0x71, 0x1A, 0x00),
557     "metallic copper": (0x71, 0x29, 0x1D),
558     "affair": (0x71, 0x46, 0x93),
559     "studio": (0x71, 0x4A, 0xB2),
560     "tobacco brown": (0x71, 0x5D, 0x47),
561     "yellow metal": (0x71, 0x63, 0x38),
562     "peat": (0x71, 0x6B, 0x56),
563     "olivetone": (0x71, 0x6E, 0x10),
564     "storm gray": (0x71, 0x74, 0x86),
565     "sirocco": (0x71, 0x80, 0x80),
566     "aquamarine blue": (0x71, 0xD9, 0xE2),
567     "venetian red": (0x72, 0x01, 0x0F),
568     "old copper": (0x72, 0x4A, 0x2F),
569     "go ben": (0x72, 0x6D, 0x4E),
570     "raven": (0x72, 0x7B, 0x89),
571     "seance": (0x73, 0x1E, 0x8F),
572     "raw umber": (0x73, 0x4A, 0x12),
573     "kimberly": (0x73, 0x6C, 0x9F),
574     "crocodile": (0x73, 0x6D, 0x58),
575     "crete": (0x73, 0x78, 0x29),
576     "xanadu": (0x73, 0x86, 0x78),
577     "spicy mustard": (0x74, 0x64, 0x0D),
578     "limed ash": (0x74, 0x7D, 0x63),
579     "rolling stone": (0x74, 0x7D, 0x83),
580     "blue smoke": (0x74, 0x88, 0x81),
581     "laurel": (0x74, 0x93, 0x78),
582     "mantis": (0x74, 0xC3, 0x65),
583     "russett": (0x75, 0x5A, 0x57),
584     "deluge": (0x75, 0x63, 0xA8),
585     "cosmic": (0x76, 0x39, 0x5D),
586     "blue marguerite": (0x76, 0x66, 0xC6),
587     "lima": (0x76, 0xBD, 0x17),
588     "sky blue": (0x76, 0xD7, 0xEA),
589     "dark burgundy": (0x77, 0x0F, 0x05),
590     "crown of thorns": (0x77, 0x1F, 0x1F),
591     "walnut": (0x77, 0x3F, 0x1A),
592     "pablo": (0x77, 0x6F, 0x61),
593     "pacifika": (0x77, 0x81, 0x20),
594     "oxley": (0x77, 0x9E, 0x86),
595     "pastel green": (0x77, 0xDD, 0x77),
596     "japanese maple": (0x78, 0x01, 0x09),
597     "mocha": (0x78, 0x2D, 0x19),
598     "peanut": (0x78, 0x2F, 0x16),
599     "camouflage green": (0x78, 0x86, 0x6B),
600     "wasabi": (0x78, 0x8A, 0x25),
601     "ship cove": (0x78, 0x8B, 0xBA),
602     "sea nymph": (0x78, 0xA3, 0x9C),
603     "roman coffee": (0x79, 0x5D, 0x4C),
604     "old lavender": (0x79, 0x68, 0x78),
605     "rum": (0x79, 0x69, 0x89),
606     "fedora": (0x79, 0x6A, 0x78),
607     "sandstone": (0x79, 0x6D, 0x62),
608     "spray": (0x79, 0xDE, 0xEC),
609     "siren": (0x7A, 0x01, 0x3A),
610     "fuchsia blue": (0x7A, 0x58, 0xC1),
611     "boulder": (0x7A, 0x7A, 0x7A),
612     "wild blue yonder": (0x7A, 0x89, 0xB8),
613     "de york": (0x7A, 0xC4, 0x88),
614     "red beech": (0x7B, 0x38, 0x01),
615     "cinnamon": (0x7B, 0x3F, 0x00),
616     "yukon gold": (0x7B, 0x66, 0x08),
617     "tapa": (0x7B, 0x78, 0x74),
618     "waterloo ": (0x7B, 0x7C, 0x94),
619     "flax smoke": (0x7B, 0x82, 0x65),
620     "amulet": (0x7B, 0x9F, 0x80),
621     "asparagus": (0x7B, 0xA0, 0x5B),
622     "kenyan copper": (0x7C, 0x1C, 0x05),
623     "pesto": (0x7C, 0x76, 0x31),
624     "topaz": (0x7C, 0x77, 0x8A),
625     "concord": (0x7C, 0x7B, 0x7A),
626     "jumbo": (0x7C, 0x7B, 0x82),
627     "trendy green": (0x7C, 0x88, 0x1A),
628     "gumbo": (0x7C, 0xA1, 0xA6),
629     "acapulco": (0x7C, 0xB0, 0xA1),
630     "neptune": (0x7C, 0xB7, 0xBB),
631     "pueblo": (0x7D, 0x2C, 0x14),
632     "bay leaf": (0x7D, 0xA9, 0x8D),
633     "malibu": (0x7D, 0xC8, 0xF7),
634     "bermuda": (0x7D, 0xD8, 0xC6),
635     "copper canyon": (0x7E, 0x3A, 0x15),
636     "claret": (0x7F, 0x17, 0x34),
637     "peru tan": (0x7F, 0x3A, 0x02),
638     "falcon": (0x7F, 0x62, 0x6D),
639     "mobster": (0x7F, 0x75, 0x89),
640     "moody blue": (0x7F, 0x76, 0xD3),
641     "chartreuse": (0x7F, 0xFF, 0x00),
642     "aquamarine": (0x7F, 0xFF, 0xD4),
643     "maroon": (0x80, 0x00, 0x00),
644     "rose bud cherry": (0x80, 0x0B, 0x47),
645     "falu red": (0x80, 0x18, 0x18),
646     "red robin": (0x80, 0x34, 0x1F),
647     "vivid violet": (0x80, 0x37, 0x90),
648     "russet": (0x80, 0x46, 0x1B),
649     "friar gray": (0x80, 0x7E, 0x79),
650     "olive": (0x80, 0x80, 0x00),
651     "gray": (0x80, 0x80, 0x80),
652     "gulf stream": (0x80, 0xB3, 0xAE),
653     "glacier": (0x80, 0xB3, 0xC4),
654     "seagull": (0x80, 0xCC, 0xEA),
655     "nutmeg": (0x81, 0x42, 0x2C),
656     "spicy pink": (0x81, 0x6E, 0x71),
657     "empress": (0x81, 0x73, 0x77),
658     "spanish green": (0x81, 0x98, 0x85),
659     "sand dune": (0x82, 0x6F, 0x65),
660     "gunsmoke": (0x82, 0x86, 0x85),
661     "battleship gray": (0x82, 0x8F, 0x72),
662     "merlot": (0x83, 0x19, 0x23),
663     "shadow": (0x83, 0x70, 0x50),
664     "chelsea cucumber": (0x83, 0xAA, 0x5D),
665     "monte carlo": (0x83, 0xD0, 0xC6),
666     "plum": (0x84, 0x31, 0x79),
667     "granny smith": (0x84, 0xA0, 0xA0),
668     "chetwode blue": (0x85, 0x81, 0xD9),
669     "bandicoot": (0x85, 0x84, 0x70),
670     "bali hai": (0x85, 0x9F, 0xAF),
671     "half baked": (0x85, 0xC4, 0xCC),
672     "red devil": (0x86, 0x01, 0x11),
673     "lotus": (0x86, 0x3C, 0x3C),
674     "ironstone": (0x86, 0x48, 0x3C),
675     "bull shot": (0x86, 0x4D, 0x1E),
676     "rusty nail": (0x86, 0x56, 0x0A),
677     "bitter": (0x86, 0x89, 0x74),
678     "regent gray": (0x86, 0x94, 0x9F),
679     "disco": (0x87, 0x15, 0x50),
680     "americano": (0x87, 0x75, 0x6E),
681     "hurricane": (0x87, 0x7C, 0x7B),
682     "oslo gray": (0x87, 0x8D, 0x91),
683     "sushi": (0x87, 0xAB, 0x39),
684     "spicy mix": (0x88, 0x53, 0x42),
685     "kumera": (0x88, 0x62, 0x21),
686     "suva gray": (0x88, 0x83, 0x87),
687     "avocado": (0x88, 0x8D, 0x65),
688     "camelot": (0x89, 0x34, 0x56),
689     "solid pink": (0x89, 0x38, 0x43),
690     "cannon pink": (0x89, 0x43, 0x67),
691     "makara": (0x89, 0x7D, 0x6D),
692     "burnt umber": (0x8A, 0x33, 0x24),
693     "true v": (0x8A, 0x73, 0xD6),
694     "clay creek": (0x8A, 0x83, 0x60),
695     "monsoon": (0x8A, 0x83, 0x89),
696     "stack": (0x8A, 0x8F, 0x8A),
697     "jordy blue": (0x8A, 0xB9, 0xF1),
698     "electric violet": (0x8B, 0x00, 0xFF),
699     "monarch": (0x8B, 0x07, 0x23),
700     "corn harvest": (0x8B, 0x6B, 0x0B),
701     "olive haze": (0x8B, 0x84, 0x70),
702     "schooner": (0x8B, 0x84, 0x7E),
703     "natural gray": (0x8B, 0x86, 0x80),
704     "mantle": (0x8B, 0x9C, 0x90),
705     "portage": (0x8B, 0x9F, 0xEE),
706     "envy": (0x8B, 0xA6, 0x90),
707     "cascade": (0x8B, 0xA9, 0xA5),
708     "riptide": (0x8B, 0xE6, 0xD8),
709     "cardinal pink": (0x8C, 0x05, 0x5E),
710     "mule fawn": (0x8C, 0x47, 0x2F),
711     "potters clay": (0x8C, 0x57, 0x38),
712     "trendy pink": (0x8C, 0x64, 0x95),
713     "paprika": (0x8D, 0x02, 0x26),
714     "sanguine brown": (0x8D, 0x3D, 0x38),
715     "tosca": (0x8D, 0x3F, 0x3F),
716     "cement": (0x8D, 0x76, 0x62),
717     "granite green": (0x8D, 0x89, 0x74),
718     "manatee": (0x8D, 0x90, 0xA1),
719     "polo blue": (0x8D, 0xA8, 0xCC),
720     "red berry": (0x8E, 0x00, 0x00),
721     "rope": (0x8E, 0x4D, 0x1E),
722     "opium": (0x8E, 0x6F, 0x70),
723     "domino": (0x8E, 0x77, 0x5E),
724     "mamba": (0x8E, 0x81, 0x90),
725     "nepal": (0x8E, 0xAB, 0xC1),
726     "pohutukawa": (0x8F, 0x02, 0x1C),
727     "el salva": (0x8F, 0x3E, 0x33),
728     "korma": (0x8F, 0x4B, 0x0E),
729     "squirrel": (0x8F, 0x81, 0x76),
730     "vista blue": (0x8F, 0xD6, 0xB4),
731     "burgundy": (0x90, 0x00, 0x20),
732     "old brick": (0x90, 0x1E, 0x1E),
733     "hemp": (0x90, 0x78, 0x74),
734     "almond frost": (0x90, 0x7B, 0x71),
735     "sycamore": (0x90, 0x8D, 0x39),
736     "sangria": (0x92, 0x00, 0x0A),
737     "cumin": (0x92, 0x43, 0x21),
738     "beaver": (0x92, 0x6F, 0x5B),
739     "stonewall": (0x92, 0x85, 0x73),
740     "venus": (0x92, 0x85, 0x90),
741     "medium purple": (0x93, 0x70, 0xDB),
742     "cornflower": (0x93, 0xCC, 0xEA),
743     "algae green": (0x93, 0xDF, 0xB8),
744     "copper rust": (0x94, 0x47, 0x47),
745     "arrowtown": (0x94, 0x87, 0x71),
746     "scarlett": (0x95, 0x00, 0x15),
747     "strikemaster": (0x95, 0x63, 0x87),
748     "mountain mist": (0x95, 0x93, 0x96),
749     "carmine": (0x96, 0x00, 0x18),
750     "brown": (0x96, 0x4B, 0x00),
751     "leather": (0x96, 0x70, 0x59),
752     "purple mountain's majesty": (0x96, 0x78, 0xB6),
753     "lavender purple": (0x96, 0x7B, 0xB6),
754     "pewter": (0x96, 0xA8, 0xA1),
755     "summer green": (0x96, 0xBB, 0xAB),
756     "au chico": (0x97, 0x60, 0x5D),
757     "wisteria": (0x97, 0x71, 0xB5),
758     "atlantis": (0x97, 0xCD, 0x2D),
759     "vin rouge": (0x98, 0x3D, 0x61),
760     "lilac bush": (0x98, 0x74, 0xD3),
761     "bazaar": (0x98, 0x77, 0x7B),
762     "hacienda": (0x98, 0x81, 0x1B),
763     "pale oyster": (0x98, 0x8D, 0x77),
764     "mint green": (0x98, 0xFF, 0x98),
765     "fresh eggplant": (0x99, 0x00, 0x66),
766     "violet eggplant": (0x99, 0x11, 0x99),
767     "tamarillo": (0x99, 0x16, 0x13),
768     "totem pole": (0x99, 0x1B, 0x07),
769     "copper rose": (0x99, 0x66, 0x66),
770     "amethyst": (0x99, 0x66, 0xCC),
771     "mountbatten pink": (0x99, 0x7A, 0x8D),
772     "blue bell": (0x99, 0x99, 0xCC),
773     "prairie sand": (0x9A, 0x38, 0x20),
774     "toast": (0x9A, 0x6E, 0x61),
775     "gurkha": (0x9A, 0x95, 0x77),
776     "olivine": (0x9A, 0xB9, 0x73),
777     "shadow green": (0x9A, 0xC2, 0xB8),
778     "oregon": (0x9B, 0x47, 0x03),
779     "lemon grass": (0x9B, 0x9E, 0x8F),
780     "stiletto": (0x9C, 0x33, 0x36),
781     "hawaiian tan": (0x9D, 0x56, 0x16),
782     "gull gray": (0x9D, 0xAC, 0xB7),
783     "pistachio": (0x9D, 0xC2, 0x09),
784     "granny smith apple": (0x9D, 0xE0, 0x93),
785     "anakiwa": (0x9D, 0xE5, 0xFF),
786     "chelsea gem": (0x9E, 0x53, 0x02),
787     "sepia skin": (0x9E, 0x5B, 0x40),
788     "sage": (0x9E, 0xA5, 0x87),
789     "citron": (0x9E, 0xA9, 0x1F),
790     "rock blue": (0x9E, 0xB1, 0xCD),
791     "morning glory": (0x9E, 0xDE, 0xE0),
792     "cognac": (0x9F, 0x38, 0x1D),
793     "reef gold": (0x9F, 0x82, 0x1C),
794     "star dust": (0x9F, 0x9F, 0x9C),
795     "santas gray": (0x9F, 0xA0, 0xB1),
796     "sinbad": (0x9F, 0xD7, 0xD3),
797     "feijoa": (0x9F, 0xDD, 0x8C),
798     "tabasco": (0xA0, 0x27, 0x12),
799     "buttered rum": (0xA1, 0x75, 0x0D),
800     "hit gray": (0xA1, 0xAD, 0xB5),
801     "citrus": (0xA1, 0xC5, 0x0A),
802     "aqua island": (0xA1, 0xDA, 0xD7),
803     "water leaf": (0xA1, 0xE9, 0xDE),
804     "flirt": (0xA2, 0x00, 0x6D),
805     "rouge": (0xA2, 0x3B, 0x6C),
806     "cape palliser": (0xA2, 0x66, 0x45),
807     "gray chateau": (0xA2, 0xAA, 0xB3),
808     "edward": (0xA2, 0xAE, 0xAB),
809     "pharlap": (0xA3, 0x80, 0x7B),
810     "amethyst smoke": (0xA3, 0x97, 0xB4),
811     "blizzard blue": (0xA3, 0xE3, 0xED),
812     "delta": (0xA4, 0xA4, 0x9D),
813     "wistful": (0xA4, 0xA6, 0xD3),
814     "green smoke": (0xA4, 0xAF, 0x6E),
815     "jazzberry jam": (0xA5, 0x0B, 0x5E),
816     "zorba": (0xA5, 0x9B, 0x91),
817     "bahia": (0xA5, 0xCB, 0x0C),
818     "roof terracotta": (0xA6, 0x2F, 0x20),
819     "paarl": (0xA6, 0x55, 0x29),
820     "barley corn": (0xA6, 0x8B, 0x5B),
821     "donkey brown": (0xA6, 0x92, 0x79),
822     "dawn": (0xA6, 0xA2, 0x9A),
823     "mexican red": (0xA7, 0x25, 0x25),
824     "luxor gold": (0xA7, 0x88, 0x2C),
825     "rich gold": (0xA8, 0x53, 0x07),
826     "reno sand": (0xA8, 0x65, 0x15),
827     "coral tree": (0xA8, 0x6B, 0x6B),
828     "dusty gray": (0xA8, 0x98, 0x9B),
829     "dull lavender": (0xA8, 0x99, 0xE6),
830     "tallow": (0xA8, 0xA5, 0x89),
831     "bud": (0xA8, 0xAE, 0x9C),
832     "locust": (0xA8, 0xAF, 0x8E),
833     "norway": (0xA8, 0xBD, 0x9F),
834     "chinook": (0xA8, 0xE3, 0xBD),
835     "gray olive": (0xA9, 0xA4, 0x91),
836     "aluminium": (0xA9, 0xAC, 0xB6),
837     "cadet blue": (0xA9, 0xB2, 0xC3),
838     "schist": (0xA9, 0xB4, 0x97),
839     "tower gray": (0xA9, 0xBD, 0xBF),
840     "perano": (0xA9, 0xBE, 0xF2),
841     "opal": (0xA9, 0xC6, 0xC2),
842     "night shadz": (0xAA, 0x37, 0x5A),
843     "fire": (0xAA, 0x42, 0x03),
844     "muesli": (0xAA, 0x8B, 0x5B),
845     "sandal": (0xAA, 0x8D, 0x6F),
846     "shady lady": (0xAA, 0xA5, 0xA9),
847     "logan": (0xAA, 0xA9, 0xCD),
848     "spun pearl": (0xAA, 0xAB, 0xB7),
849     "regent st blue": (0xAA, 0xD6, 0xE6),
850     "magic mint": (0xAA, 0xF0, 0xD1),
851     "lipstick": (0xAB, 0x05, 0x63),
852     "royal heath": (0xAB, 0x34, 0x72),
853     "sandrift": (0xAB, 0x91, 0x7A),
854     "cold purple": (0xAB, 0xA0, 0xD9),
855     "bronco": (0xAB, 0xA1, 0x96),
856     "limed oak": (0xAC, 0x8A, 0x56),
857     "east side": (0xAC, 0x91, 0xCE),
858     "lemon ginger": (0xAC, 0x9E, 0x22),
859     "napa": (0xAC, 0xA4, 0x94),
860     "hillary": (0xAC, 0xA5, 0x86),
861     "cloudy": (0xAC, 0xA5, 0x9F),
862     "silver chalice": (0xAC, 0xAC, 0xAC),
863     "swamp green": (0xAC, 0xB7, 0x8E),
864     "spring rain": (0xAC, 0xCB, 0xB1),
865     "conifer": (0xAC, 0xDD, 0x4D),
866     "celadon": (0xAC, 0xE1, 0xAF),
867     "mandalay": (0xAD, 0x78, 0x1B),
868     "casper": (0xAD, 0xBE, 0xD1),
869     "moss green": (0xAD, 0xDF, 0xAD),
870     "padua": (0xAD, 0xE6, 0xC4),
871     "green yellow": (0xAD, 0xFF, 0x2F),
872     "hippie pink": (0xAE, 0x45, 0x60),
873     "desert": (0xAE, 0x60, 0x20),
874     "bouquet": (0xAE, 0x80, 0x9E),
875     "medium carmine": (0xAF, 0x40, 0x35),
876     "apple blossom": (0xAF, 0x4D, 0x43),
877     "brown rust": (0xAF, 0x59, 0x3E),
878     "driftwood": (0xAF, 0x87, 0x51),
879     "alpine": (0xAF, 0x8F, 0x2C),
880     "lucky": (0xAF, 0x9F, 0x1C),
881     "martini": (0xAF, 0xA0, 0x9E),
882     "bombay": (0xAF, 0xB1, 0xB8),
883     "pigeon post": (0xAF, 0xBD, 0xD9),
884     "cadillac": (0xB0, 0x4C, 0x6A),
885     "matrix": (0xB0, 0x5D, 0x54),
886     "tapestry": (0xB0, 0x5E, 0x81),
887     "mai tai": (0xB0, 0x66, 0x08),
888     "del rio": (0xB0, 0x9A, 0x95),
889     "powder blue": (0xB0, 0xE0, 0xE6),
890     "inch worm": (0xB0, 0xE3, 0x13),
891     "bright red": (0xB1, 0x00, 0x00),
892     "vesuvius": (0xB1, 0x4A, 0x0B),
893     "pumpkin skin": (0xB1, 0x61, 0x0B),
894     "santa fe": (0xB1, 0x6D, 0x52),
895     "teak": (0xB1, 0x94, 0x61),
896     "fringy flower": (0xB1, 0xE2, 0xC1),
897     "ice cold": (0xB1, 0xF4, 0xE7),
898     "shiraz": (0xB2, 0x09, 0x31),
899     "biloba flower": (0xB2, 0xA1, 0xEA),
900     "tall poppy": (0xB3, 0x2D, 0x29),
901     "fiery orange": (0xB3, 0x52, 0x13),
902     "hot toddy": (0xB3, 0x80, 0x07),
903     "taupe gray": (0xB3, 0xAF, 0x95),
904     "la rioja": (0xB3, 0xC1, 0x10),
905     "well read": (0xB4, 0x33, 0x32),
906     "blush": (0xB4, 0x46, 0x68),
907     "jungle mist": (0xB4, 0xCF, 0xD3),
908     "turkish rose": (0xB5, 0x72, 0x81),
909     "lavender": (0xB5, 0x7E, 0xDC),
910     "mongoose": (0xB5, 0xA2, 0x7F),
911     "olive green": (0xB5, 0xB3, 0x5C),
912     "jet stream": (0xB5, 0xD2, 0xCE),
913     "cruise": (0xB5, 0xEC, 0xDF),
914     "hibiscus": (0xB6, 0x31, 0x6C),
915     "thatch": (0xB6, 0x9D, 0x98),
916     "heathered gray": (0xB6, 0xB0, 0x95),
917     "eagle": (0xB6, 0xBA, 0xA4),
918     "spindle": (0xB6, 0xD1, 0xEA),
919     "gum leaf": (0xB6, 0xD3, 0xBF),
920     "rust": (0xB7, 0x41, 0x0E),
921     "muddy waters": (0xB7, 0x8E, 0x5C),
922     "sahara": (0xB7, 0xA2, 0x14),
923     "husk": (0xB7, 0xA4, 0x58),
924     "nobel": (0xB7, 0xB1, 0xB1),
925     "heather": (0xB7, 0xC3, 0xD0),
926     "madang": (0xB7, 0xF0, 0xBE),
927     "milano red": (0xB8, 0x11, 0x04),
928     "copper": (0xB8, 0x73, 0x33),
929     "gimblet": (0xB8, 0xB5, 0x6A),
930     "green spring": (0xB8, 0xC1, 0xB1),
931     "celery": (0xB8, 0xC2, 0x5D),
932     "sail": (0xB8, 0xE0, 0xF9),
933     "chestnut": (0xB9, 0x4E, 0x48),
934     "crail": (0xB9, 0x51, 0x40),
935     "marigold": (0xB9, 0x8D, 0x28),
936     "wild willow": (0xB9, 0xC4, 0x6A),
937     "rainee": (0xB9, 0xC8, 0xAC),
938     "guardsman red": (0xBA, 0x01, 0x01),
939     "rock spray": (0xBA, 0x45, 0x0C),
940     "bourbon": (0xBA, 0x6F, 0x1E),
941     "pirate gold": (0xBA, 0x7F, 0x03),
942     "nomad": (0xBA, 0xB1, 0xA2),
943     "submarine": (0xBA, 0xC7, 0xC9),
944     "charlotte": (0xBA, 0xEE, 0xF9),
945     "medium red violet": (0xBB, 0x33, 0x85),
946     "brandy rose": (0xBB, 0x89, 0x83),
947     "rio grande": (0xBB, 0xD0, 0x09),
948     "surf": (0xBB, 0xD7, 0xC1),
949     "powder ash": (0xBC, 0xC9, 0xC2),
950     "tuscany": (0xBD, 0x5E, 0x2E),
951     "quicksand": (0xBD, 0x97, 0x8E),
952     "silk": (0xBD, 0xB1, 0xA8),
953     "malta": (0xBD, 0xB2, 0xA1),
954     "chatelle": (0xBD, 0xB3, 0xC7),
955     "lavender gray": (0xBD, 0xBB, 0xD7),
956     "french gray": (0xBD, 0xBD, 0xC6),
957     "clay ash": (0xBD, 0xC8, 0xB3),
958     "loblolly": (0xBD, 0xC9, 0xCE),
959     "french pass": (0xBD, 0xED, 0xFD),
960     "london hue": (0xBE, 0xA6, 0xC3),
961     "pink swan": (0xBE, 0xB5, 0xB7),
962     "fuego": (0xBE, 0xDE, 0x0D),
963     "rose of sharon": (0xBF, 0x55, 0x00),
964     "tide": (0xBF, 0xB8, 0xB0),
965     "blue haze": (0xBF, 0xBE, 0xD8),
966     "silver sand": (0xBF, 0xC1, 0xC2),
967     "key lime pie": (0xBF, 0xC9, 0x21),
968     "ziggurat": (0xBF, 0xDB, 0xE2),
969     "lime": (0xBF, 0xFF, 0x00),
970     "thunderbird": (0xC0, 0x2B, 0x18),
971     "mojo": (0xC0, 0x47, 0x37),
972     "old rose": (0xC0, 0x80, 0x81),
973     "silver": (0xC0, 0xC0, 0xC0),
974     "pale leaf": (0xC0, 0xD3, 0xB9),
975     "pixie green": (0xC0, 0xD8, 0xB6),
976     "tia maria": (0xC1, 0x44, 0x0E),
977     "fuchsia pink": (0xC1, 0x54, 0xC1),
978     "buddha gold": (0xC1, 0xA0, 0x04),
979     "bison hide": (0xC1, 0xB7, 0xA4),
980     "tea": (0xC1, 0xBA, 0xB0),
981     "gray suit": (0xC1, 0xBE, 0xCD),
982     "sprout": (0xC1, 0xD7, 0xB0),
983     "sulu": (0xC1, 0xF0, 0x7C),
984     "indochine": (0xC2, 0x6B, 0x03),
985     "twine": (0xC2, 0x95, 0x5D),
986     "cotton seed": (0xC2, 0xBD, 0xB6),
987     "pumice": (0xC2, 0xCA, 0xC4),
988     "jagged ice": (0xC2, 0xE8, 0xE5),
989     "maroon flush": (0xC3, 0x21, 0x48),
990     "indian khaki": (0xC3, 0xB0, 0x91),
991     "pale slate": (0xC3, 0xBF, 0xC1),
992     "gray nickel": (0xC3, 0xC3, 0xBD),
993     "periwinkle gray": (0xC3, 0xCD, 0xE6),
994     "tiara": (0xC3, 0xD1, 0xD1),
995     "tropical blue": (0xC3, 0xDD, 0xF9),
996     "cardinal": (0xC4, 0x1E, 0x3A),
997     "fuzzy wuzzy brown": (0xC4, 0x56, 0x55),
998     "orange roughy": (0xC4, 0x57, 0x19),
999     "mist gray": (0xC4, 0xC4, 0xBC),
1000     "coriander": (0xC4, 0xD0, 0xB0),
1001     "mint tulip": (0xC4, 0xF4, 0xEB),
1002     "mulberry": (0xC5, 0x4B, 0x8C),
1003     "nugget": (0xC5, 0x99, 0x22),
1004     "tussock": (0xC5, 0x99, 0x4B),
1005     "sea mist": (0xC5, 0xDB, 0xCA),
1006     "yellow green": (0xC5, 0xE1, 0x7A),
1007     "brick red": (0xC6, 0x2D, 0x42),
1008     "contessa": (0xC6, 0x72, 0x6B),
1009     "oriental pink": (0xC6, 0x91, 0x91),
1010     "roti": (0xC6, 0xA8, 0x4B),
1011     "ash": (0xC6, 0xC3, 0xB5),
1012     "kangaroo": (0xC6, 0xC8, 0xBD),
1013     "las palmas": (0xC6, 0xE6, 0x10),
1014     "monza": (0xC7, 0x03, 0x1E),
1015     "red violet": (0xC7, 0x15, 0x85),
1016     "coral reef": (0xC7, 0xBC, 0xA2),
1017     "melrose": (0xC7, 0xC1, 0xFF),
1018     "cloud": (0xC7, 0xC4, 0xBF),
1019     "ghost": (0xC7, 0xC9, 0xD5),
1020     "pine glade": (0xC7, 0xCD, 0x90),
1021     "botticelli": (0xC7, 0xDD, 0xE5),
1022     "antique brass": (0xC8, 0x8A, 0x65),
1023     "lilac": (0xC8, 0xA2, 0xC8),
1024     "hokey pokey": (0xC8, 0xA5, 0x28),
1025     "lily": (0xC8, 0xAA, 0xBF),
1026     "laser": (0xC8, 0xB5, 0x68),
1027     "edgewater": (0xC8, 0xE3, 0xD7),
1028     "piper": (0xC9, 0x63, 0x23),
1029     "pizza": (0xC9, 0x94, 0x15),
1030     "light wisteria": (0xC9, 0xA0, 0xDC),
1031     "rodeo dust": (0xC9, 0xB2, 0x9B),
1032     "sundance": (0xC9, 0xB3, 0x5B),
1033     "earls green": (0xC9, 0xB9, 0x3B),
1034     "silver rust": (0xC9, 0xC0, 0xBB),
1035     "conch": (0xC9, 0xD9, 0xD2),
1036     "reef": (0xC9, 0xFF, 0xA2),
1037     "aero blue": (0xC9, 0xFF, 0xE5),
1038     "flush mahogany": (0xCA, 0x34, 0x35),
1039     "turmeric": (0xCA, 0xBB, 0x48),
1040     "paris white": (0xCA, 0xDC, 0xD4),
1041     "bitter lemon": (0xCA, 0xE0, 0x0D),
1042     "skeptic": (0xCA, 0xE6, 0xDA),
1043     "viola": (0xCB, 0x8F, 0xA9),
1044     "foggy gray": (0xCB, 0xCA, 0xB6),
1045     "green mist": (0xCB, 0xD3, 0xB0),
1046     "nebula": (0xCB, 0xDB, 0xD6),
1047     "persian red": (0xCC, 0x33, 0x33),
1048     "burnt orange": (0xCC, 0x55, 0x00),
1049     "ochre": (0xCC, 0x77, 0x22),
1050     "puce": (0xCC, 0x88, 0x99),
1051     "thistle green": (0xCC, 0xCA, 0xA8),
1052     "periwinkle": (0xCC, 0xCC, 0xFF),
1053     "electric lime": (0xCC, 0xFF, 0x00),
1054     "tenn": (0xCD, 0x57, 0x00),
1055     "chestnut rose": (0xCD, 0x5C, 0x5C),
1056     "brandy punch": (0xCD, 0x84, 0x29),
1057     "onahau": (0xCD, 0xF4, 0xFF),
1058     "sorrell brown": (0xCE, 0xB9, 0x8F),
1059     "cold turkey": (0xCE, 0xBA, 0xBA),
1060     "yuma": (0xCE, 0xC2, 0x91),
1061     "chino": (0xCE, 0xC7, 0xA7),
1062     "eunry": (0xCF, 0xA3, 0x9D),
1063     "old gold": (0xCF, 0xB5, 0x3B),
1064     "tasman": (0xCF, 0xDC, 0xCF),
1065     "surf crest": (0xCF, 0xE5, 0xD2),
1066     "humming bird": (0xCF, 0xF9, 0xF3),
1067     "scandal": (0xCF, 0xFA, 0xF4),
1068     "red stage": (0xD0, 0x5F, 0x04),
1069     "hopbush": (0xD0, 0x6D, 0xA1),
1070     "meteor": (0xD0, 0x7D, 0x12),
1071     "perfume": (0xD0, 0xBE, 0xF8),
1072     "prelude": (0xD0, 0xC0, 0xE5),
1073     "tea green": (0xD0, 0xF0, 0xC0),
1074     "geebung": (0xD1, 0x8F, 0x1B),
1075     "vanilla": (0xD1, 0xBE, 0xA8),
1076     "soft amber": (0xD1, 0xC6, 0xB4),
1077     "celeste": (0xD1, 0xD2, 0xCA),
1078     "mischka": (0xD1, 0xD2, 0xDD),
1079     "pear": (0xD1, 0xE2, 0x31),
1080     "hot cinnamon": (0xD2, 0x69, 0x1E),
1081     "raw sienna": (0xD2, 0x7D, 0x46),
1082     "careys pink": (0xD2, 0x9E, 0xAA),
1083     "tan": (0xD2, 0xB4, 0x8C),
1084     "deco": (0xD2, 0xDA, 0x97),
1085     "blue romance": (0xD2, 0xF6, 0xDE),
1086     "gossip": (0xD2, 0xF8, 0xB0),
1087     "sisal": (0xD3, 0xCB, 0xBA),
1088     "swirl": (0xD3, 0xCD, 0xC5),
1089     "charm": (0xD4, 0x74, 0x94),
1090     "clam shell": (0xD4, 0xB6, 0xAF),
1091     "straw": (0xD4, 0xBF, 0x8D),
1092     "akaroa": (0xD4, 0xC4, 0xA8),
1093     "bird flower": (0xD4, 0xCD, 0x16),
1094     "iron": (0xD4, 0xD7, 0xD9),
1095     "geyser": (0xD4, 0xDF, 0xE2),
1096     "hawkes blue": (0xD4, 0xE2, 0xFC),
1097     "grenadier": (0xD5, 0x46, 0x00),
1098     "can can": (0xD5, 0x91, 0xA4),
1099     "whiskey": (0xD5, 0x9A, 0x6F),
1100     "winter hazel": (0xD5, 0xD1, 0x95),
1101     "granny apple": (0xD5, 0xF6, 0xE3),
1102     "my pink": (0xD6, 0x91, 0x88),
1103     "tacha": (0xD6, 0xC5, 0x62),
1104     "moon raker": (0xD6, 0xCE, 0xF6),
1105     "quill gray": (0xD6, 0xD6, 0xD1),
1106     "snowy mint": (0xD6, 0xFF, 0xDB),
1107     "new york pink": (0xD7, 0x83, 0x7F),
1108     "pavlova": (0xD7, 0xC4, 0x98),
1109     "fog": (0xD7, 0xD0, 0xFF),
1110     "valencia": (0xD8, 0x44, 0x37),
1111     "japonica": (0xD8, 0x7C, 0x63),
1112     "thistle": (0xD8, 0xBF, 0xD8),
1113     "maverick": (0xD8, 0xC2, 0xD5),
1114     "foam": (0xD8, 0xFC, 0xFA),
1115     "cabaret": (0xD9, 0x49, 0x72),
1116     "burning sand": (0xD9, 0x93, 0x76),
1117     "cameo": (0xD9, 0xB9, 0x9B),
1118     "timberwolf": (0xD9, 0xD6, 0xCF),
1119     "tana": (0xD9, 0xDC, 0xC1),
1120     "link water": (0xD9, 0xE4, 0xF5),
1121     "mabel": (0xD9, 0xF7, 0xFF),
1122     "cerise": (0xDA, 0x32, 0x87),
1123     "flame pea": (0xDA, 0x5B, 0x38),
1124     "bamboo": (0xDA, 0x63, 0x04),
1125     "red damask": (0xDA, 0x6A, 0x41),
1126     "orchid": (0xDA, 0x70, 0xD6),
1127     "copperfield": (0xDA, 0x8A, 0x67),
1128     "golden grass": (0xDA, 0xA5, 0x20),
1129     "zanah": (0xDA, 0xEC, 0xD6),
1130     "iceberg": (0xDA, 0xF4, 0xF0),
1131     "oyster bay": (0xDA, 0xFA, 0xFF),
1132     "cranberry": (0xDB, 0x50, 0x79),
1133     "petite orchid": (0xDB, 0x96, 0x90),
1134     "di serria": (0xDB, 0x99, 0x5E),
1135     "alto": (0xDB, 0xDB, 0xDB),
1136     "frosted mint": (0xDB, 0xFF, 0xF8),
1137     "crimson": (0xDC, 0x14, 0x3C),
1138     "punch": (0xDC, 0x43, 0x33),
1139     "galliano": (0xDC, 0xB2, 0x0C),
1140     "blossom": (0xDC, 0xB4, 0xBC),
1141     "wattle": (0xDC, 0xD7, 0x47),
1142     "westar": (0xDC, 0xD9, 0xD2),
1143     "moon mist": (0xDC, 0xDD, 0xCC),
1144     "caper": (0xDC, 0xED, 0xB4),
1145     "swans down": (0xDC, 0xF0, 0xEA),
1146     "swiss coffee": (0xDD, 0xD6, 0xD5),
1147     "white ice": (0xDD, 0xF9, 0xF1),
1148     "cerise red": (0xDE, 0x31, 0x63),
1149     "roman": (0xDE, 0x63, 0x60),
1150     "tumbleweed": (0xDE, 0xA6, 0x81),
1151     "gold tips": (0xDE, 0xBA, 0x13),
1152     "brandy": (0xDE, 0xC1, 0x96),
1153     "wafer": (0xDE, 0xCB, 0xC6),
1154     "sapling": (0xDE, 0xD4, 0xA4),
1155     "barberry": (0xDE, 0xD7, 0x17),
1156     "beryl green": (0xDE, 0xE5, 0xC0),
1157     "pattens blue": (0xDE, 0xF5, 0xFF),
1158     "heliotrope": (0xDF, 0x73, 0xFF),
1159     "apache": (0xDF, 0xBE, 0x6F),
1160     "chenin": (0xDF, 0xCD, 0x6F),
1161     "lola": (0xDF, 0xCF, 0xDB),
1162     "willow brook": (0xDF, 0xEC, 0xDA),
1163     "chartreuse yellow": (0xDF, 0xFF, 0x00),
1164     "mauve": (0xE0, 0xB0, 0xFF),
1165     "anzac": (0xE0, 0xB6, 0x46),
1166     "harvest gold": (0xE0, 0xB9, 0x74),
1167     "calico": (0xE0, 0xC0, 0x95),
1168     "baby blue": (0xE0, 0xFF, 0xFF),
1169     "sunglo": (0xE1, 0x68, 0x65),
1170     "equator": (0xE1, 0xBC, 0x64),
1171     "pink flare": (0xE1, 0xC0, 0xC8),
1172     "periglacial blue": (0xE1, 0xE6, 0xD6),
1173     "kidnapper": (0xE1, 0xEA, 0xD4),
1174     "tara": (0xE1, 0xF6, 0xE8),
1175     "mandy": (0xE2, 0x54, 0x65),
1176     "terracotta": (0xE2, 0x72, 0x5B),
1177     "golden bell": (0xE2, 0x89, 0x13),
1178     "shocking": (0xE2, 0x92, 0xC0),
1179     "dixie": (0xE2, 0x94, 0x18),
1180     "light orchid": (0xE2, 0x9C, 0xD2),
1181     "snuff": (0xE2, 0xD8, 0xED),
1182     "mystic": (0xE2, 0xEB, 0xED),
1183     "apple green": (0xE2, 0xF3, 0xEC),
1184     "razzmatazz": (0xE3, 0x0B, 0x5C),
1185     "alizarin crimson": (0xE3, 0x26, 0x36),
1186     "cinnabar": (0xE3, 0x42, 0x34),
1187     "cavern pink": (0xE3, 0xBE, 0xBE),
1188     "peppermint": (0xE3, 0xF5, 0xE1),
1189     "mindaro": (0xE3, 0xF9, 0x88),
1190     "deep blush": (0xE4, 0x76, 0x98),
1191     "gamboge": (0xE4, 0x9B, 0x0F),
1192     "melanie": (0xE4, 0xC2, 0xD5),
1193     "twilight": (0xE4, 0xCF, 0xDE),
1194     "bone": (0xE4, 0xD1, 0xC0),
1195     "sunflower": (0xE4, 0xD4, 0x22),
1196     "grain brown": (0xE4, 0xD5, 0xB7),
1197     "zombie": (0xE4, 0xD6, 0x9B),
1198     "frostee": (0xE4, 0xF6, 0xE7),
1199     "snow flurry": (0xE4, 0xFF, 0xD1),
1200     "amaranth": (0xE5, 0x2B, 0x50),
1201     "zest": (0xE5, 0x84, 0x1B),
1202     "dust storm": (0xE5, 0xCC, 0xC9),
1203     "stark white": (0xE5, 0xD7, 0xBD),
1204     "hampton": (0xE5, 0xD8, 0xAF),
1205     "bon jour": (0xE5, 0xE0, 0xE1),
1206     "mercury": (0xE5, 0xE5, 0xE5),
1207     "polar": (0xE5, 0xF9, 0xF6),
1208     "trinidad": (0xE6, 0x4E, 0x03),
1209     "gold sand": (0xE6, 0xBE, 0x8A),
1210     "cashmere": (0xE6, 0xBE, 0xA5),
1211     "double spanish white": (0xE6, 0xD7, 0xB9),
1212     "satin linen": (0xE6, 0xE4, 0xD4),
1213     "harp": (0xE6, 0xF2, 0xEA),
1214     "off green": (0xE6, 0xF8, 0xF3),
1215     "hint of green": (0xE6, 0xFF, 0xE9),
1216     "tranquil": (0xE6, 0xFF, 0xFF),
1217     "mango tango": (0xE7, 0x72, 0x00),
1218     "christine": (0xE7, 0x73, 0x0A),
1219     "tonys pink": (0xE7, 0x9F, 0x8C),
1220     "kobi": (0xE7, 0x9F, 0xC4),
1221     "rose fog": (0xE7, 0xBC, 0xB4),
1222     "corn": (0xE7, 0xBF, 0x05),
1223     "putty": (0xE7, 0xCD, 0x8C),
1224     "gray nurse": (0xE7, 0xEC, 0xE6),
1225     "lily white": (0xE7, 0xF8, 0xFF),
1226     "bubbles": (0xE7, 0xFE, 0xFF),
1227     "fire bush": (0xE8, 0x99, 0x28),
1228     "shilo": (0xE8, 0xB9, 0xB3),
1229     "pearl bush": (0xE8, 0xE0, 0xD5),
1230     "green white": (0xE8, 0xEB, 0xE0),
1231     "chrome white": (0xE8, 0xF1, 0xD4),
1232     "gin": (0xE8, 0xF2, 0xEB),
1233     "aqua squeeze": (0xE8, 0xF5, 0xF2),
1234     "clementine": (0xE9, 0x6E, 0x00),
1235     "burnt sienna": (0xE9, 0x74, 0x51),
1236     "tahiti gold": (0xE9, 0x7C, 0x07),
1237     "oyster pink": (0xE9, 0xCE, 0xCD),
1238     "confetti": (0xE9, 0xD7, 0x5A),
1239     "ebb": (0xE9, 0xE3, 0xE3),
1240     "ottoman": (0xE9, 0xF8, 0xED),
1241     "clear day": (0xE9, 0xFF, 0xFD),
1242     "carissma": (0xEA, 0x88, 0xA8),
1243     "porsche": (0xEA, 0xAE, 0x69),
1244     "tulip tree": (0xEA, 0xB3, 0x3B),
1245     "rob roy": (0xEA, 0xC6, 0x74),
1246     "raffia": (0xEA, 0xDA, 0xB8),
1247     "white rock": (0xEA, 0xE8, 0xD4),
1248     "panache": (0xEA, 0xF6, 0xEE),
1249     "solitude": (0xEA, 0xF6, 0xFF),
1250     "aqua spring": (0xEA, 0xF9, 0xF5),
1251     "dew": (0xEA, 0xFF, 0xFE),
1252     "apricot": (0xEB, 0x93, 0x73),
1253     "zinnwaldite": (0xEB, 0xC2, 0xAF),
1254     "fuel yellow": (0xEC, 0xA9, 0x27),
1255     "ronchi": (0xEC, 0xC5, 0x4E),
1256     "french lilac": (0xEC, 0xC7, 0xEE),
1257     "just right": (0xEC, 0xCD, 0xB9),
1258     "wild rice": (0xEC, 0xE0, 0x90),
1259     "fall green": (0xEC, 0xEB, 0xBD),
1260     "aths special": (0xEC, 0xEB, 0xCE),
1261     "starship": (0xEC, 0xF2, 0x45),
1262     "red ribbon": (0xED, 0x0A, 0x3F),
1263     "tango": (0xED, 0x7A, 0x1C),
1264     "carrot orange": (0xED, 0x91, 0x21),
1265     "sea pink": (0xED, 0x98, 0x9E),
1266     "tacao": (0xED, 0xB3, 0x81),
1267     "desert sand": (0xED, 0xC9, 0xAF),
1268     "pancho": (0xED, 0xCD, 0xAB),
1269     "chamois": (0xED, 0xDC, 0xB1),
1270     "primrose": (0xED, 0xEA, 0x99),
1271     "frost": (0xED, 0xF5, 0xDD),
1272     "aqua haze": (0xED, 0xF5, 0xF5),
1273     "zumthor": (0xED, 0xF6, 0xFF),
1274     "narvik": (0xED, 0xF9, 0xF1),
1275     "honeysuckle": (0xED, 0xFC, 0x84),
1276     "lavender magenta": (0xEE, 0x82, 0xEE),
1277     "beauty bush": (0xEE, 0xC1, 0xBE),
1278     "chalky": (0xEE, 0xD7, 0x94),
1279     "almond": (0xEE, 0xD9, 0xC4),
1280     "flax": (0xEE, 0xDC, 0x82),
1281     "bizarre": (0xEE, 0xDE, 0xDA),
1282     "double colonial white": (0xEE, 0xE3, 0xAD),
1283     "cararra": (0xEE, 0xEE, 0xE8),
1284     "manz": (0xEE, 0xEF, 0x78),
1285     "tahuna sands": (0xEE, 0xF0, 0xC8),
1286     "athens gray": (0xEE, 0xF0, 0xF3),
1287     "tusk": (0xEE, 0xF3, 0xC3),
1288     "loafer": (0xEE, 0xF4, 0xDE),
1289     "catskill white": (0xEE, 0xF6, 0xF7),
1290     "twilight blue": (0xEE, 0xFD, 0xFF),
1291     "jonquil": (0xEE, 0xFF, 0x9A),
1292     "rice flower": (0xEE, 0xFF, 0xE2),
1293     "jaffa": (0xEF, 0x86, 0x3F),
1294     "gallery": (0xEF, 0xEF, 0xEF),
1295     "porcelain": (0xEF, 0xF2, 0xF3),
1296     "mauvelous": (0xF0, 0x91, 0xA9),
1297     "golden dream": (0xF0, 0xD5, 0x2D),
1298     "golden sand": (0xF0, 0xDB, 0x7D),
1299     "buff": (0xF0, 0xDC, 0x82),
1300     "prim": (0xF0, 0xE2, 0xEC),
1301     "khaki": (0xF0, 0xE6, 0x8C),
1302     "selago": (0xF0, 0xEE, 0xFD),
1303     "titan white": (0xF0, 0xEE, 0xFF),
1304     "alice blue": (0xF0, 0xF8, 0xFF),
1305     "feta": (0xF0, 0xFC, 0xEA),
1306     "gold drop": (0xF1, 0x82, 0x00),
1307     "wewak": (0xF1, 0x9B, 0xAB),
1308     "sahara sand": (0xF1, 0xE7, 0x88),
1309     "parchment": (0xF1, 0xE9, 0xD2),
1310     "blue chalk": (0xF1, 0xE9, 0xFF),
1311     "mint julep": (0xF1, 0xEE, 0xC1),
1312     "seashell": (0xF1, 0xF1, 0xF1),
1313     "saltpan": (0xF1, 0xF7, 0xF2),
1314     "tidal": (0xF1, 0xFF, 0xAD),
1315     "chiffon": (0xF1, 0xFF, 0xC8),
1316     "flamingo": (0xF2, 0x55, 0x2A),
1317     "tangerine": (0xF2, 0x85, 0x00),
1318     "mandys pink": (0xF2, 0xC3, 0xB2),
1319     "concrete": (0xF2, 0xF2, 0xF2),
1320     "black squeeze": (0xF2, 0xFA, 0xFA),
1321     "pomegranate": (0xF3, 0x47, 0x23),
1322     "buttercup": (0xF3, 0xAD, 0x16),
1323     "new orleans": (0xF3, 0xD6, 0x9D),
1324     "vanilla ice": (0xF3, 0xD9, 0xDF),
1325     "sidecar": (0xF3, 0xE7, 0xBB),
1326     "dawn pink": (0xF3, 0xE9, 0xE5),
1327     "wheatfield": (0xF3, 0xED, 0xCF),
1328     "canary": (0xF3, 0xFB, 0x62),
1329     "orinoco": (0xF3, 0xFB, 0xD4),
1330     "carla": (0xF3, 0xFF, 0xD8),
1331     "hollywood cerise": (0xF4, 0x00, 0xA1),
1332     "sandy brown": (0xF4, 0xA4, 0x60),
1333     "saffron": (0xF4, 0xC4, 0x30),
1334     "ripe lemon": (0xF4, 0xD8, 0x1C),
1335     "janna": (0xF4, 0xEB, 0xD3),
1336     "pampas": (0xF4, 0xF2, 0xEE),
1337     "wild sand": (0xF4, 0xF4, 0xF4),
1338     "zircon": (0xF4, 0xF8, 0xFF),
1339     "froly": (0xF5, 0x75, 0x84),
1340     "cream can": (0xF5, 0xC8, 0x5C),
1341     "manhattan": (0xF5, 0xC9, 0x99),
1342     "maize": (0xF5, 0xD5, 0xA0),
1343     "wheat": (0xF5, 0xDE, 0xB3),
1344     "sandwisp": (0xF5, 0xE7, 0xA2),
1345     "pot pourri": (0xF5, 0xE7, 0xE2),
1346     "albescent white": (0xF5, 0xE9, 0xD3),
1347     "soft peach": (0xF5, 0xED, 0xEF),
1348     "ecru white": (0xF5, 0xF3, 0xE5),
1349     "beige": (0xF5, 0xF5, 0xDC),
1350     "golden fizz": (0xF5, 0xFB, 0x3D),
1351     "australian mint": (0xF5, 0xFF, 0xBE),
1352     "french rose": (0xF6, 0x4A, 0x8A),
1353     "brilliant rose": (0xF6, 0x53, 0xA6),
1354     "illusion": (0xF6, 0xA4, 0xC9),
1355     "merino": (0xF6, 0xF0, 0xE6),
1356     "black haze": (0xF6, 0xF7, 0xF7),
1357     "spring sun": (0xF6, 0xFF, 0xDC),
1358     "violet red": (0xF7, 0x46, 0x8A),
1359     "chilean fire": (0xF7, 0x77, 0x03),
1360     "persian pink": (0xF7, 0x7F, 0xBE),
1361     "rajah": (0xF7, 0xB6, 0x68),
1362     "azalea": (0xF7, 0xC8, 0xDA),
1363     "we peep": (0xF7, 0xDB, 0xE6),
1364     "quarter spanish white": (0xF7, 0xF2, 0xE1),
1365     "whisper": (0xF7, 0xF5, 0xFA),
1366     "snow drift": (0xF7, 0xFA, 0xF7),
1367     "casablanca": (0xF8, 0xB8, 0x53),
1368     "chantilly": (0xF8, 0xC3, 0xDF),
1369     "cherub": (0xF8, 0xD9, 0xE9),
1370     "marzipan": (0xF8, 0xDB, 0x9D),
1371     "energy yellow": (0xF8, 0xDD, 0x5C),
1372     "givry": (0xF8, 0xE4, 0xBF),
1373     "white linen": (0xF8, 0xF0, 0xE8),
1374     "magnolia": (0xF8, 0xF4, 0xFF),
1375     "spring wood": (0xF8, 0xF6, 0xF1),
1376     "coconut cream": (0xF8, 0xF7, 0xDC),
1377     "white lilac": (0xF8, 0xF7, 0xFC),
1378     "desert storm": (0xF8, 0xF8, 0xF7),
1379     "texas": (0xF8, 0xF9, 0x9C),
1380     "corn field": (0xF8, 0xFA, 0xCD),
1381     "mimosa": (0xF8, 0xFD, 0xD3),
1382     "carnation": (0xF9, 0x5A, 0x61),
1383     "saffron mango": (0xF9, 0xBF, 0x58),
1384     "carousel pink": (0xF9, 0xE0, 0xED),
1385     "dairy cream": (0xF9, 0xE4, 0xBC),
1386     "portica": (0xF9, 0xE6, 0x63),
1387     "amour": (0xF9, 0xEA, 0xF3),
1388     "rum swizzle": (0xF9, 0xF8, 0xE4),
1389     "dolly": (0xF9, 0xFF, 0x8B),
1390     "sugar cane": (0xF9, 0xFF, 0xF6),
1391     "ecstasy": (0xFA, 0x78, 0x14),
1392     "tan hide": (0xFA, 0x9D, 0x5A),
1393     "corvette": (0xFA, 0xD3, 0xA2),
1394     "peach yellow": (0xFA, 0xDF, 0xAD),
1395     "turbo": (0xFA, 0xE6, 0x00),
1396     "astra": (0xFA, 0xEA, 0xB9),
1397     "champagne": (0xFA, 0xEC, 0xCC),
1398     "linen": (0xFA, 0xF0, 0xE6),
1399     "fantasy": (0xFA, 0xF3, 0xF0),
1400     "citrine white": (0xFA, 0xF7, 0xD6),
1401     "alabaster": (0xFA, 0xFA, 0xFA),
1402     "hint of yellow": (0xFA, 0xFD, 0xE4),
1403     "milan": (0xFA, 0xFF, 0xA4),
1404     "brink pink": (0xFB, 0x60, 0x7F),
1405     "geraldine": (0xFB, 0x89, 0x89),
1406     "lavender rose": (0xFB, 0xA0, 0xE3),
1407     "sea buckthorn": (0xFB, 0xA1, 0x29),
1408     "sun": (0xFB, 0xAC, 0x13),
1409     "lavender pink": (0xFB, 0xAE, 0xD2),
1410     "rose bud": (0xFB, 0xB2, 0xA3),
1411     "cupid": (0xFB, 0xBE, 0xDA),
1412     "classic rose": (0xFB, 0xCC, 0xE7),
1413     "apricot peach": (0xFB, 0xCE, 0xB1),
1414     "banana mania": (0xFB, 0xE7, 0xB2),
1415     "marigold yellow": (0xFB, 0xE8, 0x70),
1416     "festival": (0xFB, 0xE9, 0x6C),
1417     "sweet corn": (0xFB, 0xEA, 0x8C),
1418     "candy corn": (0xFB, 0xEC, 0x5D),
1419     "hint of red": (0xFB, 0xF9, 0xF9),
1420     "shalimar": (0xFB, 0xFF, 0xBA),
1421     "shocking pink": (0xFC, 0x0F, 0xC0),
1422     "tickle me pink": (0xFC, 0x80, 0xA5),
1423     "tree poppy": (0xFC, 0x9C, 0x1D),
1424     "lightning yellow": (0xFC, 0xC0, 0x1E),
1425     "goldenrod": (0xFC, 0xD6, 0x67),
1426     "candlelight": (0xFC, 0xD9, 0x17),
1427     "cherokee": (0xFC, 0xDA, 0x98),
1428     "double pearl lusta": (0xFC, 0xF4, 0xD0),
1429     "pearl lusta": (0xFC, 0xF4, 0xDC),
1430     "vista white": (0xFC, 0xF8, 0xF7),
1431     "bianca": (0xFC, 0xFB, 0xF3),
1432     "moon glow": (0xFC, 0xFE, 0xDA),
1433     "china ivory": (0xFC, 0xFF, 0xE7),
1434     "ceramic": (0xFC, 0xFF, 0xF9),
1435     "torch red": (0xFD, 0x0E, 0x35),
1436     "wild watermelon": (0xFD, 0x5B, 0x78),
1437     "crusta": (0xFD, 0x7B, 0x33),
1438     "sorbus": (0xFD, 0x7C, 0x07),
1439     "sweet pink": (0xFD, 0x9F, 0xA2),
1440     "light apricot": (0xFD, 0xD5, 0xB1),
1441     "pig pink": (0xFD, 0xD7, 0xE4),
1442     "cinderella": (0xFD, 0xE1, 0xDC),
1443     "golden glow": (0xFD, 0xE2, 0x95),
1444     "lemon": (0xFD, 0xE9, 0x10),
1445     "old lace": (0xFD, 0xF5, 0xE6),
1446     "half colonial white": (0xFD, 0xF6, 0xD3),
1447     "drover": (0xFD, 0xF7, 0xAD),
1448     "pale prim": (0xFD, 0xFE, 0xB8),
1449     "cumulus": (0xFD, 0xFF, 0xD5),
1450     "persian rose": (0xFE, 0x28, 0xA2),
1451     "sunset orange": (0xFE, 0x4C, 0x40),
1452     "bittersweet": (0xFE, 0x6F, 0x5E),
1453     "california": (0xFE, 0x9D, 0x04),
1454     "yellow sea": (0xFE, 0xA9, 0x04),
1455     "melon": (0xFE, 0xBA, 0xAD),
1456     "bright sun": (0xFE, 0xD3, 0x3C),
1457     "dandelion": (0xFE, 0xD8, 0x5D),
1458     "salomie": (0xFE, 0xDB, 0x8D),
1459     "cape honey": (0xFE, 0xE5, 0xAC),
1460     "remy": (0xFE, 0xEB, 0xF3),
1461     "oasis": (0xFE, 0xEF, 0xCE),
1462     "bridesmaid": (0xFE, 0xF0, 0xEC),
1463     "beeswax": (0xFE, 0xF2, 0xC7),
1464     "bleach white": (0xFE, 0xF3, 0xD8),
1465     "pipi": (0xFE, 0xF4, 0xCC),
1466     "half spanish white": (0xFE, 0xF4, 0xDB),
1467     "wisp pink": (0xFE, 0xF4, 0xF8),
1468     "provincial pink": (0xFE, 0xF5, 0xF1),
1469     "half dutch white": (0xFE, 0xF7, 0xDE),
1470     "solitaire": (0xFE, 0xF8, 0xE2),
1471     "white pointer": (0xFE, 0xF8, 0xFF),
1472     "off yellow": (0xFE, 0xF9, 0xE3),
1473     "orange white": (0xFE, 0xFC, 0xED),
1474     "red": (0xFF, 0x00, 0x00),
1475     "dark red": (0x64, 0x00, 0x00),
1476     "rose": (0xFF, 0x00, 0x7F),
1477     "purple pizzazz": (0xFF, 0x00, 0xCC),
1478     "magenta": (0xFF, 0x00, 0xFF),
1479     "fuchsia": (0xFF, 0x00, 0xFF),
1480     "dark magenta": (0xAF, 0x00, 0xAF),
1481     "scarlet": (0xFF, 0x24, 0x00),
1482     "wild strawberry": (0xFF, 0x33, 0x99),
1483     "razzle dazzle rose": (0xFF, 0x33, 0xCC),
1484     "radical red": (0xFF, 0x35, 0x5E),
1485     "red orange": (0xFF, 0x3F, 0x34),
1486     "coral red": (0xFF, 0x40, 0x40),
1487     "vermilion": (0xFF, 0x4D, 0x00),
1488     "international orange": (0xFF, 0x4F, 0x00),
1489     "outrageous orange": (0xFF, 0x60, 0x37),
1490     "blaze orange": (0xFF, 0x66, 0x00),
1491     "pink flamingo": (0xFF, 0x66, 0xFF),
1492     "orange": (0xFF, 0x68, 0x1F),
1493     "hot pink": (0xFF, 0x69, 0xB4),
1494     "persimmon": (0xFF, 0x6B, 0x53),
1495     "blush pink": (0xFF, 0x6F, 0xFF),
1496     "burning orange": (0xFF, 0x70, 0x34),
1497     "pumpkin": (0xFF, 0x75, 0x18),
1498     "flamenco": (0xFF, 0x7D, 0x07),
1499     "flush orange": (0xFF, 0x7F, 0x00),
1500     "coral": (0xFF, 0x7F, 0x50),
1501     "salmon": (0xFF, 0x8C, 0x69),
1502     "pizazz": (0xFF, 0x90, 0x00),
1503     "west side": (0xFF, 0x91, 0x0F),
1504     "pink salmon": (0xFF, 0x91, 0xA4),
1505     "neon carrot": (0xFF, 0x99, 0x33),
1506     "atomic tangerine": (0xFF, 0x99, 0x66),
1507     "vivid tangerine": (0xFF, 0x99, 0x80),
1508     "sunshade": (0xFF, 0x9E, 0x2C),
1509     "orange peel": (0xFF, 0xA0, 0x00),
1510     "mona lisa": (0xFF, 0xA1, 0x94),
1511     "web orange": (0xFF, 0xA5, 0x00),
1512     "carnation pink": (0xFF, 0xA6, 0xC9),
1513     "hit pink": (0xFF, 0xAB, 0x81),
1514     "yellow orange": (0xFF, 0xAE, 0x42),
1515     "cornflower lilac": (0xFF, 0xB0, 0xAC),
1516     "sundown": (0xFF, 0xB1, 0xB3),
1517     "my sin": (0xFF, 0xB3, 0x1F),
1518     "texas rose": (0xFF, 0xB5, 0x55),
1519     "cotton candy": (0xFF, 0xB7, 0xD5),
1520     "macaroni and cheese": (0xFF, 0xB9, 0x7B),
1521     "selective yellow": (0xFF, 0xBA, 0x00),
1522     "koromiko": (0xFF, 0xBD, 0x5F),
1523     "amber": (0xFF, 0xBF, 0x00),
1524     "wax flower": (0xFF, 0xC0, 0xA8),
1525     "pink": (0xFF, 0xC0, 0xCB),
1526     "your pink": (0xFF, 0xC3, 0xC0),
1527     "supernova": (0xFF, 0xC9, 0x01),
1528     "flesh": (0xFF, 0xCB, 0xA4),
1529     "sunglow": (0xFF, 0xCC, 0x33),
1530     "golden tainoi": (0xFF, 0xCC, 0x5C),
1531     "peach orange": (0xFF, 0xCC, 0x99),
1532     "chardonnay": (0xFF, 0xCD, 0x8C),
1533     "pastel pink": (0xFF, 0xD1, 0xDC),
1534     "romantic": (0xFF, 0xD2, 0xB7),
1535     "grandis": (0xFF, 0xD3, 0x8C),
1536     "gold": (0xFF, 0xD7, 0x00),
1537     "school bus yellow": (0xFF, 0xD8, 0x00),
1538     "cosmos": (0xFF, 0xD8, 0xD9),
1539     "mustard": (0xFF, 0xDB, 0x58),
1540     "peach schnapps": (0xFF, 0xDC, 0xD6),
1541     "caramel": (0xFF, 0xDD, 0xAF),
1542     "tuft bush": (0xFF, 0xDD, 0xCD),
1543     "watusi": (0xFF, 0xDD, 0xCF),
1544     "pink lace": (0xFF, 0xDD, 0xF4),
1545     "navajo white": (0xFF, 0xDE, 0xAD),
1546     "frangipani": (0xFF, 0xDE, 0xB3),
1547     "pippin": (0xFF, 0xE1, 0xDF),
1548     "pale rose": (0xFF, 0xE1, 0xF2),
1549     "negroni": (0xFF, 0xE2, 0xC5),
1550     "cream brulee": (0xFF, 0xE5, 0xA0),
1551     "peach": (0xFF, 0xE5, 0xB4),
1552     "tequila": (0xFF, 0xE6, 0xC7),
1553     "kournikova": (0xFF, 0xE7, 0x72),
1554     "sandy beach": (0xFF, 0xEA, 0xC8),
1555     "karry": (0xFF, 0xEA, 0xD4),
1556     "broom": (0xFF, 0xEC, 0x13),
1557     "colonial white": (0xFF, 0xED, 0xBC),
1558     "derby": (0xFF, 0xEE, 0xD8),
1559     "vis vis": (0xFF, 0xEF, 0xA1),
1560     "egg white": (0xFF, 0xEF, 0xC1),
1561     "papaya whip": (0xFF, 0xEF, 0xD5),
1562     "fair pink": (0xFF, 0xEF, 0xEC),
1563     "peach cream": (0xFF, 0xF0, 0xDB),
1564     "lavender blush": (0xFF, 0xF0, 0xF5),
1565     "gorse": (0xFF, 0xF1, 0x4F),
1566     "buttermilk": (0xFF, 0xF1, 0xB5),
1567     "pink lady": (0xFF, 0xF1, 0xD8),
1568     "forget me not": (0xFF, 0xF1, 0xEE),
1569     "tutu": (0xFF, 0xF1, 0xF9),
1570     "picasso": (0xFF, 0xF3, 0x9D),
1571     "chardon": (0xFF, 0xF3, 0xF1),
1572     "paris daisy": (0xFF, 0xF4, 0x6E),
1573     "barley white": (0xFF, 0xF4, 0xCE),
1574     "egg sour": (0xFF, 0xF4, 0xDD),
1575     "sazerac": (0xFF, 0xF4, 0xE0),
1576     "serenade": (0xFF, 0xF4, 0xE8),
1577     "chablis": (0xFF, 0xF4, 0xF3),
1578     "seashell peach": (0xFF, 0xF5, 0xEE),
1579     "sauvignon": (0xFF, 0xF5, 0xF3),
1580     "milk punch": (0xFF, 0xF6, 0xD4),
1581     "varden": (0xFF, 0xF6, 0xDF),
1582     "rose white": (0xFF, 0xF6, 0xF5),
1583     "baja white": (0xFF, 0xF8, 0xD1),
1584     "gin fizz": (0xFF, 0xF9, 0xE2),
1585     "early dawn": (0xFF, 0xF9, 0xE6),
1586     "lemon chiffon": (0xFF, 0xFA, 0xCD),
1587     "bridal heath": (0xFF, 0xFA, 0xF4),
1588     "scotch mist": (0xFF, 0xFB, 0xDC),
1589     "soapstone": (0xFF, 0xFB, 0xF9),
1590     "witch haze": (0xFF, 0xFC, 0x99),
1591     "buttery white": (0xFF, 0xFC, 0xEA),
1592     "island spice": (0xFF, 0xFC, 0xEE),
1593     "cream": (0xFF, 0xFD, 0xD0),
1594     "chilean heath": (0xFF, 0xFD, 0xE6),
1595     "travertine": (0xFF, 0xFD, 0xE8),
1596     "orchid white": (0xFF, 0xFD, 0xF3),
1597     "quarter pearl lusta": (0xFF, 0xFD, 0xF4),
1598     "half and half": (0xFF, 0xFE, 0xE1),
1599     "apricot white": (0xFF, 0xFE, 0xEC),
1600     "rice cake": (0xFF, 0xFE, 0xF0),
1601     "black white": (0xFF, 0xFE, 0xF6),
1602     "romance": (0xFF, 0xFE, 0xFD),
1603     "yellow": (0xFF, 0xFF, 0x00),
1604     "laser lemon": (0xFF, 0xFF, 0x66),
1605     "pale canary": (0xFF, 0xFF, 0x99),
1606     "portafino": (0xFF, 0xFF, 0xB4),
1607     "ivory": (0xFF, 0xFF, 0xF0),
1608     "white": (0xFF, 0xFF, 0xFF),
1609 }
1610
1611
1612 def clear() -> str:
1613     """Clear screen ANSI escape sequence"""
1614     return "\e[H\e[2J"
1615
1616
1617 def clear_screen() -> str:
1618     """Clear screen ANSI escape sequence"""
1619     return "\e[H\e[2J"
1620
1621
1622 def reset() -> str:
1623     """Reset text attributes to 'normal'"""
1624     return "\e[m"
1625
1626
1627 def normal() -> str:
1628     """Reset text attributes to 'normal'"""
1629     return "\e[m"
1630
1631
1632 def bold() -> str:
1633     """Set text to bold"""
1634     return "\e[1m"
1635
1636
1637 def italic() -> str:
1638     """Set text to italic"""
1639     return "\e[3m"
1640
1641
1642 def italics() -> str:
1643     """Set text to italic"""
1644     return italic()
1645
1646
1647 def underline() -> str:
1648     """Set text to underline"""
1649     return "\e[4m"
1650
1651
1652 def strikethrough() -> str:
1653     """Set text to strikethrough"""
1654     return "\e[9m"
1655
1656
1657 def strike_through() -> str:
1658     """Set text to strikethrough"""
1659     return strikethrough()
1660
1661
1662 def is_16color(num: int) -> bool:
1663     """Is num a valid 16 color number?"""
1664     return num in (255, 128)
1665
1666
1667 def is_216color(num: int) -> bool:
1668     """Is num a valid 256 color number?"""
1669     return num in set([0, 95, 135, 175, 223, 255])
1670
1671
1672 def _simple_color_number(red: int, green: int, blue: int) -> int:
1673     """Construct a simple color number"""
1674     r = red > 0
1675     g = green > 0
1676     b = blue > 0
1677     return b << 2 | g << 1 | r
1678
1679
1680 def fg_16color(red: int, green: int, blue: int) -> str:
1681     """Set foreground color using 16 color mode"""
1682     code = _simple_color_number(red, green, blue) + 30
1683     bright_count = 0
1684     if red > 128:
1685         bright_count += 1
1686     if green > 128:
1687         bright_count += 1
1688     if blue > 128:
1689         bright_count += 1
1690     if bright_count > 1:
1691         code += 60
1692     return f"\e[{code}m"
1693
1694
1695 def bg_16color(red: int, green: int, blue: int) -> str:
1696     """Set background using 16 color mode"""
1697     code = _simple_color_number(red, green, blue) + 40
1698     bright_count = 0
1699     if red > 128:
1700         bright_count += 1
1701     if green > 128:
1702         bright_count += 1
1703     if blue > 128:
1704         bright_count += 1
1705     if bright_count > 1:
1706         code += 60
1707     return f"\e[{code}m"
1708
1709
1710 def _pixel_to_216color(n: int) -> int:
1711     if n >= 255:
1712         return 5
1713     if n >= 233:
1714         return 4
1715     if n >= 175:
1716         return 3
1717     if n >= 135:
1718         return 2
1719     if n >= 95:
1720         return 1
1721     return 0
1722
1723
1724 def fg_216color(red: int, green: int, blue: int) -> str:
1725     """Set foreground using 216 color mode"""
1726     r = _pixel_to_216color(red)
1727     g = _pixel_to_216color(green)
1728     b = _pixel_to_216color(blue)
1729     code = 16 + r * 36 + g * 6 + b
1730     return f"\e[38;5;{code}m"
1731
1732
1733 def bg_216color(red: int, green: int, blue: int) -> str:
1734     """Set background using 216 color mode"""
1735     r = _pixel_to_216color(red)
1736     g = _pixel_to_216color(green)
1737     b = _pixel_to_216color(blue)
1738     code = 16 + r * 36 + g * 6 + b
1739     return f"\e[48;5;{code}m"
1740
1741
1742 def fg_24bit(red: int, green: int, blue: int) -> str:
1743     """Set foreground using 24bit color mode"""
1744     return f"\e[38;2;{red};{green};{blue}m"
1745
1746
1747 def bg_24bit(red: int, green: int, blue: int) -> str:
1748     """Set background using 24bit color mode"""
1749     return f"\e[48;2;{red};{green};{blue}m"
1750
1751
1752 def _find_color_by_name(name: str) -> Tuple[int, int, int]:
1753     rgb = COLOR_NAMES_TO_RGB.get(name.lower(), None)
1754     if rgb is None:
1755         name = guess_name(name)
1756         rgb = COLOR_NAMES_TO_RGB.get(name.lower(), None)
1757         assert rgb is not None
1758     return rgb
1759
1760
1761 @logging_utils.squelch_repeated_log_messages(1)
1762 def fg(
1763     name: Optional[str] = "",
1764     red: Optional[int] = None,
1765     green: Optional[int] = None,
1766     blue: Optional[int] = None,
1767     *,
1768     force_16color: bool = False,
1769     force_216color: bool = False,
1770 ) -> str:
1771     """Return the ANSI escape sequence to change the foreground color
1772     being printed.  Target colors may be indicated by name or R/G/B.
1773     Result will use the 16 or 216 color scheme if force_16color or
1774     force_216color are passed (respectively).  Otherwise the code will
1775     do what it thinks best.
1776
1777     Args:
1778         name: the name of the color to set
1779         red: the color to set's red component value
1780         green: the color to set's green component value
1781         blue: the color to set's blue component value
1782         force_16color: force fg to use 16 color mode
1783         force_216color: force fg to use 216 color mode
1784
1785     Returns:
1786         String containing the ANSI escape sequence to set desired foreground
1787
1788     >>> import string_utils as su
1789     >>> su.to_base64(fg('blue'))
1790     b'G1szODs1OzIxbQ==\\n'
1791     """
1792     if name is not None and name == 'reset':
1793         return '\033[39m'
1794
1795     if name is not None and string_utils.is_full_string(name):
1796         rgb = _find_color_by_name(name)
1797         return fg(
1798             None,
1799             rgb[0],
1800             rgb[1],
1801             rgb[2],
1802             force_16color=force_16color,
1803             force_216color=force_216color,
1804         )
1805
1806     if red is None:
1807         red = 0
1808     if green is None:
1809         green = 0
1810     if blue is None:
1811         blue = 0
1812     if (is_16color(red) and is_16color(green) and is_16color(blue)) or force_16color:
1813         logger.debug("Using 16-color strategy")
1814         return fg_16color(red, green, blue)
1815     if (is_216color(red) and is_216color(green) and is_216color(blue)) or force_216color:
1816         logger.debug("Using 216-color strategy")
1817         return fg_216color(red, green, blue)
1818     logger.debug("Using 24-bit color strategy")
1819     return fg_24bit(red, green, blue)
1820
1821
1822 def _rgb_to_yiq(rgb: Tuple[int, int, int]) -> int:
1823     return (rgb[0] * 299 + rgb[1] * 587 + rgb[2] * 114) // 1000
1824
1825
1826 def _contrast(rgb: Tuple[int, int, int]) -> Tuple[int, int, int]:
1827     if _rgb_to_yiq(rgb) < 128:
1828         return (0xFF, 0xFF, 0xFF)
1829     return (0, 0, 0)
1830
1831
1832 def pick_contrasting_color(
1833     name: Optional[str] = "",
1834     red: Optional[int] = None,
1835     green: Optional[int] = None,
1836     blue: Optional[int] = None,
1837 ) -> Tuple[int, int, int]:
1838     """This method will return a red, green, blue tuple representing a
1839     contrasting color given the red, green, blue of a background
1840     color or a color name of the background color.
1841
1842     Args:
1843         name: the name of the color to contrast
1844         red: the color to contrast's red component value
1845         green: the color to contrast's green component value
1846         blue: the color to contrast's blue component value
1847
1848     Returns:
1849         An RGB tuple containing a contrasting color
1850
1851     >>> pick_contrasting_color(None, 20, 20, 20)
1852     (255, 255, 255)
1853
1854     >>> pick_contrasting_color("white")
1855     (0, 0, 0)
1856
1857     """
1858     if name is not None and string_utils.is_full_string(name):
1859         rgb = _find_color_by_name(name)
1860     else:
1861         r = red if red is not None else 0
1862         g = green if green is not None else 0
1863         b = blue if blue is not None else 0
1864         rgb = (r, g, b)
1865     assert rgb is not None
1866     return _contrast(rgb)
1867
1868
1869 def guess_name(name: str) -> str:
1870     """Try to guess what color the user is talking about"""
1871     best_guess = None
1872     max_ratio = None
1873     for possibility in COLOR_NAMES_TO_RGB:
1874         r = difflib.SequenceMatcher(None, name, possibility).ratio()
1875         if max_ratio is None or r > max_ratio:
1876             max_ratio = r
1877             best_guess = possibility
1878     assert best_guess is not None
1879     logger.debug("Best guess at color name is %s", best_guess)
1880     return best_guess
1881
1882
1883 @logging_utils.squelch_repeated_log_messages(1)
1884 def bg(
1885     name: Optional[str] = "",
1886     red: Optional[int] = None,
1887     green: Optional[int] = None,
1888     blue: Optional[int] = None,
1889     *,
1890     force_16color: bool = False,
1891     force_216color: bool = False,
1892 ) -> str:
1893     """Returns an ANSI color code for changing the current background
1894     color.
1895
1896     Args:
1897         name: the name of the color to set
1898         red: the color to set's red component value
1899         green: the color to set's green component value
1900         blue: the color to set's blue component value
1901         force_16color: force bg to use 16 color mode
1902         force_216color: force bg to use 216 color mode
1903
1904     >>> import string_utils as su
1905     >>> su.to_base64(bg("red"))    # b'\x1b[48;5;196m'
1906     b'G1s0ODs1OzE5Nm0=\\n'
1907     """
1908     if name is not None and name == 'reset':
1909         return '\033[49m'
1910
1911     if name is not None and string_utils.is_full_string(name):
1912         rgb = _find_color_by_name(name)
1913         return bg(
1914             None,
1915             rgb[0],
1916             rgb[1],
1917             rgb[2],
1918             force_16color=force_16color,
1919             force_216color=force_216color,
1920         )
1921     if red is None:
1922         red = 0
1923     if green is None:
1924         green = 0
1925     if blue is None:
1926         blue = 0
1927     if (is_16color(red) and is_16color(green) and is_16color(blue)) or force_16color:
1928         logger.debug("Using 16-color strategy")
1929         return bg_16color(red, green, blue)
1930     if (is_216color(red) and is_216color(green) and is_216color(blue)) or force_216color:
1931         logger.debug("Using 216-color strategy")
1932         return bg_216color(red, green, blue)
1933     logger.debug("Using 24-bit color strategy")
1934     return bg_24bit(red, green, blue)
1935
1936
1937 class StdoutInterceptor(io.TextIOBase, contextlib.AbstractContextManager):
1938     """An interceptor for data written to stdout.  Use as a context."""
1939
1940     def __init__(self):
1941         super().__init__()
1942         self.saved_stdout: io.TextIO = None
1943         self.buf = ''
1944
1945     @abstractmethod
1946     def write(self, s: str):
1947         pass
1948
1949     def __enter__(self):
1950         self.saved_stdout = sys.stdout
1951         sys.stdout = self
1952         return self
1953
1954     def __exit__(self, *args) -> Literal[False]:
1955         sys.stdout = self.saved_stdout
1956         print(self.buf)
1957         return False
1958
1959
1960 class ProgrammableColorizer(StdoutInterceptor):
1961     """A colorizing interceptor; pass it re.Patterns -> methods that do
1962     something (usually add color to) the match.
1963
1964     """
1965
1966     def __init__(
1967         self,
1968         patterns: Iterable[Tuple[re.Pattern, Callable[[Any, re.Pattern], str]]],
1969     ):
1970         super().__init__()
1971         self.patterns = list(patterns)
1972
1973     @overrides
1974     def write(self, s: str):
1975         for pattern in self.patterns:
1976             s = pattern[0].sub(pattern[1], s)
1977         self.buf += s
1978
1979
1980 if __name__ == '__main__':
1981
1982     def main() -> None:
1983         import doctest
1984
1985         doctest.testmod()
1986
1987         name = " ".join(sys.argv[1:])
1988         for possibility in COLOR_NAMES_TO_RGB:
1989             if name in possibility:
1990                 f = fg(possibility)
1991                 b = bg(possibility)
1992                 _ = pick_contrasting_color(possibility)
1993                 xf = fg(None, _[0], _[1], _[2])
1994                 xb = bg(None, _[0], _[1], _[2])
1995                 print(f'{f}{xb}{possibility}{reset()}\t\t\t' f'{b}{xf}{possibility}{reset()}')
1996
1997     main()