Color: #AA9AAB

#AA9AAB Color Information

#AA9AAB is a light color. The closest websafe version is #AA9AAB. A complement of this color would be #9CAB9B, perceived brightness is 0.63, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 296°,a saturation of 9%, and a lightness of 64%.The HSV representation shows a hue of 296°, a saturation of 10%, and a value of 67%.

In a RGB color space, #AA9AAB is composed of 67% red, 60% green and 67% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 10% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 34.58, x: 0.3470, and y: 0.3352.

Color Code #AA9AAB

#AA9AABrgb(170, 154, 171)
HEX
#AA9AAB
RGB
rgb(170, 154, 171)
HSL
hsl(296, 9%, 64%)
HSV
hsv(296, 10%, 67%)
CMYK
1%, 10%, 0%, 33%
XYZ
X: 35.80, Y: 34.58, Z: 32.78
Lab
L: 65.42, a: 8.42, b: -6.65
Name

Shades of Color #AA9AAB

Shades are created by darkening the original color #AA9AAB 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 #AA9AAB

Tints are created by lightening the original color #AA9AAB 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.

#AA9AABrgb(170, 154, 171)

About #AA9AAB Color Code

In the HSL color space, this color has a hue angle of 296°, a saturation of 9%, and a lightness of 64%. The HSV representation shows a hue of 296°, a saturation of 10%, and a value of 67%.

  • HEX: #AA9AAB
  • RGB: rgb(170, 154, 171)
  • HSL: hsl(296, 9%, 64%)
  • HSV: hsv(296, 10%, 67%)
  • CMYK: 100.00% cyan, 10.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 35.80, 34.58, 32.78
  • Yxy: 34.58, 0.3470, 0.3352
  • Hunter Lab: 65.42, 8.42, -6.65
  • CIE-Lab: 65.42, 8.42, -6.65

In the XYZ color space, this color is represented as X: 35.80, Y: 34.58, Z: 32.78. The Yxy representation further refines this as Y: 34.58, x: 0.3470, and y: 0.3352.

In the Hunter Lab color space, this color is represented as L: 65.42, a: 8.42, and b: -6.65. Similarly, in the CIE-Lab color space, it is represented as L: 65.42, a: 8.42, and b: -6.65.

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

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

Analogous Colors of #AA9AAB

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

Split Complementary Colors of #AA9AAB

Split complementary colors are two colors adjacent to the complementary color of #AA9AAB. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AA9AAB

Tetradic colors form a rectangle on the color wheel, including #AA9AAB. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AA9AAB

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

Complementary Color of #AA9AAB

The complementary color of #AA9AAB 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 #AA9AAB

/* Using HEX */
body {
  background-color: #aa9aab;
}
/* Using RGB */
body {
  background-color: rgb(170, 154, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 154, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(296, 9%, 64%);
}
/* Text color */
p {
  color: #aa9aab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa9aab;
}
/* Border color */
.box {
  border: 4px solid #aa9aab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa9aab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa9aab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA9AAB
On Black Background
#AA9AAB
On White Background
#AA9AAB

HTML Examples of #AA9AAB

<!-- Using HEX -->
<div style="background-color: #aa9aab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 154, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 154, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(296, 9%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aa9aab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aa9aab; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #aa9aab; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #aa9aab;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #aa9aab; color: #fff; padding: 16px; border-radius: 8px;">
  #AA9AAB
</div>
#AA9AAB
On Black Background
#AA9AAB
On White Background
#AA9AAB

Related Colors of #AA9AAB

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