Color #ACB09A

HEX

#ACB09A

RGB

(172, 176, 154)

Quick Actions

Color Values

Color Space Values
RGB
R: 172, G: 176, B: 154 (67%, 69%, 60%)
CMYK C: 2%, M: 0%, Y: 13%, K: 31%
HSL H: 71°, S: 12%, L: 65%
HSV H: 71°, S: 13%, V: 69%
CIE-LAB L: 70.97, a: -5.35, b: 10.78
CIE-LCH L: 70.97, C: 12.03, H: 116.39
Hunter-Lab L: 64.92, a: -10.19, b: 5.89
Web Safe
#999999
Complementary
#9e9ab0

#ACB09A is a color with RGB values of 172 red, 176 green, and 154 blue (67%, 69%, 60% respectively). In the CMYK color space, it consists of 2% cyan, 0% magenta, 13% yellow, and 31% black. The color has a hue angle of 71°, 12% saturation, and 65% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999999. The complementary color is #9e9ab0, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #ACB09A

Explore different variations of #ACB09A including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #ACB09A. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #ACB09A

Explore different color combinations and harmonies that work well with #ACB09A.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #ACB09A

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #ACB09A

Text with #ACB09A

This text has a font color of #ACB09A.

<span style="color:#ACB09A;">Text here</span>
.text { color: #ACB09A; }

#ACB09A background color

This paragraph has a background color of #ACB09A.

<p style="background-color:#ACB09A;">Content here</p>
.background { background-color: #ACB09A; }

#ACB09A border color

This element has a border color of #ACB09A.
<div style="border:1px solid #ACB09A;">Content here</div>
.border { border: 1px solid #ACB09A; }

#ACB09A box shadow

This element has a box shadow using #ACB09A.
<div style="box-shadow: 0 4px 6px -1px #ACB09A80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #ACB09A80; }
Copied to clipboard!