#ABBAAC Color Information

Hex color code: #ABBAAC

#ABBAAC is a muted green color. In RGB it is (171, 186, 172), and in HSL it is (124°, 10%, 70%). It is typically applied in digital products.

Try:
Color NameSilver
HEX
#ABBAAC
RGB
171, 186, 172
HSL
124°, 10%, 70%
CMYK
8%, 0%, 8%, 27%

Shades

CSS Usage
color: #ABBAAC;
background-color: #ABBAAC;
border-color: #ABBAAC;
box-shadow: 0 0 10px #ABBAAC;
border: 2px solid #ABBAAC;
Tailwind Usage
bg-[#ABBAAC]
text-[#ABBAAC]
border-[#ABBAAC]
shadow-[0_0_10px_ABBAAC]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #ABBAAC, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #ABBAAC; color: #000000; }

Badge

New Feature
.badge { background-color: #ABBAAC; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #ABBAAC; background-color: #ABBAAC15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #ABBAAC20; border-left: 4px solid #ABBAAC; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #ABBAAC; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #ABBAAC in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

171, 186, 172

Red: 171 / Green: 186 / Blue: 172

HSL

124°, 10%, 70%

Hue: 124° / Saturation: 10% / Lightness: 70%

CMYK

8%, 0%, 8%, 27%

Cyan: 8% / Magenta: 0% / Yellow: 8% / Key: 27%

What color is #ABBAAC?

#ABBAAC is a desaturated neutral associated with balance and subtlety.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ABBAAC to RGB:

rgb(171, 186, 172)HEX to RGB Converter →

HEX to HSL

Convert #ABBAAC to HSL:

hsl(124, 10%, 70%)RGB to HSL Converter →

HEX to CMYK

Convert #ABBAAC to CMYK:

cmyk(8%, 0%, 8%, 27%)Color Converter →

Color Meaning and Usage

#ABBAAC is a subtle green color with RGB values of 171, 186, 172 and HSL of 124°, 10%, 70%. This desaturated neutral evokes balance and subtlety, making it suitable for commonly used in modern UI design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #ABBAAC is #BAABB9, creating high-contrast pairings. For softer combinations, try analogous colors like #B1BAAB.

Use #ABBAAC in CSS: color: #ABBAAC or background-color: #ABBAAC. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #ABBAAC

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 10.35:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ABBAAC?

#ABBAAC is a subtle green color - a desaturated neutral that evokes balance and subtlety.

What is the RGB value of #ABBAAC?

#ABBAAC in RGB is (171, 186, 172) - 171 red, 186 green, and 172 blue.

How to use #ABBAAC in CSS?

Use #ABBAAC directly in your CSS properties like color or background-color.

What colors go well with #ABBAAC?

#BAABB9 (complementary), #B1BAAB (analogous), and #819882 (lighter shade) work well with #ABBAAC.