class Term::ANSIColor::RGBTriple

def html

def html
  '#%02x%02x%02x' % @values
end