Color: #A7515C
#A7515C Color Information
#A7515C is a dark color. The closest websafe version is #A7515C. A complement of this color would be #51A99D, perceived brightness is 0.42, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 352°,a saturation of 35%, and a lightness of 49%.The HSV representation shows a hue of 352°, a saturation of 51%, and a value of 65%.
In a RGB color space, #A7515C is composed of 65% red, 32% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 45% yellow and 35% black.
In the Yxy color space, this color is represented as Y: 15.15, x: 0.4718, and y: 0.3317.
Color Code #A7515C
Shades of Color #A7515C
Shades are created by darkening the original color #A7515C 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 #A7515C
Tints are created by lightening the original color #A7515C 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 #A7515C Color Code
In the HSL color space, this color has a hue angle of 352°, a saturation of 35%, and a lightness of 49%. The HSV representation shows a hue of 352°, a saturation of 51%, and a value of 65%.
- HEX: #A7515C
- RGB: rgb(167, 81, 92)
- HSL: hsl(352, 35%, 49%)
- HSV: hsv(352, 51%, 65%)
- CMYK: 0.00% cyan, 51.00% magenta, 45.00% yellow, 35.00% black
- XYZ: 21.55, 15.15, 8.98
- Yxy: 15.15, 0.4718, 0.3317
- Hunter Lab: 45.83, 36.91, 11.12
- CIE-Lab: 45.83, 36.91, 11.12
In the XYZ color space, this color is represented as X: 21.55, Y: 15.15, Z: 8.98. The Yxy representation further refines this as Y: 15.15, x: 0.4718, and y: 0.3317.
In the Hunter Lab color space, this color is represented as L: 45.83, a: 36.91, and b: 11.12. Similarly, in the CIE-Lab color space, it is represented as L: 45.83, a: 36.91, and b: 11.12.
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 #A7515C
Triadic colors are three colors evenly spaced around the color wheel, including #A7515C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A7515C
Split complementary colors are two colors adjacent to the complementary color of #A7515C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A7515C
Monochromatic colors are variations of #A7515C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A7515C
The complementary color of #A7515C 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 #A7515C
/* Using HEX */ body { background-color: #a7515c; }
/* Using RGB */ body { background-color: rgb(167, 81, 92); }
/* Using RGB with opacity */ body { background-color: rgba(167, 81, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(352, 35%, 49%); }
/* Text color */ p { color: #a7515c; }
/* Box shadow */ div { box-shadow: 4px 4px #a7515c; }
/* Border color */ .box { border: 4px solid #a7515c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a7515c; }
/* Background with text */ div { background: #a7515c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A7515C
<!-- Using HEX --> <div style="background-color: #a7515c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(167, 81, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(167, 81, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(352, 35%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a7515c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a7515c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a7515c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a7515c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a7515c; color: #fff; padding: 16px; border-radius: 8px;"> #A7515C </div>
Related Colors of #A7515C
These colors are similar to #A7515C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.