Color: #A1BD9C

#A1BD9C Color Information

#A1BD9C is a light color. The closest websafe version is #A1BD9C. A complement of this color would be #B99DBE, perceived brightness is 0.69, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 111°,a saturation of 20%, and a lightness of 68%.The HSV representation shows a hue of 111°, a saturation of 17%, and a value of 74%.

In a RGB color space, #A1BD9C is composed of 63% red, 74% green and 61% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 0% magenta, 17% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 46.43, x: 0.3454, and y: 0.4020.

Color Code #A1BD9C

#A1BD9Crgb(161, 189, 156)
HEX
#A1BD9C
RGB
rgb(161, 189, 156)
HSL
hsl(111, 20%, 68%)
HSV
hsv(111, 17%, 74%)
CMYK
15%, 0%, 17%, 26%
XYZ
X: 39.89, Y: 46.43, Z: 29.18
Lab
L: 73.82, a: -14.59, b: 13.43
Name

Shades of Color #A1BD9C

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

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

#A1BD9Crgb(161, 189, 156)

About #A1BD9C Color Code

In the HSL color space, this color has a hue angle of 111°, a saturation of 20%, and a lightness of 68%. The HSV representation shows a hue of 111°, a saturation of 17%, and a value of 74%.

  • HEX: #A1BD9C
  • RGB: rgb(161, 189, 156)
  • HSL: hsl(111, 20%, 68%)
  • HSV: hsv(111, 17%, 74%)
  • CMYK: 15.00% cyan, 0.00% magenta, 17.00% yellow, 26.00% black
  • XYZ: 39.89, 46.43, 29.18
  • Yxy: 46.43, 0.3454, 0.4020
  • Hunter Lab: 73.82, -14.59, 13.43
  • CIE-Lab: 73.82, -14.59, 13.43

In the XYZ color space, this color is represented as X: 39.89, Y: 46.43, Z: 29.18. The Yxy representation further refines this as Y: 46.43, x: 0.3454, and y: 0.4020.

In the Hunter Lab color space, this color is represented as L: 73.82, a: -14.59, and b: 13.43. Similarly, in the CIE-Lab color space, it is represented as L: 73.82, a: -14.59, and b: 13.43.

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

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

Analogous Colors of #A1BD9C

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

Monochromatic Colors of #A1BD9C

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

Complementary Color of #A1BD9C

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

/* Using HEX */
body {
  background-color: #a1bd9c;
}
/* Using RGB */
body {
  background-color: rgb(161, 189, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 189, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(111, 20%, 68%);
}
/* Text color */
p {
  color: #a1bd9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1bd9c;
}
/* Border color */
.box {
  border: 4px solid #a1bd9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1bd9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1bd9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1BD9C
On Black Background
#A1BD9C
On White Background
#A1BD9C

HTML Examples of #A1BD9C

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

Related Colors of #A1BD9C

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