new str[15];format(str, sizeof str, "%d %d %d %d", A, R, G, B);//save it as a string, wheather using INI or SQL
sscanf(str, "dddd" A, R, G,B)