Color: #AAA81D

#AAA81D Color Information

#AAA81D is a light color. The closest websafe version is #AAA81D. A complement of this color would be #1D1FAA, perceived brightness is 0.60, and the grayscale version is #636363.

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

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

In the Yxy color space, this color is represented as Y: 37.09, x: 0.4364, and y: 0.4938.

Color Code #AAA81D

#AAA81Drgb(170, 168, 29)
HEX
#AAA81D
RGB
rgb(170, 168, 29)
HSL
hsl(59, 71%, 39%)
HSV
hsv(59, 83%, 67%)
CMYK
0%, 1%, 83%, 33%
XYZ
X: 32.78, Y: 37.09, Z: 5.24
Lab
L: 67.34, a: -10.27, b: 63.91
Name

Shades of Color #AAA81D

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

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

#AAA81Drgb(170, 168, 29)

About #AAA81D Color Code

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

  • HEX: #AAA81D
  • RGB: rgb(170, 168, 29)
  • HSL: hsl(59, 71%, 39%)
  • HSV: hsv(59, 83%, 67%)
  • CMYK: 0.00% cyan, 100.00% magenta, 83.00% yellow, 33.00% black
  • XYZ: 32.78, 37.09, 5.24
  • Yxy: 37.09, 0.4364, 0.4938
  • Hunter Lab: 67.34, -10.27, 63.91
  • CIE-Lab: 67.34, -10.27, 63.91

In the XYZ color space, this color is represented as X: 32.78, Y: 37.09, Z: 5.24. The Yxy representation further refines this as Y: 37.09, x: 0.4364, and y: 0.4938.

In the Hunter Lab color space, this color is represented as L: 67.34, a: -10.27, and b: 63.91. Similarly, in the CIE-Lab color space, it is represented as L: 67.34, a: -10.27, and b: 63.91.

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

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

Analogous Colors of #AAA81D

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

Split Complementary Colors of #AAA81D

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

Tetradic Colors of #AAA81D

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

Monochromatic Colors of #AAA81D

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

Complementary Color of #AAA81D

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

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

HTML Examples of #AAA81D

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

Related Colors of #AAA81D

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