Color: #AD678C

#AD678C Color Information

#AD678C is a light color. The closest websafe version is #AD678C. A complement of this color would be #67AD87, perceived brightness is 0.50, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 328°,a saturation of 30%, and a lightness of 54%.The HSV representation shows a hue of 328°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AD678C is composed of 68% red, 40% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 19% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 20.61, x: 0.3974, and y: 0.3011.

Color Code #AD678C

HEX
#AD678C
RGB
rgb(173, 103, 140)
HSL
hsl(328, 30%, 54%)
HSV
hsv(328, 40%, 68%)
CMYK
0%, 40%, 19%, 32%
XYZ
X: 27.20, Y: 20.61, Z: 20.63
Lab
L: 52.52, a: 32.56, b: -7.85
Name

Shades of Color #AD678C

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

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

About #AD678C Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 30%, and a lightness of 54%. The HSV representation shows a hue of 328°, a saturation of 40%, and a value of 68%.

  • HEX: #AD678C
  • RGB: rgb(173, 103, 140)
  • HSL: hsl(328, 30%, 54%)
  • HSV: hsv(328, 40%, 68%)
  • CMYK: 0.00% cyan, 40.00% magenta, 19.00% yellow, 32.00% black
  • XYZ: 27.20, 20.61, 20.63
  • Yxy: 20.61, 0.3974, 0.3011
  • Hunter Lab: 52.52, 32.56, -7.85
  • CIE-Lab: 52.52, 32.56, -7.85

In the XYZ color space, this color is represented as X: 27.20, Y: 20.61, Z: 20.63. The Yxy representation further refines this as Y: 20.61, x: 0.3974, and y: 0.3011.

In the Hunter Lab color space, this color is represented as L: 52.52, a: 32.56, and b: -7.85. Similarly, in the CIE-Lab color space, it is represented as L: 52.52, a: 32.56, and b: -7.85.

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

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

Analogous Colors of #AD678C

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

Monochromatic Colors of #AD678C

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

Complementary Color of #AD678C

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

/* Using HEX */
body {
  background-color: #ad678c;
}
/* Using RGB */
body {
  background-color: rgb(173, 103, 140);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 103, 140, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 30%, 54%);
}
/* Text color */
p {
  color: #ad678c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad678c;
}

HTML Examples of #AD678C

<!-- Using HEX -->
<div style="background-color: #ad678c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 103, 140); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 103, 140, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(328, 30%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ad678c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ad678c; width: 100px; height: 100px;"></div>

Related Colors of #AD678C

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