Color #A6786C Color / Colour Code #A6786C

    This page shows the hex color code for color #a6786c (#A6786C). The colour is a red tone with 25% saturation and 54% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #A6786C

    Color Conversions

    HEX
    #A6786C
    RGB
    rgb(166, 120, 108)
    HSL
    hsl(12, 25%, 54%)
    HSV
    hsv(12, 35%, 65%)
    CMYK
    cmyk(0%, 28%, 35%, 35%)

    Accessibility Contrast

    WCAG contrast ratios for #A6786C against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    3.80:1
    AA FailAA Large PassAAA Fail
    Sample Text
    vs Black (#000000)
    5.52:1
    AA PassAA Large PassAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    3.28:1
    AA FailAA Large PassAAA Fail

    Complementary Colors

    #A6786C paired with its color wheel opposite for maximum contrast.

    Analogous Colors

    Hues at 342, 12, and 42 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 12, 132, and 252 degrees.

    Color Palettes Using #A6786C

    Monochromatic Scale

    Five shades at lightness levels 15% through 85% while keeping hue at 12 and saturation at 25%. Use the darkest shade for text and the lightest for backgrounds to build a cohesive single-hue design system.

    #30211D #604139 #9F6C60 #C6A79F #E2D3CF
    Warm Harmony

    Adjacent hues from 12 to 57 degrees create a warm, unified palette. This analogous scheme works for marketing materials, seasonal campaigns, and any design that needs visual warmth without clashing colors.

    #A97B70 #A98970 #A99870 #A9A670
    Cool Contrast

    Combines the base color at hue 12 with its complement at 192 and two adjacent cool tones. This split-complementary approach provides strong visual contrast while remaining more balanced than a pure complementary scheme.

    #9F6C60 #60939F #60739F #6C609F
    Pastel Variation

    Five evenly spaced hues at 40% saturation and 80% lightness. Pastels are gentle on the eyes and work well for dashboards, onboarding screens, category tags, and any interface where multiple distinct colors are needed without visual aggression.

    #E0C0B8 #D8E0B8 #B8E0C0 #B8D8E0 #C0B8E0

    Shades & Tints of #A6786C

    Lightness variations at hue 12 and 25% saturation.

    CSS Gradients with #A6786C

    Red to Cyan
    linear-gradient(135deg, #a6786c, #6c9ba7)
    Analogous Fade
    linear-gradient(90deg, #a6786c, #a7956c)
    Deep to Light
    linear-gradient(180deg, #392722, #ddcac6)
    Tricolor Sweep
    linear-gradient(135deg, #a7786c, #6ca778, #786ca7)

    Design Use Cases for #A6786C

    Muted Accent Color

    With 25% saturation, #A6786C has a subtle, sophisticated quality. This level of desaturation works well for secondary buttons, inactive states, subtle borders, and backgrounds that need a hint of color without being distracting. Muted colors communicate restraint and professionalism.

    Soft Accent & Highlight

    With 54% lightness, #A6786C has a softer, more approachable quality. It works well for hover states, subtle highlights, progress indicators, and secondary UI elements. This lightness range is particularly effective for tag backgrounds and status indicators.

    Urgency & Energy Signaling

    #A6786C falls in the red spectrum (hue 12). Red triggers urgency and excitement, making it effective for sale badges, countdown timers, error messages, and "limited time" labels. In data visualization, use it to flag negative values or critical thresholds.

    Gradient Pairing

    Create a gradient from #A6786C (hue 12) to its complement at hue 192. For a subtler effect, try pairing with an analogous color at hue 42. Use CSS: background: linear-gradient(135deg, #a6786c, #6c9ba7);

    CSS Code for #A6786C

    /* Background */
    background-color: #a6786c;
    background-color: rgb(166, 120, 108);
    background-color: hsl(12, 25%, 54%);
    /* Text */
    color: #a6786c;
    /* Border */
    border: 2px solid #a6786c;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(166, 120, 108, 0.3);
    /* CSS Variable */
    --color-primary: 12 25% 54%;

    Similar Colors

    Colors visually similar to #A6786C based on RGB, lightness, and hue variations.

    Use This Color in Design Tools

    Apply #A6786C across image editing and color design tools.

    About Color #A6786C (#A6786C)

    #A6786C is a red color (colour) with RGB channel values of 166 red, 120 green, and 108 blue. The red channel is dominant with a relatively balanced channel distribution. In HSL terms, the hue sits at 12 degrees with 25% saturation and 54% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #A6786C is 132/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This is a medium-brightness color that can work with either dark or light text depending on font weight and size. For print production, the CMYK equivalent is 0% cyan, 28% magenta, 35% yellow, and 35% key (black).

    The WCAG contrast ratio of #A6786C against white is 3.80:1 and against black is 5.52:1. This only passes AA for large text (18pt+) on white. For normal body text on white, darken the color or use it on a dark background where it achieves 5.52:1.

    The complementary colour #6C9BA7 creates maximum visual tension when paired with #A6786C. For more harmonious color combinations, use the analogous colours #A76C7E and #A7956C, which sit 30 degrees on either side of the hue wheel. To build a complete design system, start with the monochromatic scale above for consistent shade variations, then add one complementary or triadic accent for interactive elements.

    How to Explore Color #A6786C

    1. Enter your color value in HEX format.
    2. The tool converts it to RGB, HSL, CMYK format in real time.
    3. Copy the converted value to your clipboard.

    Color Converter · Contrast Checker

    What is HEX to RGB, HSL, CMYK color conversion

    Converting from HEX to RGB, HSL, CMYK translates a color value between two different color models. Different color models are used in web design (HEX, RGB), print (CMYK), and color theory (HSL, HSV).

    Related Tools & Colors

    Frequently Asked Questions

    What color / colour is #A6786C?
    #A6786C is Color #A6786C, a red color (colour) with RGB(166, 120, 108), HSL(12, 25%, 54%), and CMYK(0%, 28%, 35%, 35%). Its perceived brightness is 132/255.
    Is #A6786C accessible for text?
    Against white, #A6786C has a contrast ratio of 3.80:1 (fails AA for normal text). Against black, it has 5.52:1 (passes AA). It passes AA for large text (18pt+) on white. Use the contrast checker tool for custom background pairings.
    What colours pair well with #A6786C?
    The complementary colour is #6C9BA7 (hue 192). For subtle color combinations, use analogous colours #A76C7E and #A7956C. The triadic palette adds #6CA778 and #786CA7 for vibrant variety.
    How do I use #A6786C in CSS?
    Use any format: color: #a6786c; or rgb(166, 120, 108); or hsl(12, 25%, 54%). For CSS custom properties: --color-primary: 12 25% 54%; then use it as hsl(var(--color-primary)).
    Is this color / colour explorer free?
    Yes, completely free with no signup required. All colour calculations run in your browser. You can explore any valid hex color code, not just the pre-generated palette.