Color: #ADA567

#ADA567 Color Information

#ADA567 is a light color. The closest websafe version is #ADA567. A complement of this color would be #676FAD, perceived brightness is 0.63, and the grayscale version is #8A8A8A.

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

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

In the Yxy color space, this color is represented as Y: 37.09, x: 0.4045, and y: 0.4330.

Color Code #ADA567

#ADA567rgb(173, 165, 103)
HEX
#ADA567
RGB
rgb(173, 165, 103)
HSL
hsl(53, 30%, 54%)
HSV
hsv(53, 40%, 68%)
CMYK
0%, 5%, 40%, 32%
XYZ
X: 34.65, Y: 37.09, Z: 13.92
Lab
L: 67.35, a: -3.77, b: 33.19
Name

Shades of Color #ADA567

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

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

#ADA567rgb(173, 165, 103)

About #ADA567 Color Code

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

  • HEX: #ADA567
  • RGB: rgb(173, 165, 103)
  • HSL: hsl(53, 30%, 54%)
  • HSV: hsv(53, 40%, 68%)
  • CMYK: 0.00% cyan, 5.00% magenta, 40.00% yellow, 32.00% black
  • XYZ: 34.65, 37.09, 13.92
  • Yxy: 37.09, 0.4045, 0.4330
  • Hunter Lab: 67.35, -3.77, 33.19
  • CIE-Lab: 67.35, -3.77, 33.19

In the XYZ color space, this color is represented as X: 34.65, Y: 37.09, Z: 13.92. The Yxy representation further refines this as Y: 37.09, x: 0.4045, and y: 0.4330.

In the Hunter Lab color space, this color is represented as L: 67.35, a: -3.77, and b: 33.19. Similarly, in the CIE-Lab color space, it is represented as L: 67.35, a: -3.77, and b: 33.19.

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

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

Analogous Colors of #ADA567

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

Monochromatic Colors of #ADA567

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

Complementary Color of #ADA567

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

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

HTML Examples of #ADA567

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

Related Colors of #ADA567

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