Color: #ADAA77

#ADAA77 Color Information

#ADAA77 is a light color. The closest websafe version is #ADAA77. A complement of this color would be #7679AD, perceived brightness is 0.65, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 57°,a saturation of 25%, and a lightness of 57%.The HSV representation shows a hue of 57°, a saturation of 31%, and a value of 68%.

In a RGB color space, #ADAA77 is composed of 68% red, 67% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 31% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 39.23, x: 0.3898, and y: 0.4208.

Color Code #ADAA77

#ADAA77rgb(173, 170, 119)
HEX
#ADAA77
RGB
rgb(173, 170, 119)
HSL
hsl(57, 25%, 57%)
HSV
hsv(57, 31%, 68%)
CMYK
0%, 2%, 31%, 32%
XYZ
X: 36.34, Y: 39.23, Z: 17.66
Lab
L: 68.92, a: -4.86, b: 26.78
Name

Shades of Color #ADAA77

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

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

#ADAA77rgb(173, 170, 119)

About #ADAA77 Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 25%, and a lightness of 57%. The HSV representation shows a hue of 57°, a saturation of 31%, and a value of 68%.

  • HEX: #ADAA77
  • RGB: rgb(173, 170, 119)
  • HSL: hsl(57, 25%, 57%)
  • HSV: hsv(57, 31%, 68%)
  • CMYK: 0.00% cyan, 2.00% magenta, 31.00% yellow, 32.00% black
  • XYZ: 36.34, 39.23, 17.66
  • Yxy: 39.23, 0.3898, 0.4208
  • Hunter Lab: 68.92, -4.86, 26.78
  • CIE-Lab: 68.92, -4.86, 26.78

In the XYZ color space, this color is represented as X: 36.34, Y: 39.23, Z: 17.66. The Yxy representation further refines this as Y: 39.23, x: 0.3898, and y: 0.4208.

In the Hunter Lab color space, this color is represented as L: 68.92, a: -4.86, and b: 26.78. Similarly, in the CIE-Lab color space, it is represented as L: 68.92, a: -4.86, and b: 26.78.

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

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

Analogous Colors of #ADAA77

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

Monochromatic Colors of #ADAA77

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

Complementary Color of #ADAA77

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

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

HTML Examples of #ADAA77

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

Related Colors of #ADAA77

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