Color: #AD6769

#AD6769 Color Information

#AD6769 is a dark color. The closest websafe version is #AD6769. A complement of this color would be #67ADAB, perceived brightness is 0.49, and the grayscale version is #8A8A8A.

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

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

In the Yxy color space, this color is represented as Y: 19.88, x: 0.4442, and y: 0.3467.

Color Code #AD6769

HEX
#AD6769
RGB
rgb(173, 103, 105)
HSL
hsl(358, 30%, 54%)
HSV
hsv(358, 40%, 68%)
CMYK
0%, 40%, 39%, 32%
XYZ
X: 25.47, Y: 19.88, Z: 11.99
Lab
L: 51.70, a: 29.00, b: 11.58
Name

Shades of Color #AD6769

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

Tints are created by lightening the original color #AD6769 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 #AD6769 Color Code

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

  • HEX: #AD6769
  • RGB: rgb(173, 103, 105)
  • HSL: hsl(358, 30%, 54%)
  • HSV: hsv(358, 40%, 68%)
  • CMYK: 0.00% cyan, 40.00% magenta, 39.00% yellow, 32.00% black
  • XYZ: 25.47, 19.88, 11.99
  • Yxy: 19.88, 0.4442, 0.3467
  • Hunter Lab: 51.70, 29.00, 11.58
  • CIE-Lab: 51.70, 29.00, 11.58

In the XYZ color space, this color is represented as X: 25.47, Y: 19.88, Z: 11.99. The Yxy representation further refines this as Y: 19.88, x: 0.4442, and y: 0.3467.

In the Hunter Lab color space, this color is represented as L: 51.70, a: 29.00, and b: 11.58. Similarly, in the CIE-Lab color space, it is represented as L: 51.70, a: 29.00, and b: 11.58.

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

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

Analogous Colors of #AD6769

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

Monochromatic Colors of #AD6769

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

Complementary Color of #AD6769

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

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

HTML Examples of #AD6769

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

Related Colors of #AD6769

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