Rust (Orange)
#A35905
RGB: 163, 89, 5
Color OverviewHEX #A35905

#A35905 Color Code Information

In the RGB color space, #A35905 is composed of 64% red, 35% green, and 2% blue. In the HSL color space, it has a hue of 32°, saturation of 94%, and lightness of 33%.

HEX
#A35905
RGB
163, 89, 5
HSL
32°, 94%, 33%
HSV
32°, 97%, 64%
CMYK
0%, 45%, 97%, 36%
Name Match
Rust
Closest Standard

Shades of #A35905 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #A35905 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #A35905 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #A35905

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #A35905 Background
Contrast Ratio against Pure White (#FFFFFF):5.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A35905 Background
Contrast Ratio against Pure Black (#000000):3.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #A35905;
}

.element {
  color: #A35905;
  background-color: #A35905;
  border-color: #A35905;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#A35905] text-[#A35905] border-[#A35905]">
  Content styled with #A35905
</div>