Color: #AAA78D

#AAA78D Color Information

#AAA78D is a light color. The closest websafe version is #AAA78D. A complement of this color would be #8D90AA, perceived brightness is 0.65, and the grayscale version is #9B9B9B.

In the HSL color space, this color has a hue angle of 54°,a saturation of 15%, and a lightness of 61%.The HSV representation shows a hue of 54°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AAA78D is composed of 67% red, 65% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 17% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 38.26, x: 0.3703, and y: 0.3912.

Color Code #AAA78D

HEX
#AAA78D
RGB
rgb(170, 167, 141)
HSL
hsl(54, 15%, 61%)
HSV
hsv(54, 17%, 67%)
CMYK
0%, 2%, 17%, 33%
XYZ
X: 36.22, Y: 38.26, Z: 23.33
Lab
L: 68.21, a: -2.22, b: 13.92
Name

Shades of Color #AAA78D

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

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

About #AAA78D Color Code

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

  • HEX: #AAA78D
  • RGB: rgb(170, 167, 141)
  • HSL: hsl(54, 15%, 61%)
  • HSV: hsv(54, 17%, 67%)
  • CMYK: 0.00% cyan, 2.00% magenta, 17.00% yellow, 33.00% black
  • XYZ: 36.22, 38.26, 23.33
  • Yxy: 38.26, 0.3703, 0.3912
  • Hunter Lab: 68.21, -2.22, 13.92
  • CIE-Lab: 68.21, -2.22, 13.92

In the XYZ color space, this color is represented as X: 36.22, Y: 38.26, Z: 23.33. The Yxy representation further refines this as Y: 38.26, x: 0.3703, and y: 0.3912.

In the Hunter Lab color space, this color is represented as L: 68.21, a: -2.22, and b: 13.92. Similarly, in the CIE-Lab color space, it is represented as L: 68.21, a: -2.22, and b: 13.92.

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

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

Analogous Colors of #AAA78D

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

Monochromatic Colors of #AAA78D

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

Complementary Color of #AAA78D

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

/* Using HEX */
body {
  background-color: #aaa78d;
}
/* Using RGB */
body {
  background-color: rgb(170, 167, 141);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 167, 141, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(54, 15%, 61%);
}
/* Text color */
p {
  color: #aaa78d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaa78d;
}

HTML Examples of #AAA78D

<!-- Using HEX -->
<div style="background-color: #aaa78d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 167, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 167, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(54, 15%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aaa78d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aaa78d; width: 100px; height: 100px;"></div>

Related Colors of #AAA78D

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