Light brown to RGB — Color Code

#ad8150
Format Value
HEX #ad8150
RGB rgb(173, 129, 80)
HSL hsl(31.6, 36.8%, 49.6%)
CMYK cmyk(0%, 25.4%, 53.8%, 32.2%)
HSV hsv(31.6, 53.8%, 67.8%)

light brown color harmonies

Tints & shades of light brown

Tints (lighter)

#b48c60 #bc9870 #c3a380 #cbaf90 #d2baa0 #dac6af #e1d1bf #e9ddcf #f0e8df #f8f4ef

Shades (darker)

#9d7549 #8e6a41 #7e5e3a #6e5233 #5e462c #4f3b24 #3f2f1d #2f2316 #1f170f #100c07

Contrast & accessibility

The quick brown fox

On white · 3.48:1 · AA Large

The quick brown fox

On black · 6.03:1 · AA

Recommended text color: #000000

Use light brown in code

CSS color: #ad8150;
SCSS $color: #ad8150;
Tailwind bg-[#ad8150]
Swift UIColor(red: 0.678, green: 0.506, blue: 0.314, alpha: 1)
Android Color.parseColor("#ad8150")
Flutter Color(0xFFAD8150)

Colors similar to light brown

Browse all Orange colors →

What is the RGB code for light brown?

The CSS color light brown in RGB format is rgb(173, 129, 80). Use this value directly in CSS, SVG, and most design tools.

How do I use light brown in CSS?

To apply light brown in CSS:

  • Text color: color: rgb(173, 129, 80);
  • Background: background-color: rgb(173, 129, 80);
  • Border: border-color: rgb(173, 129, 80);

What are all the color format values for light brown?

FormatValue
HEX#ad8150
RGBrgb(173, 129, 80)
HSLhsl(31.6, 36.8%, 49.6%)
CMYKcmyk(0%, 25.4%, 53.8%, 32.2%)

How do I convert light brown to RGB?

Select light brown from the color name list in our color converter. The RGB value — rgb(173, 129, 80) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light brown belong to?

light brown belongs to the orange color family. It is a medium, moderately saturated color with HSL values: hue 31.6°, saturation 36.8%, lightness 49.6%.

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

Lighter variant (lightness 64.6%): #c6a784. Darker variant (lightness 34.6%): #795a38. 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.