Color #AD968A

HEX

#AD968A

RGB

(173, 150, 138)

Quick Actions

Color Values

Color Space Values
RGB
R: 173, G: 150, B: 138 (68%, 59%, 54%)
CMYK C: 0%, M: 13%, Y: 20%, K: 32%
HSL H: 21°, S: 18%, L: 61%
HSV H: 21°, S: 20%, V: 68%
CIE-LAB L: 63.78, a: 6.59, b: 9.46
CIE-LCH L: 63.78, C: 11.53, H: 55.14
Hunter-Lab L: 57.04, a: 0.61, b: 4.82
Web Safe
#999999
Complementary
#8aa1ad

#AD968A is a color with RGB values of 173 red, 150 green, and 138 blue (68%, 59%, 54% respectively). In the CMYK color space, it consists of 0% cyan, 13% magenta, 20% yellow, and 32% black. The color has a hue angle of 21°, 18% saturation, and 61% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #999999. The complementary color is #8aa1ad, 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 #AD968A

Explore different variations of #AD968A 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 #AD968A. 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 #AD968A

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #AD968A

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 #AD968A

Text with #AD968A

This text has a font color of #AD968A.

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

#AD968A background color

This paragraph has a background color of #AD968A.

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

#AD968A border color

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

#AD968A box shadow

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