Color: #ACA15C

#ACA15C Color Information

#ACA15C is a light color. The closest websafe version is #ACA15C. A complement of this color would be #5C67AD, perceived brightness is 0.61, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 52°,a saturation of 33%, and a lightness of 52%.The HSV representation shows a hue of 52°, a saturation of 47%, and a value of 67%.

In a RGB color space, #ACA15C is composed of 67% red, 63% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 47% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 35.38, x: 0.4139, and y: 0.4406.

Color Code #ACA15C

#ACA15Crgb(172, 161, 92)
HEX
#ACA15C
RGB
rgb(172, 161, 92)
HSL
hsl(52, 33%, 52%)
HSV
hsv(52, 47%, 67%)
CMYK
0%, 6%, 47%, 33%
XYZ
X: 33.24, Y: 35.38, Z: 11.68
Lab
L: 66.04, a: -3.02, b: 37.23
Name

Shades of Color #ACA15C

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

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

#ACA15Crgb(172, 161, 92)

About #ACA15C Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 33%, and a lightness of 52%. The HSV representation shows a hue of 52°, a saturation of 47%, and a value of 67%.

  • HEX: #ACA15C
  • RGB: rgb(172, 161, 92)
  • HSL: hsl(52, 33%, 52%)
  • HSV: hsv(52, 47%, 67%)
  • CMYK: 0.00% cyan, 6.00% magenta, 47.00% yellow, 33.00% black
  • XYZ: 33.24, 35.38, 11.68
  • Yxy: 35.38, 0.4139, 0.4406
  • Hunter Lab: 66.04, -3.02, 37.23
  • CIE-Lab: 66.04, -3.02, 37.23

In the XYZ color space, this color is represented as X: 33.24, Y: 35.38, Z: 11.68. The Yxy representation further refines this as Y: 35.38, x: 0.4139, and y: 0.4406.

In the Hunter Lab color space, this color is represented as L: 66.04, a: -3.02, and b: 37.23. Similarly, in the CIE-Lab color space, it is represented as L: 66.04, a: -3.02, and b: 37.23.

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

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

Analogous Colors of #ACA15C

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

Split Complementary Colors of #ACA15C

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

Tetradic Colors of #ACA15C

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

Monochromatic Colors of #ACA15C

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

Complementary Color of #ACA15C

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

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

HTML Examples of #ACA15C

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

Related Colors of #ACA15C

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