Color: #A4562C
#A4562C Color Information
#A4562C is a dark color. The closest websafe version is #A4562C. A complement of this color would be #2C7BA5, perceived brightness is 0.41, and the grayscale version is #686868.
In the HSL color space, this color has a hue angle of 21°,a saturation of 58%, and a lightness of 41%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A4562C is composed of 64% red, 34% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 48% magenta, 73% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 15.08, x: 0.5238, and y: 0.3924.
Color Code #A4562C
Shades of Color #A4562C
Shades are created by darkening the original color #A4562C 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 #A4562C
Tints are created by lightening the original color #A4562C 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 #A4562C Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 58%, and a lightness of 41%. The HSV representation shows a hue of 21°, a saturation of 73%, and a value of 64%.
- HEX: #A4562C
- RGB: rgb(164, 86, 44)
- HSL: hsl(21, 58%, 41%)
- HSV: hsv(21, 73%, 64%)
- CMYK: 0.00% cyan, 48.00% magenta, 73.00% yellow, 36.00% black
- XYZ: 20.13, 15.08, 3.22
- Yxy: 15.08, 0.5238, 0.3924
- Hunter Lab: 45.75, 30.47, 38.63
- CIE-Lab: 45.75, 30.47, 38.63
In the XYZ color space, this color is represented as X: 20.13, Y: 15.08, Z: 3.22. The Yxy representation further refines this as Y: 15.08, x: 0.5238, and y: 0.3924.
In the Hunter Lab color space, this color is represented as L: 45.75, a: 30.47, and b: 38.63. Similarly, in the CIE-Lab color space, it is represented as L: 45.75, a: 30.47, and b: 38.63.
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 #A4562C
Triadic colors are three colors evenly spaced around the color wheel, including #A4562C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A4562C
Monochromatic colors are variations of #A4562C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A4562C
The complementary color of #A4562C 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 #A4562C
/* Using HEX */ body { background-color: #a4562c; }
/* Using RGB */ body { background-color: rgb(164, 86, 44); }
/* Using RGB with opacity */ body { background-color: rgba(164, 86, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 58%, 41%); }
/* Text color */ p { color: #a4562c; }
/* Box shadow */ div { box-shadow: 4px 4px #a4562c; }
HTML Examples of #A4562C
<!-- Using HEX --> <div style="background-color: #a4562c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 86, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 86, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 58%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a4562c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a4562c; width: 100px; height: 100px;"></div>
Related Colors of #A4562C
These colors are similar to #A4562C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.