Color: #AD9A6D

#AD9A6D Color Information

#AD9A6D is a light color. The closest websafe version is #AD9A6D. A complement of this color would be #6C7FAC, perceived brightness is 0.61, and the grayscale version is #8D8D8D.

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

In a RGB color space, #AD9A6D is composed of 68% red, 60% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 37% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 33.39, x: 0.4062, and y: 0.4128.

Color Code #AD9A6D

HEX
#AD9A6D
RGB
rgb(173, 154, 109)
HSL
hsl(42, 28%, 55%)
HSV
hsv(42, 37%, 68%)
CMYK
0%, 11%, 37%, 32%
XYZ
X: 32.85, Y: 33.39, Z: 14.64
Lab
L: 64.48, a: 2.35, b: 26.37
Name

Shades of Color #AD9A6D

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

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

In the HSL color space, this color has a hue angle of 42°, a saturation of 28%, and a lightness of 55%. The HSV representation shows a hue of 42°, a saturation of 37%, and a value of 68%.

  • HEX: #AD9A6D
  • RGB: rgb(173, 154, 109)
  • HSL: hsl(42, 28%, 55%)
  • HSV: hsv(42, 37%, 68%)
  • CMYK: 0.00% cyan, 11.00% magenta, 37.00% yellow, 32.00% black
  • XYZ: 32.85, 33.39, 14.64
  • Yxy: 33.39, 0.4062, 0.4128
  • Hunter Lab: 64.48, 2.35, 26.37
  • CIE-Lab: 64.48, 2.35, 26.37

In the XYZ color space, this color is represented as X: 32.85, Y: 33.39, Z: 14.64. The Yxy representation further refines this as Y: 33.39, x: 0.4062, and y: 0.4128.

In the Hunter Lab color space, this color is represented as L: 64.48, a: 2.35, and b: 26.37. Similarly, in the CIE-Lab color space, it is represented as L: 64.48, a: 2.35, and b: 26.37.

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

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

Analogous Colors of #AD9A6D

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

Monochromatic Colors of #AD9A6D

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

Complementary Color of #AD9A6D

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

/* Using HEX */
body {
  background-color: #ad9a6d;
}
/* Using RGB */
body {
  background-color: rgb(173, 154, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 154, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 28%, 55%);
}
/* Text color */
p {
  color: #ad9a6d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ad9a6d;
}

HTML Examples of #AD9A6D

<!-- Using HEX -->
<div style="background-color: #ad9a6d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(173, 154, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(173, 154, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(42, 28%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ad9a6d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ad9a6d; width: 100px; height: 100px;"></div>

Related Colors of #AD9A6D

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