Color: #AA5549
#AA5549 Color Information
#AA5549 is a dark color. The closest websafe version is #AA5549. A complement of this color would be #49A0AB, perceived brightness is 0.43, and the grayscale version is #797979.
In the HSL color space, this color has a hue angle of 7°,a saturation of 40%, and a lightness of 48%.The HSV representation shows a hue of 7°, a saturation of 57%, and a value of 67%.
In a RGB color space, #AA5549 is composed of 67% red, 33% green and 29% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 57% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 15.86, x: 0.4991, and y: 0.3601.
Color Code #AA5549
Shades of Color #AA5549
Shades are created by darkening the original color #AA5549 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 #AA5549
Tints are created by lightening the original color #AA5549 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 #AA5549 Color Code
In the HSL color space, this color has a hue angle of 7°, a saturation of 40%, and a lightness of 48%. The HSV representation shows a hue of 7°, a saturation of 57%, and a value of 67%.
- HEX: #AA5549
- RGB: rgb(170, 85, 73)
- HSL: hsl(7, 40%, 48%)
- HSV: hsv(7, 57%, 67%)
- CMYK: 0.00% cyan, 50.00% magenta, 57.00% yellow, 33.00% black
- XYZ: 21.98, 15.86, 6.20
- Yxy: 15.86, 0.4991, 0.3601
- Hunter Lab: 46.79, 34.79, 23.87
- CIE-Lab: 46.79, 34.79, 23.87
In the XYZ color space, this color is represented as X: 21.98, Y: 15.86, Z: 6.20. The Yxy representation further refines this as Y: 15.86, x: 0.4991, and y: 0.3601.
In the Hunter Lab color space, this color is represented as L: 46.79, a: 34.79, and b: 23.87. Similarly, in the CIE-Lab color space, it is represented as L: 46.79, a: 34.79, and b: 23.87.
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 #AA5549
Triadic colors are three colors evenly spaced around the color wheel, including #AA5549. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA5549
Monochromatic colors are variations of #AA5549, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA5549
The complementary color of #AA5549 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 #AA5549
/* Using HEX */ body { background-color: #aa5549; }
/* Using RGB */ body { background-color: rgb(170, 85, 73); }
/* Using RGB with opacity */ body { background-color: rgba(170, 85, 73, 0.5); }
/* Using HSL */ body { background-color: hsl(7, 40%, 48%); }
/* Text color */ p { color: #aa5549; }
/* Box shadow */ div { box-shadow: 4px 4px #aa5549; }
/* Border color */ .box { border: 4px solid #aa5549; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa5549; }
/* Background with text */ div { background: #aa5549; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA5549
<!-- Using HEX --> <div style="background-color: #aa5549; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 85, 73); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 85, 73, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(7, 40%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa5549;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa5549; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa5549; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa5549;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa5549; color: #fff; padding: 16px; border-radius: 8px;"> #AA5549 </div>
Related Colors of #AA5549
These colors are similar to #AA5549, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.