Color: #ACB29A

#ACB29A Color Information

#ACB29A is a light color. The closest websafe version is #ACB29A. A complement of this color would be #A09AB1, perceived brightness is 0.68, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 75°,a saturation of 13%, and a lightness of 65%.The HSV representation shows a hue of 75°, a saturation of 13%, and a value of 70%.

In a RGB color space, #ACB29A is composed of 67% red, 70% green and 60% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 13% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 43.05, x: 0.3589, and y: 0.3886.

Color Code #ACB29A

#ACB29Argb(172, 178, 154)
HEX
#ACB29A
RGB
rgb(172, 178, 154)
HSL
hsl(75, 13%, 65%)
HSV
hsv(75, 13%, 70%)
CMYK
3%, 0%, 13%, 30%
XYZ
X: 39.76, Y: 43.05, Z: 27.98
Lab
L: 71.59, a: -5.40, b: 11.56
Name

Shades of Color #ACB29A

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

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

#ACB29Argb(172, 178, 154)

About #ACB29A Color Code

In the HSL color space, this color has a hue angle of 75°, a saturation of 13%, and a lightness of 65%. The HSV representation shows a hue of 75°, a saturation of 13%, and a value of 70%.

  • HEX: #ACB29A
  • RGB: rgb(172, 178, 154)
  • HSL: hsl(75, 13%, 65%)
  • HSV: hsv(75, 13%, 70%)
  • CMYK: 3.00% cyan, 0.00% magenta, 13.00% yellow, 30.00% black
  • XYZ: 39.76, 43.05, 27.98
  • Yxy: 43.05, 0.3589, 0.3886
  • Hunter Lab: 71.59, -5.40, 11.56
  • CIE-Lab: 71.59, -5.40, 11.56

In the XYZ color space, this color is represented as X: 39.76, Y: 43.05, Z: 27.98. The Yxy representation further refines this as Y: 43.05, x: 0.3589, and y: 0.3886.

In the Hunter Lab color space, this color is represented as L: 71.59, a: -5.40, and b: 11.56. Similarly, in the CIE-Lab color space, it is represented as L: 71.59, a: -5.40, and b: 11.56.

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

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

Analogous Colors of #ACB29A

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

Monochromatic Colors of #ACB29A

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

Complementary Color of #ACB29A

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

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

HTML Examples of #ACB29A

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

Related Colors of #ACB29A

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