Color: #ACB36E

#ACB36E Color Information

#ACB36E is a light color. The closest websafe version is #ACB36E. A complement of this color would be #766FB3, perceived brightness is 0.66, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 66°,a saturation of 31%, and a lightness of 57%.The HSV representation shows a hue of 66°, a saturation of 39%, and a value of 70%.

In a RGB color space, #ACB36E is composed of 67% red, 70% green and 43% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 39% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 42.44, x: 0.3910, and y: 0.4416.

Color Code #ACB36E

#ACB36Ergb(172, 179, 110)
HEX
#ACB36E
RGB
rgb(172, 179, 110)
HSL
hsl(66, 31%, 57%)
HSV
hsv(66, 39%, 70%)
CMYK
4%, 0%, 39%, 30%
XYZ
X: 37.58, Y: 42.44, Z: 16.09
Lab
L: 71.17, a: -10.52, b: 34.33
Name

Shades of Color #ACB36E

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

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

#ACB36Ergb(172, 179, 110)

About #ACB36E Color Code

In the HSL color space, this color has a hue angle of 66°, a saturation of 31%, and a lightness of 57%. The HSV representation shows a hue of 66°, a saturation of 39%, and a value of 70%.

  • HEX: #ACB36E
  • RGB: rgb(172, 179, 110)
  • HSL: hsl(66, 31%, 57%)
  • HSV: hsv(66, 39%, 70%)
  • CMYK: 4.00% cyan, 0.00% magenta, 39.00% yellow, 30.00% black
  • XYZ: 37.58, 42.44, 16.09
  • Yxy: 42.44, 0.3910, 0.4416
  • Hunter Lab: 71.17, -10.52, 34.33
  • CIE-Lab: 71.17, -10.52, 34.33

In the XYZ color space, this color is represented as X: 37.58, Y: 42.44, Z: 16.09. The Yxy representation further refines this as Y: 42.44, x: 0.3910, and y: 0.4416.

In the Hunter Lab color space, this color is represented as L: 71.17, a: -10.52, and b: 34.33. Similarly, in the CIE-Lab color space, it is represented as L: 71.17, a: -10.52, and b: 34.33.

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

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

Analogous Colors of #ACB36E

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

Monochromatic Colors of #ACB36E

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

Complementary Color of #ACB36E

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

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

HTML Examples of #ACB36E

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

Related Colors of #ACB36E

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