Color: #AA978E

#AA978E Color Information

#AA978E is a light color. The closest websafe version is #AA978E. A complement of this color would be #8EA1A9, perceived brightness is 0.61, and the grayscale version is #9C9C9C.

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

In a RGB color space, #AA978E is composed of 67% red, 59% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 16% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 32.77, x: 0.3745, and y: 0.3683.

Color Code #AA978E

#AA978Ergb(170, 151, 142)
HEX
#AA978E
RGB
rgb(170, 151, 142)
HSL
hsl(19, 14%, 61%)
HSV
hsv(19, 16%, 67%)
CMYK
0%, 11%, 16%, 33%
XYZ
X: 33.32, Y: 32.77, Z: 22.88
Lab
L: 63.97, a: 6.14, b: 7.46
Name

Shades of Color #AA978E

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

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

#AA978Ergb(170, 151, 142)

About #AA978E Color Code

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

  • HEX: #AA978E
  • RGB: rgb(170, 151, 142)
  • HSL: hsl(19, 14%, 61%)
  • HSV: hsv(19, 16%, 67%)
  • CMYK: 0.00% cyan, 11.00% magenta, 16.00% yellow, 33.00% black
  • XYZ: 33.32, 32.77, 22.88
  • Yxy: 32.77, 0.3745, 0.3683
  • Hunter Lab: 63.97, 6.14, 7.46
  • CIE-Lab: 63.97, 6.14, 7.46

In the XYZ color space, this color is represented as X: 33.32, Y: 32.77, Z: 22.88. The Yxy representation further refines this as Y: 32.77, x: 0.3745, and y: 0.3683.

In the Hunter Lab color space, this color is represented as L: 63.97, a: 6.14, and b: 7.46. Similarly, in the CIE-Lab color space, it is represented as L: 63.97, a: 6.14, and b: 7.46.

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

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

Analogous Colors of #AA978E

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

Monochromatic Colors of #AA978E

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

Complementary Color of #AA978E

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

/* Using HEX */
body {
  background-color: #aa978e;
}
/* Using RGB */
body {
  background-color: rgb(170, 151, 142);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 151, 142, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 14%, 61%);
}
/* Text color */
p {
  color: #aa978e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa978e;
}
/* Border color */
.box {
  border: 4px solid #aa978e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aa978e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aa978e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AA978E
On Black Background
#AA978E
On White Background
#AA978E

HTML Examples of #AA978E

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

Related Colors of #AA978E

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