Color: #ADA15A

#ADA15A Color Information

#ADA15A is a light color. The closest websafe version is #ADA15A. A complement of this color would be #5B67AE, perceived brightness is 0.61, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 51°,a saturation of 34%, and a lightness of 52%.The HSV representation shows a hue of 51°, a saturation of 48%, and a value of 68%.

In a RGB color space, #ADA15A is composed of 68% red, 63% green and 35% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 7% magenta, 48% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 35.47, x: 0.4165, and y: 0.4422.

Color Code #ADA15A

#ADA15Argb(173, 161, 90)
HEX
#ADA15A
RGB
rgb(173, 161, 90)
HSL
hsl(51, 34%, 52%)
HSV
hsv(51, 48%, 68%)
CMYK
0%, 7%, 48%, 32%
XYZ
X: 33.41, Y: 35.47, Z: 11.34
Lab
L: 66.11, a: -2.74, b: 38.35
Name

Shades of Color #ADA15A

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

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

#ADA15Argb(173, 161, 90)

About #ADA15A Color Code

In the HSL color space, this color has a hue angle of 51°, a saturation of 34%, and a lightness of 52%. The HSV representation shows a hue of 51°, a saturation of 48%, and a value of 68%.

  • HEX: #ADA15A
  • RGB: rgb(173, 161, 90)
  • HSL: hsl(51, 34%, 52%)
  • HSV: hsv(51, 48%, 68%)
  • CMYK: 0.00% cyan, 7.00% magenta, 48.00% yellow, 32.00% black
  • XYZ: 33.41, 35.47, 11.34
  • Yxy: 35.47, 0.4165, 0.4422
  • Hunter Lab: 66.11, -2.74, 38.35
  • CIE-Lab: 66.11, -2.74, 38.35

In the XYZ color space, this color is represented as X: 33.41, Y: 35.47, Z: 11.34. The Yxy representation further refines this as Y: 35.47, x: 0.4165, and y: 0.4422.

In the Hunter Lab color space, this color is represented as L: 66.11, a: -2.74, and b: 38.35. Similarly, in the CIE-Lab color space, it is represented as L: 66.11, a: -2.74, and b: 38.35.

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

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

Analogous Colors of #ADA15A

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

Split Complementary Colors of #ADA15A

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

Tetradic Colors of #ADA15A

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

Monochromatic Colors of #ADA15A

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

Complementary Color of #ADA15A

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

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

HTML Examples of #ADA15A

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

Related Colors of #ADA15A

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