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