Color: #ADA10F

#ADA10F Color Information

#ADA10F is a light color. The closest websafe version is #ADA10F. A complement of this color would be #0F1CAE, perceived brightness is 0.58, and the grayscale version is #5E5E5E.

In the HSL color space, this color has a hue angle of 55°,a saturation of 84%, and a lightness of 37%.The HSV representation shows a hue of 55°, a saturation of 91%, and a value of 68%.

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

In the Yxy color space, this color is represented as Y: 34.88, x: 0.4491, and y: 0.4894.

Color Code #ADA10F

#ADA10Frgb(173, 161, 15)
HEX
#ADA10F
RGB
rgb(173, 161, 15)
HSL
hsl(55, 84%, 37%)
HSV
hsv(55, 91%, 68%)
CMYK
0%, 7%, 91%, 32%
XYZ
X: 32.01, Y: 34.88, Z: 4.38
Lab
L: 65.65, a: -5.72, b: 65.59
Name

Shades of Color #ADA10F

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

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

#ADA10Frgb(173, 161, 15)

About #ADA10F Color Code

In the HSL color space, this color has a hue angle of 55°, a saturation of 84%, and a lightness of 37%. The HSV representation shows a hue of 55°, a saturation of 91%, and a value of 68%.

  • HEX: #ADA10F
  • RGB: rgb(173, 161, 15)
  • HSL: hsl(55, 84%, 37%)
  • HSV: hsv(55, 91%, 68%)
  • CMYK: 0.00% cyan, 7.00% magenta, 91.00% yellow, 32.00% black
  • XYZ: 32.01, 34.88, 4.38
  • Yxy: 34.88, 0.4491, 0.4894
  • Hunter Lab: 65.65, -5.72, 65.59
  • CIE-Lab: 65.65, -5.72, 65.59

In the XYZ color space, this color is represented as X: 32.01, Y: 34.88, Z: 4.38. The Yxy representation further refines this as Y: 34.88, x: 0.4491, and y: 0.4894.

In the Hunter Lab color space, this color is represented as L: 65.65, a: -5.72, and b: 65.59. Similarly, in the CIE-Lab color space, it is represented as L: 65.65, a: -5.72, and b: 65.59.

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

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

Analogous Colors of #ADA10F

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

Split Complementary Colors of #ADA10F

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

Tetradic Colors of #ADA10F

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

Monochromatic Colors of #ADA10F

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

Complementary Color of #ADA10F

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

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

HTML Examples of #ADA10F

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

Related Colors of #ADA10F

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