#ac643f
a balanced, vivid orange · warm · closest name: Sienna
At a glance
Every number on this page in one read: what #ac643f is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #ac643f |
| RGB | rgb(172, 100, 63) |
| HSL | hsl(20, 46%, 46%) |
| CMYK | cmyk(0%, 42%, 63%, 33%) |
| LAB | lab(49.8 25.6 33.2) |
| LCH | lch(49.8 41.9 52.4) |
| OKLCH | oklch(0.577 0.106 47.0) |
| Decimal | 11297855 |
| Display P3 | color(display-p3 0.675 0.392 0.247) |
Copy-ready code
/* CSS */
color: #ac643f;
background-color: #ac643f;
/* Tailwind (arbitrary) */
class="text-[#ac643f] bg-[#ac643f]"
/* SCSS */
$brand: #ac643f;
/* SwiftUI */
Color(red: 0.675, green: 0.392, blue: 0.247)
/* Android */
Color.parseColor("#ac643f")
/* Flutter */
Color(0xFFAC643F)
/* Python / OpenCV (BGR) */
(63, 100, 172)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #ac643f is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FAF6F5;
--brand-100: #F5EEEA;
--brand-200: #EBDAD0;
--brand-300: #E1BFAD;
--brand-400: #D29E84;
--brand-500: #C37E5B;
--brand-600: #ac643f;
--brand-700: #955737;
--brand-800: #77452C;
--brand-900: #573523;
--brand-950: #372116;
--brand: #ac643f;
--brand-ink: #000000;
}Colors that work with #ac643f
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #ac643f
Derived from its contrast, chroma and lightness — not from taste.
- ✓Body text and links on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #3F87AC | Directly opposite — maximum tension | |
| Analogous left | #AC3F50 | Neighbour, quieter | |
| Analogous right | #AC9B3F | Neighbour, quieter | |
| Split-complement 1 | #3FAC9B | Contrast without the clash | |
| Split-complement 2 | #3F50AC | Contrast without the clash | |
| Triadic 1 | #3FAC64 | Even thirds — balanced and loud | |
| Triadic 2 | #643FAC | Even thirds — balanced and loud | |
| Tetradic | #50AC3F | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#ac643f text on a black background
contrast 4.65:1
#ac643f text on a white background
contrast 4.52:1
CSS3 live lab
The quick brown fox
color: #ac643f;
background-color: #ac643f;
Glowing headline
text-shadow: 2px 2px 8px #ac643f;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 100, 63, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 100, 63, 0.45);
border: 3px solid #ac643f; background: linear-gradient(135deg, #ac643f, #ABAC3F);
Monochromatic scale
Palettes built from #ac643f
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Sienna (#a0522d) — ΔE2000 6.1 away, with its history, psychology and brand usage.
#ac643f in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#ac643f, answered
What color is #ac643f?
#ac643f is a balanced vivid orange, closest to Sienna (ΔE2000 6.1). It sits at 20° on the hue wheel with 46% saturation and 46% lightness, which reads as warm.
What is the RGB value of #ac643f?
rgb(172, 100, 63) — 172 red, 100 green and 63 blue out of 255, or 67.5% / 39.2% / 24.7% by channel.
Is #ac643f a light or a dark color?
It is a mid-tone. Relative luminance is 0.1824 and perceived brightness is 48%, so black text on it reaches 4.65:1.
Should I use black or white text on #ac643f?
Black. It scores 4.65:1 against #ac643f, versus 4.52:1 for white — AA at any size.
What is the complementary color of #ac643f?
#3F87AC sits directly opposite on the wheel. Softer options are the split-complements #3FAC9B and #3F50AC, which give the same contrast with far less vibration.
What colors go well with #ac643f?
For interface work: #FAF6F4 as the surface, #E9D0C3 for borders, #9B664B for secondary text, #32909A as an accent and #5D3622 for hover and pressed states. For a palette, the analogous pair #AC3F50 and #AC9B3F stays calm, while #3F87AC is the loudest partner.
What is #ac643f in CMYK for printing?
cmyk(0%, 42%, 63%, 33%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #ac643f warm or cool?
Warm — it scores 5 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #BC7648; nudged cooler, #AE3D40.