Color: #ADA056
#ADA056 Color Information
#ADA056 is a light color. The closest websafe version is #ADA056. A complement of this color would be #5663AE, perceived brightness is 0.61, and the grayscale version is #828282.
In the HSL color space, this color has a hue angle of 51°,a saturation of 35%, and a lightness of 51%.The HSV representation shows a hue of 51°, a saturation of 50%, and a value of 68%.
In a RGB color space, #ADA056 is composed of 68% red, 63% green and 34% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 50% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 35.06, x: 0.4200, and y: 0.4450.
Color Code #ADA056
Shades of Color #ADA056
Shades are created by darkening the original color #ADA056 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 #ADA056
Tints are created by lightening the original color #ADA056 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.
About #ADA056 Color Code
In the HSL color space, this color has a hue angle of 51°, a saturation of 35%, and a lightness of 51%. The HSV representation shows a hue of 51°, a saturation of 50%, and a value of 68%.
- HEX: #ADA056
- RGB: rgb(173, 160, 86)
- HSL: hsl(51, 35%, 51%)
- HSV: hsv(51, 50%, 68%)
- CMYK: 0.00% cyan, 8.00% magenta, 50.00% yellow, 32.00% black
- XYZ: 33.09, 35.06, 10.64
- Yxy: 35.06, 0.4200, 0.4450
- Hunter Lab: 65.80, -2.51, 39.99
- CIE-Lab: 65.80, -2.51, 39.99
In the XYZ color space, this color is represented as X: 33.09, Y: 35.06, Z: 10.64. The Yxy representation further refines this as Y: 35.06, x: 0.4200, and y: 0.4450.
In the Hunter Lab color space, this color is represented as L: 65.80, a: -2.51, and b: 39.99. Similarly, in the CIE-Lab color space, it is represented as L: 65.80, a: -2.51, and b: 39.99.
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 #ADA056
Triadic colors are three colors evenly spaced around the color wheel, including #ADA056. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ADA056
Split complementary colors are two colors adjacent to the complementary color of #ADA056. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ADA056
Monochromatic colors are variations of #ADA056, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADA056
The complementary color of #ADA056 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 #ADA056
/* Using HEX */ body { background-color: #ada056; }
/* Using RGB */ body { background-color: rgb(173, 160, 86); }
/* Using RGB with opacity */ body { background-color: rgba(173, 160, 86, 0.5); }
/* Using HSL */ body { background-color: hsl(51, 35%, 51%); }
/* Text color */ p { color: #ada056; }
/* Box shadow */ div { box-shadow: 4px 4px #ada056; }
/* Border color */ .box { border: 4px solid #ada056; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ada056; }
/* Background with text */ div { background: #ada056; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ADA056
<!-- Using HEX --> <div style="background-color: #ada056; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 160, 86); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 160, 86, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(51, 35%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ada056;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ada056; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ada056; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ada056;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ada056; color: #fff; padding: 16px; border-radius: 8px;"> #ADA056 </div>
Related Colors of #ADA056
These colors are similar to #ADA056, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.