Color: #AAB0AF

#AAB0AF Color Information

#AAB0AF is a light color. The closest websafe version is #AAB0AF. A complement of this color would be #B1AAAB, perceived brightness is 0.68, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 170°,a saturation of 4%, and a lightness of 68%.The HSV representation shows a hue of 170°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AAB0AF is composed of 67% red, 69% green and 69% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 1% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 42.67, x: 0.3409, and y: 0.3603.

Color Code #AAB0AF

HEX
#AAB0AF
RGB
rgb(170, 176, 175)
HSL
hsl(170, 4%, 68%)
HSV
hsv(170, 3%, 69%)
CMYK
3%, 0%, 1%, 31%
XYZ
X: 40.38, Y: 42.67, Z: 35.39
Lab
L: 71.33, a: -2.33, b: -0.26
Name

Shades of Color #AAB0AF

Shades are created by darkening the original color #AAB0AF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #AAB0AF

Tints are created by lightening the original color #AAB0AF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #AAB0AF Color Code

In the HSL color space, this color has a hue angle of 170°, a saturation of 4%, and a lightness of 68%. The HSV representation shows a hue of 170°, a saturation of 3%, and a value of 69%.

  • HEX: #AAB0AF
  • RGB: rgb(170, 176, 175)
  • HSL: hsl(170, 4%, 68%)
  • HSV: hsv(170, 3%, 69%)
  • CMYK: 3.00% cyan, 0.00% magenta, 100.00% yellow, 31.00% black
  • XYZ: 40.38, 42.67, 35.39
  • Yxy: 42.67, 0.3409, 0.3603
  • Hunter Lab: 71.33, -2.33, -0.26
  • CIE-Lab: 71.33, -2.33, -0.26

In the XYZ color space, this color is represented as X: 40.38, Y: 42.67, Z: 35.39. The Yxy representation further refines this as Y: 42.67, x: 0.3409, and y: 0.3603.

In the Hunter Lab color space, this color is represented as L: 71.33, a: -2.33, and b: -0.26. Similarly, in the CIE-Lab color space, it is represented as L: 71.33, a: -2.33, and b: -0.26.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #AAB0AF

Triadic colors are three colors evenly spaced around the color wheel, including #AAB0AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AAB0AF

Analogous colors are adjacent to #AAB0AF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #AAB0AF

Monochromatic colors are variations of #AAB0AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AAB0AF

The complementary color of #AAB0AF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #AAB0AF

/* Using HEX */
body {
  background-color: #aab0af;
}
/* Using RGB */
body {
  background-color: rgb(170, 176, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 176, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(170, 4%, 68%);
}
/* Text color */
p {
  color: #aab0af;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aab0af;
}

HTML Examples of #AAB0AF

<!-- Using HEX -->
<div style="background-color: #aab0af; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 176, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 176, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(170, 4%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aab0af;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aab0af; width: 100px; height: 100px;"></div>

Related Colors of #AAB0AF

These colors are similar to #AAB0AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.