Color: #A76D88

#A76D88 Color Information

#A76D88 is a light color. The closest websafe version is #A76D88. A complement of this color would be #6CA78C, perceived brightness is 0.51, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 332°,a saturation of 25%, and a lightness of 54%.The HSV representation shows a hue of 332°, a saturation of 35%, and a value of 65%.

In a RGB color space, #A76D88 is composed of 65% red, 43% green and 53% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 19% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 21.05, x: 0.3924, and y: 0.3146.

Color Code #A76D88

#A76D88rgb(167, 109, 136)
HEX
#A76D88
RGB
rgb(167, 109, 136)
HSL
hsl(332, 25%, 54%)
HSV
hsv(332, 35%, 65%)
CMYK
0%, 35%, 19%, 35%
XYZ
X: 26.26, Y: 21.05, Z: 19.61
Lab
L: 53.01, a: 26.66, b: -4.89
Name

Shades of Color #A76D88

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

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

#A76D88rgb(167, 109, 136)

About #A76D88 Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 25%, and a lightness of 54%. The HSV representation shows a hue of 332°, a saturation of 35%, and a value of 65%.

  • HEX: #A76D88
  • RGB: rgb(167, 109, 136)
  • HSL: hsl(332, 25%, 54%)
  • HSV: hsv(332, 35%, 65%)
  • CMYK: 0.00% cyan, 35.00% magenta, 19.00% yellow, 35.00% black
  • XYZ: 26.26, 21.05, 19.61
  • Yxy: 21.05, 0.3924, 0.3146
  • Hunter Lab: 53.01, 26.66, -4.89
  • CIE-Lab: 53.01, 26.66, -4.89

In the XYZ color space, this color is represented as X: 26.26, Y: 21.05, Z: 19.61. The Yxy representation further refines this as Y: 21.05, x: 0.3924, and y: 0.3146.

In the Hunter Lab color space, this color is represented as L: 53.01, a: 26.66, and b: -4.89. Similarly, in the CIE-Lab color space, it is represented as L: 53.01, a: 26.66, and b: -4.89.

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

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

Analogous Colors of #A76D88

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

Split Complementary Colors of #A76D88

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

Tetradic Colors of #A76D88

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

Monochromatic Colors of #A76D88

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

Complementary Color of #A76D88

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

/* Using HEX */
body {
  background-color: #a76d88;
}
/* Using RGB */
body {
  background-color: rgb(167, 109, 136);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 109, 136, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 25%, 54%);
}
/* Text color */
p {
  color: #a76d88;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a76d88;
}
/* Border color */
.box {
  border: 4px solid #a76d88;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a76d88;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a76d88;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A76D88
On Black Background
#A76D88
On White Background
#A76D88

HTML Examples of #A76D88

<!-- Using HEX -->
<div style="background-color: #a76d88; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(167, 109, 136); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(167, 109, 136, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(332, 25%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a76d88;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a76d88; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a76d88; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a76d88;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a76d88; color: #fff; padding: 16px; border-radius: 8px;">
  #A76D88
</div>
#A76D88
On Black Background
#A76D88
On White Background
#A76D88

Related Colors of #A76D88

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