Color: #AAA75C

#AAA75C Color Information

#AAA75C is a light color. The closest websafe version is #AAA75C. A complement of this color would be #5B5EA9, perceived brightness is 0.62, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 58°,a saturation of 31%, and a lightness of 51%.The HSV representation shows a hue of 58°, a saturation of 46%, and a value of 67%.

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

In the Yxy color space, this color is represented as Y: 37.30, x: 0.4079, and y: 0.4483.

Color Code #AAA75C

#AAA75Crgb(170, 167, 92)
HEX
#AAA75C
RGB
rgb(170, 167, 92)
HSL
hsl(58, 31%, 51%)
HSV
hsv(58, 46%, 67%)
CMYK
0%, 2%, 46%, 33%
XYZ
X: 33.94, Y: 37.30, Z: 11.96
Lab
L: 67.50, a: -6.87, b: 38.92
Name

Shades of Color #AAA75C

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

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

#AAA75Crgb(170, 167, 92)

About #AAA75C Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 31%, and a lightness of 51%. The HSV representation shows a hue of 58°, a saturation of 46%, and a value of 67%.

  • HEX: #AAA75C
  • RGB: rgb(170, 167, 92)
  • HSL: hsl(58, 31%, 51%)
  • HSV: hsv(58, 46%, 67%)
  • CMYK: 0.00% cyan, 2.00% magenta, 46.00% yellow, 33.00% black
  • XYZ: 33.94, 37.30, 11.96
  • Yxy: 37.30, 0.4079, 0.4483
  • Hunter Lab: 67.50, -6.87, 38.92
  • CIE-Lab: 67.50, -6.87, 38.92

In the XYZ color space, this color is represented as X: 33.94, Y: 37.30, Z: 11.96. The Yxy representation further refines this as Y: 37.30, x: 0.4079, and y: 0.4483.

In the Hunter Lab color space, this color is represented as L: 67.50, a: -6.87, and b: 38.92. Similarly, in the CIE-Lab color space, it is represented as L: 67.50, a: -6.87, and b: 38.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 #AAA75C

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

Analogous Colors of #AAA75C

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

Monochromatic Colors of #AAA75C

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

Complementary Color of #AAA75C

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

/* Using HEX */
body {
  background-color: #aaa75c;
}
/* Using RGB */
body {
  background-color: rgb(170, 167, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 167, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 31%, 51%);
}
/* Text color */
p {
  color: #aaa75c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaa75c;
}
/* Border color */
.box {
  border: 4px solid #aaa75c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaa75c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaa75c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAA75C
On Black Background
#AAA75C
On White Background
#AAA75C

HTML Examples of #AAA75C

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

Related Colors of #AAA75C

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