Color: #A1844F
#A1844F Color Information
#A1844F is a light color. The closest websafe version is #A1844F. A complement of this color would be #4F6CA1, perceived brightness is 0.53, and the grayscale version is #787878.
In the HSL color space, this color has a hue angle of 39°,a saturation of 34%, and a lightness of 47%.The HSV representation shows a hue of 39°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A1844F is composed of 63% red, 52% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 18% magenta, 51% yellow and 37% black.
In the Yxy color space, this color is represented as Y: 24.95, x: 0.4344, and y: 0.4242.
Color Code #A1844F
Shades of Color #A1844F
Shades are created by darkening the original color #A1844F 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 #A1844F
Tints are created by lightening the original color #A1844F 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 #A1844F Color Code
In the HSL color space, this color has a hue angle of 39°, a saturation of 34%, and a lightness of 47%. The HSV representation shows a hue of 39°, a saturation of 51%, and a value of 63%.
- HEX: #A1844F
- RGB: rgb(161, 132, 79)
- HSL: hsl(39, 34%, 47%)
- HSV: hsv(39, 51%, 63%)
- CMYK: 0.00% cyan, 18.00% magenta, 51.00% yellow, 37.00% black
- XYZ: 25.55, 24.95, 8.32
- Yxy: 24.95, 0.4344, 0.4242
- Hunter Lab: 57.02, 6.38, 32.81
- CIE-Lab: 57.02, 6.38, 32.81
In the XYZ color space, this color is represented as X: 25.55, Y: 24.95, Z: 8.32. The Yxy representation further refines this as Y: 24.95, x: 0.4344, and y: 0.4242.
In the Hunter Lab color space, this color is represented as L: 57.02, a: 6.38, and b: 32.81. Similarly, in the CIE-Lab color space, it is represented as L: 57.02, a: 6.38, and b: 32.81.
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 #A1844F
Triadic colors are three colors evenly spaced around the color wheel, including #A1844F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A1844F
Monochromatic colors are variations of #A1844F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A1844F
The complementary color of #A1844F 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 #A1844F
/* Using HEX */ body { background-color: #a1844f; }
/* Using RGB */ body { background-color: rgb(161, 132, 79); }
/* Using RGB with opacity */ body { background-color: rgba(161, 132, 79, 0.5); }
/* Using HSL */ body { background-color: hsl(39, 34%, 47%); }
/* Text color */ p { color: #a1844f; }
/* Box shadow */ div { box-shadow: 4px 4px #a1844f; }
HTML Examples of #A1844F
<!-- Using HEX --> <div style="background-color: #a1844f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 132, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 132, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(39, 34%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a1844f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a1844f; width: 100px; height: 100px;"></div>
Related Colors of #A1844F
These colors are similar to #A1844F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.