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