Mustard brown to RGB — Color Code

RGB

rgb(172, 126, 4)

Format Value
HEX #ac7e04
RGB rgb(172, 126, 4)
HSL hsl(43.6, 95.5%, 34.5%)
CMYK cmyk(0%, 26.7%, 97.7%, 32.5%)

What is the RGB code for mustard brown?

The CSS color mustard brown in RGB format is rgb(172, 126, 4). Use this value directly in CSS, SVG, and most design tools.

How do I use mustard brown in CSS?

To apply mustard brown in CSS:

  • Text color: color: rgb(172, 126, 4);
  • Background: background-color: rgb(172, 126, 4);
  • Border: border-color: rgb(172, 126, 4);

What are all the color format values for mustard brown?

FormatValue
HEX#ac7e04
RGBrgb(172, 126, 4)
HSLhsl(43.6, 95.5%, 34.5%)
CMYKcmyk(0%, 26.7%, 97.7%, 32.5%)

How do I convert mustard brown to RGB?

Select mustard brown from the color name list in our color converter. The RGB value — rgb(172, 126, 4) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does mustard brown belong to?

mustard brown belongs to the orange color family. It is a medium, vivid color with HSL values: hue 43.6°, saturation 95.5%, lightness 34.5%.

How do I create lighter and darker shades of mustard brown?

Lighter variant (lightness 49.5%): #f7b506. Darker variant (lightness 19.5%): #614702. 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.