Color: #ADAA42
#ADAA42 Color Information
#ADAA42 is a light color. The closest websafe version is #ADAA42. A complement of this color would be #4246AE, perceived brightness is 0.62, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 58°,a saturation of 45%, and a lightness of 47%.The HSV representation shows a hue of 58°, a saturation of 100%, and a value of 100%.
In a RGB color space, #ADAA42 is composed of 68% red, 67% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 62% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 38.45, x: 0.4241, and y: 0.4729.
Color Code #ADAA42
Shades of Color #ADAA42
Shades are created by darkening the original color #ADAA42 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 #ADAA42
Tints are created by lightening the original color #ADAA42 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 #ADAA42 Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 45%, and a lightness of 47%. The HSV representation shows a hue of 58°, a saturation of 62%, and a value of 68%.
- HEX: #ADAA42
- RGB: rgb(173, 170, 66)
- HSL: hsl(58, 45%, 47%)
- HSV: hsv(58, 62%, 68%)
- CMYK: 0.00% cyan, 2.00% magenta, 62.00% yellow, 32.00% black
- XYZ: 34.48, 38.45, 8.38
- Yxy: 38.45, 0.4241, 0.4729
- Hunter Lab: 68.35, -8.67, 52.13
- CIE-Lab: 68.35, -8.67, 52.13
In the XYZ color space, this color is represented as X: 34.48, Y: 38.45, Z: 8.38. The Yxy representation further refines this as Y: 38.45, x: 0.4241, and y: 0.4729.
In the Hunter Lab color space, this color is represented as L: 68.35, a: -8.67, and b: 52.13. Similarly, in the CIE-Lab color space, it is represented as L: 68.35, a: -8.67, and b: 52.13.
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 #ADAA42
Triadic colors are three colors evenly spaced around the color wheel, including #ADAA42. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ADAA42
Monochromatic colors are variations of #ADAA42, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ADAA42
The complementary color of #ADAA42 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 #ADAA42
/* Using HEX */ body { background-color: #adaa42; }
/* Using RGB */ body { background-color: rgb(173, 170, 66); }
/* Using RGB with opacity */ body { background-color: rgba(173, 170, 66, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 45%, 47%); }
/* Text color */ p { color: #adaa42; }
/* Box shadow */ div { box-shadow: 4px 4px #adaa42; }
HTML Examples of #ADAA42
<!-- Using HEX --> <div style="background-color: #adaa42; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 170, 66); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 170, 66, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 45%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #adaa42;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #adaa42; width: 100px; height: 100px;"></div>
Related Colors of #ADAA42
These colors are similar to #ADAA42, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.