Color: #AA929A

#AA929A Color Information

#AA929A is a light color. The closest websafe version is #AA929A. A complement of this color would be #92AAA2, perceived brightness is 0.60, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 340°,a saturation of 12%, and a lightness of 62%.The HSV representation shows a hue of 340°, a saturation of 14%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 31.51, x: 0.3644, and y: 0.3457.

Color Code #AA929A

#AA929Argb(170, 146, 154)
HEX
#AA929A
RGB
rgb(170, 146, 154)
HSL
hsl(340, 12%, 62%)
HSV
hsv(340, 14%, 67%)
CMYK
0%, 14%, 9%, 33%
XYZ
X: 33.22, Y: 31.51, Z: 26.43
Lab
L: 62.93, a: 10.29, b: -0.74
Name

Shades of Color #AA929A

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

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

#AA929Argb(170, 146, 154)

About #AA929A Color Code

In the HSL color space, this color has a hue angle of 340°, a saturation of 12%, and a lightness of 62%. The HSV representation shows a hue of 340°, a saturation of 14%, and a value of 67%.

  • HEX: #AA929A
  • RGB: rgb(170, 146, 154)
  • HSL: hsl(340, 12%, 62%)
  • HSV: hsv(340, 14%, 67%)
  • CMYK: 0.00% cyan, 14.00% magenta, 9.00% yellow, 33.00% black
  • XYZ: 33.22, 31.51, 26.43
  • Yxy: 31.51, 0.3644, 0.3457
  • Hunter Lab: 62.93, 10.29, -0.74
  • CIE-Lab: 62.93, 10.29, -0.74

In the XYZ color space, this color is represented as X: 33.22, Y: 31.51, Z: 26.43. The Yxy representation further refines this as Y: 31.51, x: 0.3644, and y: 0.3457.

In the Hunter Lab color space, this color is represented as L: 62.93, a: 10.29, and b: -0.74. Similarly, in the CIE-Lab color space, it is represented as L: 62.93, a: 10.29, and b: -0.74.

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

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

Analogous Colors of #AA929A

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

Monochromatic Colors of #AA929A

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

Complementary Color of #AA929A

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

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

HTML Examples of #AA929A

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

Related Colors of #AA929A

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