Color: #A48E44
#A48E44 Color Information
#A48E44 is a light color. The closest websafe version is #A48E44. A complement of this color would be #445AA2, perceived brightness is 0.55, and the grayscale version is #747474.
In the HSL color space, this color has a hue angle of 46°,a saturation of 41%, and a lightness of 45%.The HSV representation shows a hue of 46°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A48E44 is composed of 64% red, 56% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 59% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 28.00, x: 0.4375, and y: 0.4466.
Color Code #A48E44
Shades of Color #A48E44
Shades are created by darkening the original color #A48E44 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 #A48E44
Tints are created by lightening the original color #A48E44 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 #A48E44 Color Code
In the HSL color space, this color has a hue angle of 46°, a saturation of 41%, and a lightness of 45%. The HSV representation shows a hue of 46°, a saturation of 59%, and a value of 64%.
- HEX: #A48E44
- RGB: rgb(164, 142, 68)
- HSL: hsl(46, 41%, 45%)
- HSV: hsv(46, 59%, 64%)
- CMYK: 0.00% cyan, 13.00% magenta, 59.00% yellow, 36.00% black
- XYZ: 27.43, 28.00, 7.27
- Yxy: 28.00, 0.4375, 0.4466
- Hunter Lab: 59.89, 1.73, 41.84
- CIE-Lab: 59.89, 1.73, 41.84
In the XYZ color space, this color is represented as X: 27.43, Y: 28.00, Z: 7.27. The Yxy representation further refines this as Y: 28.00, x: 0.4375, and y: 0.4466.
In the Hunter Lab color space, this color is represented as L: 59.89, a: 1.73, and b: 41.84. Similarly, in the CIE-Lab color space, it is represented as L: 59.89, a: 1.73, and b: 41.84.
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 #A48E44
Triadic colors are three colors evenly spaced around the color wheel, including #A48E44. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A48E44
Monochromatic colors are variations of #A48E44, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A48E44
The complementary color of #A48E44 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 #A48E44
/* Using HEX */ body { background-color: #a48e44; }
/* Using RGB */ body { background-color: rgb(164, 142, 68); }
/* Using RGB with opacity */ body { background-color: rgba(164, 142, 68, 0.5); }
/* Using HSL */ body { background-color: hsl(46, 41%, 45%); }
/* Text color */ p { color: #a48e44; }
/* Box shadow */ div { box-shadow: 4px 4px #a48e44; }
HTML Examples of #A48E44
<!-- Using HEX --> <div style="background-color: #a48e44; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 142, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 142, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(46, 41%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a48e44;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a48e44; width: 100px; height: 100px;"></div>
Related Colors of #A48E44
These colors are similar to #A48E44, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.