Color: #AA869B

#AA869B Color Information

#AA869B is a light color. The closest websafe version is #AA869B. A complement of this color would be #88AA96, perceived brightness is 0.58, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 325°,a saturation of 17%, and a lightness of 60%.The HSV representation shows a hue of 325°, a saturation of 21%, and a value of 67%.

In a RGB color space, #AA869B is composed of 67% red, 53% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 9% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 28.02, x: 0.3664, and y: 0.3270.

Color Code #AA869B

#AA869Brgb(170, 134, 155)
HEX
#AA869B
RGB
rgb(170, 134, 155)
HSL
hsl(325, 17%, 60%)
HSV
hsv(325, 21%, 67%)
CMYK
0%, 21%, 9%, 33%
XYZ
X: 31.40, Y: 28.02, Z: 26.28
Lab
L: 59.91, a: 16.80, b: -5.71
Name

Shades of Color #AA869B

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

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

#AA869Brgb(170, 134, 155)

About #AA869B Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 17%, and a lightness of 60%. The HSV representation shows a hue of 325°, a saturation of 21%, and a value of 67%.

  • HEX: #AA869B
  • RGB: rgb(170, 134, 155)
  • HSL: hsl(325, 17%, 60%)
  • HSV: hsv(325, 21%, 67%)
  • CMYK: 0.00% cyan, 21.00% magenta, 9.00% yellow, 33.00% black
  • XYZ: 31.40, 28.02, 26.28
  • Yxy: 28.02, 0.3664, 0.3270
  • Hunter Lab: 59.91, 16.80, -5.71
  • CIE-Lab: 59.91, 16.80, -5.71

In the XYZ color space, this color is represented as X: 31.40, Y: 28.02, Z: 26.28. The Yxy representation further refines this as Y: 28.02, x: 0.3664, and y: 0.3270.

In the Hunter Lab color space, this color is represented as L: 59.91, a: 16.80, and b: -5.71. Similarly, in the CIE-Lab color space, it is represented as L: 59.91, a: 16.80, and b: -5.71.

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

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

Analogous Colors of #AA869B

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

Split Complementary Colors of #AA869B

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

Tetradic Colors of #AA869B

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

Monochromatic Colors of #AA869B

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

Complementary Color of #AA869B

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

/* Using HEX */
body {
  background-color: #aa869b;
}
/* Using RGB */
body {
  background-color: rgb(170, 134, 155);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 134, 155, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 17%, 60%);
}
/* Text color */
p {
  color: #aa869b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa869b;
}
/* Border color */
.box {
  border: 4px solid #aa869b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa869b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa869b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA869B
On Black Background
#AA869B
On White Background
#AA869B

HTML Examples of #AA869B

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

Related Colors of #AA869B

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