Color: #ACA88C

#ACA88C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 38.84, x: 0.3728, and y: 0.3932.

Color Code #ACA88C

HEX
#ACA88C
RGB
rgb(172, 168, 140)
HSL
hsl(53, 16%, 61%)
HSV
hsv(53, 19%, 67%)
CMYK
0%, 2%, 19%, 33%
XYZ
X: 36.82, Y: 38.84, Z: 23.11
Lab
L: 68.64, a: -2.06, b: 15.08
Name

Shades of Color #ACA88C

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

Tints are created by lightening the original color #ACA88C 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 #ACA88C Color Code

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

  • HEX: #ACA88C
  • RGB: rgb(172, 168, 140)
  • HSL: hsl(53, 16%, 61%)
  • HSV: hsv(53, 19%, 67%)
  • CMYK: 0.00% cyan, 2.00% magenta, 19.00% yellow, 33.00% black
  • XYZ: 36.82, 38.84, 23.11
  • Yxy: 38.84, 0.3728, 0.3932
  • Hunter Lab: 68.64, -2.06, 15.08
  • CIE-Lab: 68.64, -2.06, 15.08

In the XYZ color space, this color is represented as X: 36.82, Y: 38.84, Z: 23.11. The Yxy representation further refines this as Y: 38.84, x: 0.3728, and y: 0.3932.

In the Hunter Lab color space, this color is represented as L: 68.64, a: -2.06, and b: 15.08. Similarly, in the CIE-Lab color space, it is represented as L: 68.64, a: -2.06, and b: 15.08.

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

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

Analogous Colors of #ACA88C

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

Monochromatic Colors of #ACA88C

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

Complementary Color of #ACA88C

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

/* Using HEX */
body {
  background-color: #aca88c;
}
/* Using RGB */
body {
  background-color: rgb(172, 168, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 168, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(53, 16%, 61%);
}
/* Text color */
p {
  color: #aca88c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aca88c;
}

HTML Examples of #ACA88C

<!-- Using HEX -->
<div style="background-color: #aca88c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(172, 168, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(172, 168, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(53, 16%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aca88c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aca88c; width: 100px; height: 100px;"></div>

Related Colors of #ACA88C

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