Color: #AEAC7C
#AEAC7C Color Information
#AEAC7C is a light color. The closest websafe version is #AEAC7C. A complement of this color would be #7A7CAE, perceived brightness is 0.66, and the grayscale version is #959595.
In the HSL color space, this color has a hue angle of 58°,a saturation of 24%, and a lightness of 58%.The HSV representation shows a hue of 58°, a saturation of 29%, and a value of 68%.
In a RGB color space, #AEAC7C is composed of 68% red, 67% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 29% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 40.21, x: 0.3861, and y: 0.4170.
Color Code #AEAC7C
Shades of Color #AEAC7C
Shades are created by darkening the original color #AEAC7C 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 #AEAC7C
Tints are created by lightening the original color #AEAC7C 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 #AEAC7C Color Code
In the HSL color space, this color has a hue angle of 58°, a saturation of 24%, and a lightness of 58%. The HSV representation shows a hue of 58°, a saturation of 29%, and a value of 68%.
- HEX: #AEAC7C
- RGB: rgb(174, 172, 124)
- HSL: hsl(58, 24%, 58%)
- HSV: hsv(58, 29%, 68%)
- CMYK: 0.00% cyan, 100.00% magenta, 29.00% yellow, 32.00% black
- XYZ: 37.23, 40.21, 18.99
- Yxy: 40.21, 0.3861, 0.4170
- Hunter Lab: 69.62, -4.98, 25.06
- CIE-Lab: 69.62, -4.98, 25.06
In the XYZ color space, this color is represented as X: 37.23, Y: 40.21, Z: 18.99. The Yxy representation further refines this as Y: 40.21, x: 0.3861, and y: 0.4170.
In the Hunter Lab color space, this color is represented as L: 69.62, a: -4.98, and b: 25.06. Similarly, in the CIE-Lab color space, it is represented as L: 69.62, a: -4.98, and b: 25.06.
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 #AEAC7C
Triadic colors are three colors evenly spaced around the color wheel, including #AEAC7C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AEAC7C
Monochromatic colors are variations of #AEAC7C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AEAC7C
The complementary color of #AEAC7C 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 #AEAC7C
/* Using HEX */ body { background-color: #aeac7c; }
/* Using RGB */ body { background-color: rgb(174, 172, 124); }
/* Using RGB with opacity */ body { background-color: rgba(174, 172, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(58, 24%, 58%); }
/* Text color */ p { color: #aeac7c; }
/* Box shadow */ div { box-shadow: 4px 4px #aeac7c; }
/* Border color */ .box { border: 4px solid #aeac7c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aeac7c; }
/* Background with text */ div { background: #aeac7c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AEAC7C
<!-- Using HEX --> <div style="background-color: #aeac7c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 172, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 172, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(58, 24%, 58%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aeac7c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aeac7c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aeac7c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aeac7c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aeac7c; color: #fff; padding: 16px; border-radius: 8px;"> #AEAC7C </div>
Related Colors of #AEAC7C
These colors are similar to #AEAC7C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.