Color: #ADAA41

#ADAA41 Color Information

#ADAA41 is a light color. The closest websafe version is #ADAA41. A complement of this color would be #4246AE, perceived brightness is 0.62, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 58°,a saturation of 45%, and a lightness of 47%.The HSV representation shows a hue of 58°, a saturation of 62%, and a value of 68%.

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

In the Yxy color space, this color is represented as Y: 38.44, x: 0.4246, and y: 0.4736.

Color Code #ADAA41

#ADAA41rgb(173, 170, 65)
HEX
#ADAA41
RGB
rgb(173, 170, 65)
HSL
hsl(58, 45%, 47%)
HSV
hsv(58, 62%, 68%)
CMYK
0%, 2%, 62%, 32%
XYZ
X: 34.46, Y: 38.44, Z: 8.26
Lab
L: 68.34, a: -8.72, b: 52.55
Name

Shades of Color #ADAA41

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

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

#ADAA41rgb(173, 170, 65)

About #ADAA41 Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 45%, and a lightness of 47%. The HSV representation shows a hue of 58°, a saturation of 62%, and a value of 68%.

  • HEX: #ADAA41
  • RGB: rgb(173, 170, 65)
  • HSL: hsl(58, 45%, 47%)
  • HSV: hsv(58, 62%, 68%)
  • CMYK: 0.00% cyan, 2.00% magenta, 62.00% yellow, 32.00% black
  • XYZ: 34.46, 38.44, 8.26
  • Yxy: 38.44, 0.4246, 0.4736
  • Hunter Lab: 68.34, -8.72, 52.55
  • CIE-Lab: 68.34, -8.72, 52.55

In the XYZ color space, this color is represented as X: 34.46, Y: 38.44, Z: 8.26. The Yxy representation further refines this as Y: 38.44, x: 0.4246, and y: 0.4736.

In the Hunter Lab color space, this color is represented as L: 68.34, a: -8.72, and b: 52.55. Similarly, in the CIE-Lab color space, it is represented as L: 68.34, a: -8.72, and b: 52.55.

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

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

Analogous Colors of #ADAA41

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

Monochromatic Colors of #ADAA41

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

Complementary Color of #ADAA41

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

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

HTML Examples of #ADAA41

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

Related Colors of #ADAA41

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