Color: #AAA96C

#AAA96C Color Information

#AAA96C is a light color. The closest websafe version is #AAA96C. A complement of this color would be #6D6EAB, perceived brightness is 0.64, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 59°,a saturation of 27%, and a lightness of 55%.The HSV representation shows a hue of 59°, a saturation of 36%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 38.30, x: 0.3955, and y: 0.4334.

Color Code #AAA96C

#AAA96Crgb(170, 169, 108)
HEX
#AAA96C
RGB
rgb(170, 169, 108)
HSL
hsl(59, 27%, 55%)
HSV
hsv(59, 36%, 67%)
CMYK
0%, 1%, 36%, 33%
XYZ
X: 34.95, Y: 38.30, Z: 15.12
Lab
L: 68.24, a: -6.59, b: 31.64
Name

Shades of Color #AAA96C

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

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

#AAA96Crgb(170, 169, 108)

About #AAA96C Color Code

In the HSL color space, this color has a hue angle of 59°, a saturation of 27%, and a lightness of 55%. The HSV representation shows a hue of 59°, a saturation of 36%, and a value of 67%.

  • HEX: #AAA96C
  • RGB: rgb(170, 169, 108)
  • HSL: hsl(59, 27%, 55%)
  • HSV: hsv(59, 36%, 67%)
  • CMYK: 0.00% cyan, 100.00% magenta, 36.00% yellow, 33.00% black
  • XYZ: 34.95, 38.30, 15.12
  • Yxy: 38.30, 0.3955, 0.4334
  • Hunter Lab: 68.24, -6.59, 31.64
  • CIE-Lab: 68.24, -6.59, 31.64

In the XYZ color space, this color is represented as X: 34.95, Y: 38.30, Z: 15.12. The Yxy representation further refines this as Y: 38.30, x: 0.3955, and y: 0.4334.

In the Hunter Lab color space, this color is represented as L: 68.24, a: -6.59, and b: 31.64. Similarly, in the CIE-Lab color space, it is represented as L: 68.24, a: -6.59, and b: 31.64.

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

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

Analogous Colors of #AAA96C

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

Monochromatic Colors of #AAA96C

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

Complementary Color of #AAA96C

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

/* Using HEX */
body {
  background-color: #aaa96c;
}
/* Using RGB */
body {
  background-color: rgb(170, 169, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 169, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(59, 27%, 55%);
}
/* Text color */
p {
  color: #aaa96c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaa96c;
}
/* Border color */
.box {
  border: 4px solid #aaa96c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaa96c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaa96c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAA96C
On Black Background
#AAA96C
On White Background
#AAA96C

HTML Examples of #AAA96C

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

Related Colors of #AAA96C

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