Color: #ACBCA6

#ACBCA6 Color Information

#ACBCA6 is a light color. The closest websafe version is #ACBCA6. A complement of this color would be #B5A5BB, perceived brightness is 0.71, and the grayscale version is #B1B1B1.

In the HSL color space, this color has a hue angle of 104°,a saturation of 14%, and a lightness of 69%.The HSV representation shows a hue of 104°, a saturation of 12%, and a value of 74%.

In a RGB color space, #ACBCA6 is composed of 67% red, 74% green and 65% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 0% magenta, 12% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 47.54, x: 0.3479, and y: 0.3864.

Color Code #ACBCA6

#ACBCA6rgb(172, 188, 166)
HEX
#ACBCA6
RGB
rgb(172, 188, 166)
HSL
hsl(104, 14%, 69%)
HSV
hsv(104, 12%, 74%)
CMYK
9%, 0%, 12%, 26%
XYZ
X: 42.81, Y: 47.54, Z: 32.69
Lab
L: 74.53, a: -8.80, b: 9.21
Name

Shades of Color #ACBCA6

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

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

#ACBCA6rgb(172, 188, 166)

About #ACBCA6 Color Code

In the HSL color space, this color has a hue angle of 104°, a saturation of 14%, and a lightness of 69%. The HSV representation shows a hue of 104°, a saturation of 12%, and a value of 74%.

  • HEX: #ACBCA6
  • RGB: rgb(172, 188, 166)
  • HSL: hsl(104, 14%, 69%)
  • HSV: hsv(104, 12%, 74%)
  • CMYK: 9.00% cyan, 0.00% magenta, 12.00% yellow, 26.00% black
  • XYZ: 42.81, 47.54, 32.69
  • Yxy: 47.54, 0.3479, 0.3864
  • Hunter Lab: 74.53, -8.80, 9.21
  • CIE-Lab: 74.53, -8.80, 9.21

In the XYZ color space, this color is represented as X: 42.81, Y: 47.54, Z: 32.69. The Yxy representation further refines this as Y: 47.54, x: 0.3479, and y: 0.3864.

In the Hunter Lab color space, this color is represented as L: 74.53, a: -8.80, and b: 9.21. Similarly, in the CIE-Lab color space, it is represented as L: 74.53, a: -8.80, and b: 9.21.

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

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

Analogous Colors of #ACBCA6

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

Split Complementary Colors of #ACBCA6

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

Tetradic Colors of #ACBCA6

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

Monochromatic Colors of #ACBCA6

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

Complementary Color of #ACBCA6

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

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

HTML Examples of #ACBCA6

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

Related Colors of #ACBCA6

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