Color: #A38D3F
#A38D3F Color Information
#A38D3F is a light color. The closest websafe version is #A38D3F. A complement of this color would be #3F54A2, perceived brightness is 0.54, and the grayscale version is #717171.
In the HSL color space, this color has a hue angle of 47°,a saturation of 44%, and a lightness of 44%.The HSV representation shows a hue of 47°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A38D3F is composed of 64% red, 55% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 61% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 27.55, x: 0.4406, and y: 0.4506.
Color Code #A38D3F
Shades of Color #A38D3F
Shades are created by darkening the original color #A38D3F 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 #A38D3F
Tints are created by lightening the original color #A38D3F 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 #A38D3F Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 44%, and a lightness of 44%. The HSV representation shows a hue of 47°, a saturation of 61%, and a value of 64%.
- HEX: #A38D3F
- RGB: rgb(163, 141, 63)
- HSL: hsl(47, 44%, 44%)
- HSV: hsv(47, 61%, 64%)
- CMYK: 0.00% cyan, 13.00% magenta, 61.00% yellow, 36.00% black
- XYZ: 26.94, 27.55, 6.65
- Yxy: 27.55, 0.4406, 0.4506
- Hunter Lab: 59.48, 1.54, 43.76
- CIE-Lab: 59.48, 1.54, 43.76
In the XYZ color space, this color is represented as X: 26.94, Y: 27.55, Z: 6.65. The Yxy representation further refines this as Y: 27.55, x: 0.4406, and y: 0.4506.
In the Hunter Lab color space, this color is represented as L: 59.48, a: 1.54, and b: 43.76. Similarly, in the CIE-Lab color space, it is represented as L: 59.48, a: 1.54, and b: 43.76.
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 #A38D3F
Triadic colors are three colors evenly spaced around the color wheel, including #A38D3F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A38D3F
Monochromatic colors are variations of #A38D3F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A38D3F
The complementary color of #A38D3F 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 #A38D3F
/* Using HEX */ body { background-color: #a38d3f; }
/* Using RGB */ body { background-color: rgb(163, 141, 63); }
/* Using RGB with opacity */ body { background-color: rgba(163, 141, 63, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 44%, 44%); }
/* Text color */ p { color: #a38d3f; }
/* Box shadow */ div { box-shadow: 4px 4px #a38d3f; }
HTML Examples of #A38D3F
<!-- Using HEX --> <div style="background-color: #a38d3f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(163, 141, 63); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(163, 141, 63, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 44%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a38d3f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a38d3f; width: 100px; height: 100px;"></div>
Related Colors of #A38D3F
These colors are similar to #A38D3F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.