Caramel to RGB — Color Code

RGB

rgb(175, 111, 9)

Format Value
HEX #af6f09
RGB rgb(175, 111, 9)
HSL hsl(36.9, 90.2%, 36.1%)
CMYK cmyk(0%, 36.6%, 94.9%, 31.4%)

What is the RGB code for caramel?

The CSS color caramel in RGB format is rgb(175, 111, 9). Use this value directly in CSS, SVG, and most design tools.

How do I use caramel in CSS?

To apply caramel in CSS:

  • Text color: color: rgb(175, 111, 9);
  • Background: background-color: rgb(175, 111, 9);
  • Border: border-color: rgb(175, 111, 9);

What are all the color format values for caramel?

FormatValue
HEX#af6f09
RGBrgb(175, 111, 9)
HSLhsl(36.9, 90.2%, 36.1%)
CMYKcmyk(0%, 36.6%, 94.9%, 31.4%)

How do I convert caramel to RGB?

Select caramel from the color name list in our color converter. The RGB value — rgb(175, 111, 9) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does caramel belong to?

caramel belongs to the orange color family. It is a medium, vivid color with HSL values: hue 36.9°, saturation 90.2%, lightness 36.1%.

How do I create lighter and darker shades of caramel?

Lighter variant (lightness 51.1%): #f39c12. Darker variant (lightness 21.1%): #664105. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.