Color #A1A8AB

HEX

#A1A8AB

RGB

(161, 168, 171)

Quick Actions

Color Values

Color Space Values
RGB
R: 161, G: 168, B: 171 (63%, 66%, 67%)
CMYK C: 6%, M: 2%, Y: 0%, K: 33%
HSL H: 198°, S: 6%, L: 65%
HSV H: 198°, S: 6%, V: 67%
CIE-LAB L: 68.4, a: -1.87, b: -2.41
CIE-LCH L: 68.4, C: 3.05, H: 232.19
Hunter-Lab L: 62.06, a: -6.96, b: -6.25
Web Safe
#999999
Complementary
#aaa3a0

#A1A8AB is a color with RGB values of 161 red, 168 green, and 171 blue (63%, 66%, 67% respectively). In the CMYK color space, it consists of 6% cyan, 2% magenta, 0% yellow, and 33% black. The color has a hue angle of 198°, 6% saturation, and 65% lightness in the HSL color space.

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

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

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #A1A8AB

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

Text with #A1A8AB

This text has a font color of #A1A8AB.

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

#A1A8AB background color

This paragraph has a background color of #A1A8AB.

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

#A1A8AB border color

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

#A1A8AB box shadow

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