Color #AAA32C Color / Colour Code #AAA32C

    This page shows the hex color code for color #aaa32c (#AAA32C). The colour is a yellow tone with 59% saturation and 42% lightness. Explore its conversions, colour palettes, gradients, accessibility data, and CSS code below.

    #AAA32C

    Color Conversions

    HEX
    #AAA32C
    RGB
    rgb(170, 163, 44)
    HSL
    hsl(57, 59%, 42%)
    HSV
    hsv(57, 74%, 67%)
    CMYK
    cmyk(0%, 4%, 74%, 33%)

    Accessibility Contrast

    WCAG contrast ratios for #AAA32C against common backgrounds.

    Sample Text
    vs White (#FFFFFF)
    2.63:1
    AA FailAA Large FailAAA Fail
    Sample Text
    vs Black (#000000)
    7.98:1
    AA PassAA Large PassAAA Pass
    Sample Text
    vs Light Gray (#EEEEEE)
    2.27:1
    AA FailAA Large FailAAA Fail

    Complementary Colors

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

    Analogous Colors

    Hues at 27, 57, and 87 degrees for harmonious combinations.

    Triadic Palette

    Three colors at 57, 177, and 297 degrees.

    Color Palettes Using #AAA32C

    Monochromatic Scale

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

    #3D3B10 #7A751F #CBC334 #E0DB85 #EFEDC2
    Warm Harmony

    Adjacent hues from 57 to 102 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.

    #D0C949 #B5D049 #93D049 #71D049
    Cool Contrast

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

    #CBC334 #343CCB #7834CB #C334CB
    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.

    #E0DEB8 #BAE0B8 #B8E0DE #B8BAE0 #DEB8E0

    Shades & Tints of #AAA32C

    Lightness variations at hue 57 and 59% saturation.

    CSS Gradients with #AAA32C

    Yellow to Blue
    linear-gradient(135deg, #aaa32c, #2c32aa)
    Analogous Fade
    linear-gradient(90deg, #aaa32c, #71aa2c)
    Deep to Light
    linear-gradient(180deg, #494613, #ece9b6)
    Tricolor Sweep
    linear-gradient(135deg, #aaa42c, #2caaa4, #a42caa)

    Design Use Cases for #AAA32C

    Balanced UI Color

    At 59% saturation, #AAA32C strikes a balance between vibrancy and restraint. This makes it versatile for primary UI elements like navigation bars, card headers, and form accents. It draws attention without overwhelming adjacent content.

    Primary Interface Color

    At 42% lightness, #AAA32C 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.

    Attention & Optimism

    #AAA32C is in the yellow spectrum (hue 57). Yellow attracts attention faster than any other color. Use it for warning labels, featured content markers, star ratings, and tooltip backgrounds. Pair with dark text since yellow often fails contrast checks against white.

    Gradient Pairing

    Create a gradient from #AAA32C (hue 57) to its complement at hue 237. For a subtler effect, try pairing with an analogous color at hue 87. Use CSS: background: linear-gradient(135deg, #aaa32c, #2c32aa);

    CSS Code for #AAA32C

    /* Background */
    background-color: #aaa32c;
    background-color: rgb(170, 163, 44);
    background-color: hsl(57, 59%, 42%);
    /* Text */
    color: #aaa32c;
    /* Border */
    border: 2px solid #aaa32c;
    /* Shadow */
    box-shadow: 0 4px 14px rgba(170, 163, 44, 0.3);
    /* CSS Variable */
    --color-primary: 57 59% 42%;

    Similar Colors

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

    Use This Color in Design Tools

    Apply #AAA32C across image editing and color design tools.

    About Color #AAA32C (#AAA32C)

    #AAA32C is a yellow color (colour) with RGB channel values of 170 red, 163 green, and 44 blue. The red channel is dominant by a ratio of 3.9:1 over the weakest channel. In HSL terms, the hue sits at 57 degrees with 59% saturation and 42% lightness, placing it in the warm range of the colour spectrum.

    The perceived brightness of #AAA32C is 152/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, 4% magenta, 74% yellow, and 33% key (black).

    The WCAG contrast ratio of #AAA32C against white is 2.63:1 and against black is 7.98:1. This does not meet AA requirements on white. Use it on dark backgrounds where it achieves 7.98:1, or use it exclusively for decorative purposes.

    The complementary colour #2C32AA creates maximum visual tension when paired with #AAA32C. For more harmonious color combinations, use the analogous colours #AA652C and #71AA2C, 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 #AAA32C

    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 #AAA32C?
    #AAA32C is Color #AAA32C, a yellow color (colour) with RGB(170, 163, 44), HSL(57, 59%, 42%), and CMYK(0%, 4%, 74%, 33%). Its perceived brightness is 152/255.
    Is #AAA32C accessible for text?
    Against white, #AAA32C has a contrast ratio of 2.63:1 (fails AA for normal text). Against black, it has 7.98:1 (passes AA). Use the contrast checker tool for custom background pairings.
    What colours pair well with #AAA32C?
    The complementary colour is #2C32AA (hue 237). For subtle color combinations, use analogous colours #AA652C and #71AA2C. The triadic palette adds #2CAAA4 and #A42CAA for vibrant variety.
    How do I use #AAA32C in CSS?
    Use any format: color: #aaa32c; or rgb(170, 163, 44); or hsl(57, 59%, 42%). For CSS custom properties: --color-primary: 57 59% 42%; 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.