Color: #ADA745

#ADA745 Color Information

#ADA745 is a light color. The closest websafe version is #ADA745. A complement of this color would be #4449AB, perceived brightness is 0.62, and the grayscale version is #797979.

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

In a RGB color space, #ADA745 is composed of 68% red, 65% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 3% magenta, 60% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 37.36, x: 0.4250, and y: 0.4676.

Color Code #ADA745

#ADA745rgb(173, 167, 69)
HEX
#ADA745
RGB
rgb(173, 167, 69)
HSL
hsl(57, 43%, 47%)
HSV
hsv(57, 60%, 68%)
CMYK
0%, 3%, 60%, 32%
XYZ
X: 33.95, Y: 37.36, Z: 8.58
Lab
L: 67.55, a: -7.03, b: 49.98
Name

Shades of Color #ADA745

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

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

#ADA745rgb(173, 167, 69)

About #ADA745 Color Code

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

  • HEX: #ADA745
  • RGB: rgb(173, 167, 69)
  • HSL: hsl(57, 43%, 47%)
  • HSV: hsv(57, 60%, 68%)
  • CMYK: 0.00% cyan, 3.00% magenta, 60.00% yellow, 32.00% black
  • XYZ: 33.95, 37.36, 8.58
  • Yxy: 37.36, 0.4250, 0.4676
  • Hunter Lab: 67.55, -7.03, 49.98
  • CIE-Lab: 67.55, -7.03, 49.98

In the XYZ color space, this color is represented as X: 33.95, Y: 37.36, Z: 8.58. The Yxy representation further refines this as Y: 37.36, x: 0.4250, and y: 0.4676.

In the Hunter Lab color space, this color is represented as L: 67.55, a: -7.03, and b: 49.98. Similarly, in the CIE-Lab color space, it is represented as L: 67.55, a: -7.03, and b: 49.98.

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

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

Analogous Colors of #ADA745

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

Monochromatic Colors of #ADA745

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

Complementary Color of #ADA745

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

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

HTML Examples of #ADA745

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

Related Colors of #ADA745

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