Color: #ADA772

#ADA772 Color Information

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

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

In a RGB color space, #ADA772 is composed of 68% red, 65% 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.02, x: 0.3951, and y: 0.4230.

Color Code #ADA772

#ADA772rgb(173, 167, 114)
HEX
#ADA772
RGB
rgb(173, 167, 114)
HSL
hsl(54, 26%, 56%)
HSV
hsv(54, 34%, 68%)
CMYK
0%, 3%, 34%, 32%
XYZ
X: 35.51, Y: 38.02, Z: 16.35
Lab
L: 68.04, a: -3.83, b: 28.29
Name

Shades of Color #ADA772

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

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

#ADA772rgb(173, 167, 114)

About #ADA772 Color Code

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

  • HEX: #ADA772
  • RGB: rgb(173, 167, 114)
  • HSL: hsl(54, 26%, 56%)
  • HSV: hsv(54, 34%, 68%)
  • CMYK: 0.00% cyan, 3.00% magenta, 34.00% yellow, 32.00% black
  • XYZ: 35.51, 38.02, 16.35
  • Yxy: 38.02, 0.3951, 0.4230
  • Hunter Lab: 68.04, -3.83, 28.29
  • CIE-Lab: 68.04, -3.83, 28.29

In the XYZ color space, this color is represented as X: 35.51, Y: 38.02, Z: 16.35. The Yxy representation further refines this as Y: 38.02, x: 0.3951, and y: 0.4230.

In the Hunter Lab color space, this color is represented as L: 68.04, a: -3.83, and b: 28.29. Similarly, in the CIE-Lab color space, it is represented as L: 68.04, a: -3.83, and b: 28.29.

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

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

Analogous Colors of #ADA772

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

Split Complementary Colors of #ADA772

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

Tetradic Colors of #ADA772

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

Monochromatic Colors of #ADA772

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

Complementary Color of #ADA772

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

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

HTML Examples of #ADA772

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

Related Colors of #ADA772

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