Color: #ADA10C

#ADA10C Color Information

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

In the HSL color space, this color has a hue angle of 56°,a saturation of 87%, and a lightness of 36%.The HSV representation shows a hue of 56°, a saturation of 93%, and a value of 68%.

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

In the Yxy color space, this color is represented as Y: 34.87, x: 0.4496, and y: 0.4899.

Color Code #ADA10C

#ADA10Crgb(173, 161, 12)
HEX
#ADA10C
RGB
rgb(173, 161, 12)
HSL
hsl(56, 87%, 36%)
HSV
hsv(56, 93%, 68%)
CMYK
0%, 7%, 93%, 32%
XYZ
X: 32.00, Y: 34.87, Z: 4.31
Lab
L: 65.65, a: -5.76, b: 66.04
Name

Shades of Color #ADA10C

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

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

#ADA10Crgb(173, 161, 12)

About #ADA10C Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 87%, and a lightness of 36%. The HSV representation shows a hue of 56°, a saturation of 93%, and a value of 68%.

  • HEX: #ADA10C
  • RGB: rgb(173, 161, 12)
  • HSL: hsl(56, 87%, 36%)
  • HSV: hsv(56, 93%, 68%)
  • CMYK: 0.00% cyan, 7.00% magenta, 93.00% yellow, 32.00% black
  • XYZ: 32.00, 34.87, 4.31
  • Yxy: 34.87, 0.4496, 0.4899
  • Hunter Lab: 65.65, -5.76, 66.04
  • CIE-Lab: 65.65, -5.76, 66.04

In the XYZ color space, this color is represented as X: 32.00, Y: 34.87, Z: 4.31. The Yxy representation further refines this as Y: 34.87, x: 0.4496, and y: 0.4899.

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

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

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

Analogous Colors of #ADA10C

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

Split Complementary Colors of #ADA10C

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

Tetradic Colors of #ADA10C

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

Monochromatic Colors of #ADA10C

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

Complementary Color of #ADA10C

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

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

HTML Examples of #ADA10C

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

Related Colors of #ADA10C

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