Color: #A38C9B
#A38C9B Color Information
#A38C9B is a light color. The closest websafe version is #A38C9B. A complement of this color would be #8BA293, perceived brightness is 0.58, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 321°,a saturation of 11%, and a lightness of 59%.The HSV representation shows a hue of 321°, a saturation of 14%, and a value of 64%.
In a RGB color space, #A38C9B is composed of 64% red, 55% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 5% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 28.94, x: 0.3570, and y: 0.3358.
Color Code #A38C9B
Shades of Color #A38C9B
Shades are created by darkening the original color #A38C9B 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 #A38C9B
Tints are created by lightening the original color #A38C9B 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 #A38C9B Color Code
In the HSL color space, this color has a hue angle of 321°, a saturation of 11%, and a lightness of 59%. The HSV representation shows a hue of 321°, a saturation of 14%, and a value of 64%.
- HEX: #A38C9B
- RGB: rgb(163, 140, 155)
- HSL: hsl(321, 11%, 59%)
- HSV: hsv(321, 14%, 64%)
- CMYK: 0.00% cyan, 14.00% magenta, 5.00% yellow, 36.00% black
- XYZ: 30.76, 28.94, 26.47
- Yxy: 28.94, 0.3570, 0.3358
- Hunter Lab: 60.73, 10.93, -4.61
- CIE-Lab: 60.73, 10.93, -4.61
In the XYZ color space, this color is represented as X: 30.76, Y: 28.94, Z: 26.47. The Yxy representation further refines this as Y: 28.94, x: 0.3570, and y: 0.3358.
In the Hunter Lab color space, this color is represented as L: 60.73, a: 10.93, and b: -4.61. Similarly, in the CIE-Lab color space, it is represented as L: 60.73, a: 10.93, and b: -4.61.
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 #A38C9B
Triadic colors are three colors evenly spaced around the color wheel, including #A38C9B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A38C9B
Monochromatic colors are variations of #A38C9B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A38C9B
The complementary color of #A38C9B 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 #A38C9B
/* Using HEX */ body { background-color: #a38c9b; }
/* Using RGB */ body { background-color: rgb(163, 140, 155); }
/* Using RGB with opacity */ body { background-color: rgba(163, 140, 155, 0.5); }
/* Using HSL */ body { background-color: hsl(321, 11%, 59%); }
/* Text color */ p { color: #a38c9b; }
/* Box shadow */ div { box-shadow: 4px 4px #a38c9b; }
/* Border color */ .box { border: 4px solid #a38c9b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a38c9b; }
/* Background with text */ div { background: #a38c9b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A38C9B
<!-- Using HEX --> <div style="background-color: #a38c9b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(163, 140, 155); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(163, 140, 155, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(321, 11%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a38c9b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a38c9b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a38c9b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a38c9b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a38c9b; color: #fff; padding: 16px; border-radius: 8px;"> #A38C9B </div>
Related Colors of #A38C9B
These colors are similar to #A38C9B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.