Color: #ADA044

#ADA044 Color Information

#ADA044 is a light color. The closest websafe version is #ADA044. A complement of this color would be #434FAD, perceived brightness is 0.60, and the grayscale version is #787878.

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

In a RGB color space, #ADA044 is composed of 68% red, 63% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 61% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 34.85, x: 0.4313, and y: 0.4612.

Color Code #ADA044

#ADA044rgb(173, 160, 68)
HEX
#ADA044
RGB
rgb(173, 160, 68)
HSL
hsl(53, 44%, 47%)
HSV
hsv(53, 61%, 68%)
CMYK
0%, 8%, 61%, 32%
XYZ
X: 32.59, Y: 34.85, Z: 8.12
Lab
L: 65.63, a: -3.58, b: 48.39
Name

Shades of Color #ADA044

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

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

#ADA044rgb(173, 160, 68)

About #ADA044 Color Code

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

  • HEX: #ADA044
  • RGB: rgb(173, 160, 68)
  • HSL: hsl(53, 44%, 47%)
  • HSV: hsv(53, 61%, 68%)
  • CMYK: 0.00% cyan, 8.00% magenta, 61.00% yellow, 32.00% black
  • XYZ: 32.59, 34.85, 8.12
  • Yxy: 34.85, 0.4313, 0.4612
  • Hunter Lab: 65.63, -3.58, 48.39
  • CIE-Lab: 65.63, -3.58, 48.39

In the XYZ color space, this color is represented as X: 32.59, Y: 34.85, Z: 8.12. The Yxy representation further refines this as Y: 34.85, x: 0.4313, and y: 0.4612.

In the Hunter Lab color space, this color is represented as L: 65.63, a: -3.58, and b: 48.39. Similarly, in the CIE-Lab color space, it is represented as L: 65.63, a: -3.58, and b: 48.39.

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

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

Analogous Colors of #ADA044

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

Split Complementary Colors of #ADA044

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

Tetradic Colors of #ADA044

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

Monochromatic Colors of #ADA044

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

Complementary Color of #ADA044

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

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

HTML Examples of #ADA044

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

Related Colors of #ADA044

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