Reddish grey to RGB

Color Code

#997570
Format Value
HEX #997570
RGB rgb(153, 117, 112)
HSL hsl(7.3, 16.7%, 52%)
CMYK cmyk(0%, 23.5%, 26.8%, 40%)
HSV hsv(7.3, 26.8%, 60%)

reddish grey color harmonies

Tints & shades of reddish grey

Tints (lighter)

#a2827d #ac8e8a #b59b97 #bea7a4 #c7b4b1 #d1c0be #dacdcb #e3d9d8 #ece6e5 #f6f2f2

Shades (darker)

#8b6a66 #7d605c #6f5551 #614a47 #53403d #463533 #382b29 #2a201f #1c1514 #0e0b0a

Contrast & accessibility

The quick brown fox

On white · 4.09:1 · AA Large

The quick brown fox

On black · 5.13:1 · AA

Recommended text color: #000000

Use reddish grey in code

CSS color: #997570;
SCSS $color: #997570;
Tailwind bg-[#997570]
Swift UIColor(red: 0.600, green: 0.459, blue: 0.439, alpha: 1)
Android Color.parseColor("#997570")
Flutter Color(0xFF997570)

Colors similar to reddish grey

Browse all Red colors →

What is the RGB code for reddish grey?

The CSS color reddish grey in RGB format is rgb(153, 117, 112). Use this value directly in CSS, SVG, and most design tools.

How do I use reddish grey in CSS?

To apply reddish grey in CSS:

  • Text color: color: rgb(153, 117, 112);
  • Background: background-color: rgb(153, 117, 112);
  • Border: border-color: rgb(153, 117, 112);

What are all the color format values for reddish grey?

FormatValue
HEX#997570
RGBrgb(153, 117, 112)
HSLhsl(7.3, 16.7%, 52%)
CMYKcmyk(0%, 23.5%, 26.8%, 40%)

How do I convert reddish grey to RGB?

Select reddish grey from the color name list in our color converter. The RGB value — rgb(153, 117, 112) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does reddish grey belong to?

reddish grey belongs to the red color family. It is a medium, muted color with HSL values: hue 7.3°, saturation 16.7%, lightness 52%.

How do I create lighter and darker shades of reddish grey?

Lighter variant (lightness 67%): #b9a09d. Darker variant (lightness 37%): #6e524f. 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.