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