Color: #ACA98C

#ACA98C Color Information

#ACA98C is a light color. The closest websafe version is #ACA98C. 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 54°,a saturation of 16%, and a lightness of 61%.The HSV representation shows a hue of 54°, a saturation of 19%, and a value of 67%.

In a RGB color space, #ACA98C 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: 39.21, x: 0.3725, and y: 0.3945.

Color Code #ACA98C

#ACA98Crgb(172, 169, 140)
HEX
#ACA98C
RGB
rgb(172, 169, 140)
HSL
hsl(54, 16%, 61%)
HSV
hsv(54, 19%, 67%)
CMYK
0%, 2%, 19%, 33%
XYZ
X: 37.02, Y: 39.21, Z: 23.16
Lab
L: 68.90, a: -2.56, b: 15.45
Name

Shades of Color #ACA98C

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

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

#ACA98Crgb(172, 169, 140)

About #ACA98C Color Code

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

  • HEX: #ACA98C
  • RGB: rgb(172, 169, 140)
  • HSL: hsl(54, 16%, 61%)
  • HSV: hsv(54, 19%, 67%)
  • CMYK: 0.00% cyan, 2.00% magenta, 19.00% yellow, 33.00% black
  • XYZ: 37.02, 39.21, 23.16
  • Yxy: 39.21, 0.3725, 0.3945
  • Hunter Lab: 68.90, -2.56, 15.45
  • CIE-Lab: 68.90, -2.56, 15.45

In the XYZ color space, this color is represented as X: 37.02, Y: 39.21, Z: 23.16. The Yxy representation further refines this as Y: 39.21, x: 0.3725, and y: 0.3945.

In the Hunter Lab color space, this color is represented as L: 68.90, a: -2.56, and b: 15.45. Similarly, in the CIE-Lab color space, it is represented as L: 68.90, a: -2.56, and b: 15.45.

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

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

Analogous Colors of #ACA98C

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

Split Complementary Colors of #ACA98C

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

Tetradic Colors of #ACA98C

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

Monochromatic Colors of #ACA98C

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

Complementary Color of #ACA98C

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

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

HTML Examples of #ACA98C

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

Related Colors of #ACA98C

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