Color: #ADA873

#ADA873 Color Information

#ADA873 is a light color. The closest websafe version is #ADA873. A complement of this color would be #7276AC, perceived brightness is 0.64, and the grayscale version is #909090.

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

In a RGB color space, #ADA873 is composed of 68% red, 66% green and 45% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 34% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 38.41, x: 0.3938, and y: 0.4231.

Color Code #ADA873

#ADA873rgb(173, 168, 115)
HEX
#ADA873
RGB
rgb(173, 168, 115)
HSL
hsl(55, 26%, 56%)
HSV
hsv(55, 34%, 68%)
CMYK
0%, 3%, 34%, 32%
XYZ
X: 35.75, Y: 38.41, Z: 16.63
Lab
L: 68.32, a: -4.24, b: 28.13
Name

Shades of Color #ADA873

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

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

#ADA873rgb(173, 168, 115)

About #ADA873 Color Code

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

  • HEX: #ADA873
  • RGB: rgb(173, 168, 115)
  • HSL: hsl(55, 26%, 56%)
  • HSV: hsv(55, 34%, 68%)
  • CMYK: 0.00% cyan, 3.00% magenta, 34.00% yellow, 32.00% black
  • XYZ: 35.75, 38.41, 16.63
  • Yxy: 38.41, 0.3938, 0.4231
  • Hunter Lab: 68.32, -4.24, 28.13
  • CIE-Lab: 68.32, -4.24, 28.13

In the XYZ color space, this color is represented as X: 35.75, Y: 38.41, Z: 16.63. The Yxy representation further refines this as Y: 38.41, x: 0.3938, and y: 0.4231.

In the Hunter Lab color space, this color is represented as L: 68.32, a: -4.24, and b: 28.13. Similarly, in the CIE-Lab color space, it is represented as L: 68.32, a: -4.24, and b: 28.13.

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

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

Analogous Colors of #ADA873

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

Split Complementary Colors of #ADA873

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

Tetradic Colors of #ADA873

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

Monochromatic Colors of #ADA873

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

Complementary Color of #ADA873

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

/* Using HEX */
body {
  background-color: #ada873;
}
/* Using RGB */
body {
  background-color: rgb(173, 168, 115);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 168, 115, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(55, 26%, 56%);
}
/* Text color */
p {
  color: #ada873;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ada873;
}
/* Border color */
.box {
  border: 4px solid #ada873;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ada873;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ada873;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADA873
On Black Background
#ADA873
On White Background
#ADA873

HTML Examples of #ADA873

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

Related Colors of #ADA873

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