French Beige (#A67B5B)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.75:1 — vs black: 5.61:1
Color values
-
HEX
#A67B5B -
RGB
rgb(166, 123, 91) -
HSL
hsl(25, 29%, 50%) -
CMYK
cmyk( 0, 26, 45, 35 ) -
Websafe
#996666
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A67B5B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A67B5B
Base
#5B86A6
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A67B5B
Base
#A65B61
#A6A15B
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A67B5B
Base
#5BA67B
#7B5BA6
Two colors flanking the complement — high contrast with less tension than full complementary.
#A67B5B
Base
#5BA6A1
#5B61A6
Four colors at 90° intervals — rich variety, best when one color dominates.
#A67B5B
Base
#61A65B
#5B86A6
#A15BA6
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A67B5B
Base
#433225
#75563F
#8C674C
#B49075
#C1A38D
#DCCBBE
Darker shades and lighter tints of French Beige, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#110C09
#2F2219
#4D382A
#6B4F3A
#89654A
#A67B5B
Base
#B69378
#C6AA96
#D6C2B3
#E6DAD1
#F6F2EE
Ready-to-use code snippets for #A67B5B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A67B5B;
}
/* Text */
.element {
color: #A67B5B;
}
/* Border */
.element {
border: 1px solid #A67B5B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A67B5B,
#5B86A6
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A67B5B,
#5B86A6
);
}
// SCSS variable
$french-beige: #A67B5B;
// With RGB channels (useful for rgba() usage)
$french-beige-r: 166;
$french-beige-g: 123;
$french-beige-b: 91;
// Usage
.element {
background-color: $french-beige;
color: rgba($french-beige-r, $french-beige-g, $french-beige-b, 0.8);
}
How French Beige appears to people with different types of color vision deficiency.
#A67B5B
How the color appears with full color vision.
#898959
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#81815B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#A87878
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#848484
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.