Color #A01736 Color / Colour Code #A01736

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

    #A01736

    Color Conversions

    HEX
    #A01736
    RGB
    rgb(160, 23, 54)
    HSL
    hsl(346, 75%, 36%)
    HSV
    hsv(346, 86%, 63%)
    CMYK
    cmyk(0%, 86%, 66%, 37%)

    Accessibility Contrast

    WCAG contrast ratios for #A01736 against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    7.86:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Black (#000000)
    2.67:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Light Gray (#EEEEEE)
    6.78:1
    AA PassAA Large PassAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 316, 346, and 16 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 346, 106, and 226 degrees.

    Color Palettes Using #A01736

    Monochromatic Scale

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

    #430A17 #86132E #DF204C #EC7994 #F5BCC9
    Warm Harmony

    Adjacent hues from 346 to 31 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.

    #E2365E #E23936 #E26436 #E28F36
    Cool Contrast

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

    #D92650 #26D9AF #26A9D9 #2650D9
    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.

    #E0B8C1 #E0D7B8 #C1E0B8 #B8E0D7 #B8C1E0

    Shades & Tints of #A01736

    Lightness variations at hue 346 and 75% saturation.

    CSS Gradients with #A01736

    Red to Cyan
    linear-gradient(135deg, #a01736, #17a181)
    Analogous Fade
    linear-gradient(90deg, #a01736, #a13c17)
    Deep to Light
    linear-gradient(180deg, #500b1c, #f4afbf)
    Tricolor Sweep
    linear-gradient(135deg, #a11737, #37a117, #1737a1)

    Design Use Cases for #A01736

    Vibrant Brand Color

    #A01736 has a strong 75% saturation that makes it ideal for brand identity elements. Use it for logos, primary call-to-action buttons, hero section accents, and marketing materials where visual impact matters. This saturation level is eye-catching without being harsh.

    Primary Interface Color

    At 36% lightness, #A01736 is in the mid-range, making it ideal for interactive elements like buttons, links, and selected states. This lightness level ensures good contrast against both light and dark adjacent elements in most layouts.

    Urgency & Energy Signaling

    #A01736 falls in the red spectrum (hue 346). 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 #A01736 (hue 346) to its complement at hue 166. For a subtler effect, try pairing with an analogous color at hue 16. Use CSS: background: linear-gradient(135deg, #a01736, #17a181);

    CSS Code for #A01736

    /* Background */
    background-color: #a01736;
    background-color: rgb(160, 23, 54);
    background-color: hsl(346, 75%, 36%);
    /* Text */
    color: #a01736;
    /* Border */
    border: 2px solid #a01736;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(160, 23, 54, 0.3);
    /* CSS Variable */
    --color-primary: 346 75% 36%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #A01736 across image editing and color design tools.

    About Color #A01736 (#A01736)

    #A01736 is a red color (colour) with RGB channel values of 160 red, 23 green, and 54 blue. The red channel is dominant by a ratio of 7.0:1 over the weakest channel. In HSL terms, the hue sits at 346 degrees with 75% saturation and 36% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #A01736 is 67/255 using the ITU-R BT.601 luma formula (0.299R + 0.587G + 0.114B). This appears dark to the human eye, so pair it with light text for adequate readability. For print production, the CMYK equivalent is 0% cyan, 86% magenta, 66% yellow, and 37% key (black).

    The WCAG contrast ratio of #A01736 against white is 7.86:1 and against black is 2.67:1. This exceeds the AAA requirement (7:1) for normal text on white, making it excellent for body text and small UI labels on light backgrounds.

    The complementary colour #17A181 creates maximum visual tension when paired with #A01736. For more harmonious color combinations, use the analogous colours #A1177C and #A13C17, 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 #A01736

    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 #A01736?
    #A01736 is Color #A01736, a red color (colour) with RGB(160, 23, 54), HSL(346, 75%, 36%), and CMYK(0%, 86%, 66%, 37%). Its perceived brightness is 67/255.
    Is #A01736 accessible for text?
    Against white, #A01736 has a contrast ratio of 7.86:1 (passes AA for normal text). Against black, it has 2.67:1 (fails AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #A01736?
    The complementary colour is #17A181 (hue 166). For subtle color combinations, use analogous colours #A1177C and #A13C17. The triadic palette adds #37A117 and #1737A1 for vibrant variety.
    How do I use #A01736 in CSS?
    Use any format: color: #a01736; or rgb(160, 23, 54); or hsl(346, 75%, 36%). For CSS custom properties: --color-primary: 346 75% 36%; 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.