Color: #A9729C

#A9729C Color Information

#A9729C is a light color. The closest websafe version is #A9729C. A complement of this color would be #71A87E, perceived brightness is 0.53, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 314°,a saturation of 24%, and a lightness of 55%.The HSV representation shows a hue of 314°, a saturation of 33%, and a value of 66%.

In a RGB color space, #A9729C is composed of 66% red, 45% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 8% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 22.91, x: 0.3688, and y: 0.2961.

Color Code #A9729C

#A9729Crgb(169, 114, 156)
HEX
#A9729C
RGB
rgb(169, 114, 156)
HSL
hsl(314, 24%, 55%)
HSV
hsv(314, 33%, 66%)
CMYK
0%, 33%, 8%, 34%
XYZ
X: 28.54, Y: 22.91, Z: 25.93
Lab
L: 54.98, a: 27.28, b: -13.60
Name

Shades of Color #A9729C

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

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

#A9729Crgb(169, 114, 156)

About #A9729C Color Code

In the HSL color space, this color has a hue angle of 314°, a saturation of 24%, and a lightness of 55%. The HSV representation shows a hue of 314°, a saturation of 33%, and a value of 66%.

  • HEX: #A9729C
  • RGB: rgb(169, 114, 156)
  • HSL: hsl(314, 24%, 55%)
  • HSV: hsv(314, 33%, 66%)
  • CMYK: 0.00% cyan, 33.00% magenta, 8.00% yellow, 34.00% black
  • XYZ: 28.54, 22.91, 25.93
  • Yxy: 22.91, 0.3688, 0.2961
  • Hunter Lab: 54.98, 27.28, -13.60
  • CIE-Lab: 54.98, 27.28, -13.60

In the XYZ color space, this color is represented as X: 28.54, Y: 22.91, Z: 25.93. The Yxy representation further refines this as Y: 22.91, x: 0.3688, and y: 0.2961.

In the Hunter Lab color space, this color is represented as L: 54.98, a: 27.28, and b: -13.60. Similarly, in the CIE-Lab color space, it is represented as L: 54.98, a: 27.28, and b: -13.60.

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

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

Analogous Colors of #A9729C

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

Monochromatic Colors of #A9729C

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

Complementary Color of #A9729C

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

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

HTML Examples of #A9729C

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

Related Colors of #A9729C

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