Color: #AA938D
#AA938D Color Information
#AA938D is a light color. The closest websafe version is #AA938D. A complement of this color would be #8DA5AA, perceived brightness is 0.60, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 12°,a saturation of 15%, and a lightness of 61%.The HSV representation shows a hue of 12°, a saturation of 17%, and a value of 67%.
In a RGB color space, #AA938D is composed of 67% red, 58% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 17% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 31.48, x: 0.3767, and y: 0.3640.
Color Code #AA938D
Shades of Color #AA938D
Shades are created by darkening the original color #AA938D 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 #AA938D
Tints are created by lightening the original color #AA938D 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 #AA938D Color Code
In the HSL color space, this color has a hue angle of 12°, a saturation of 15%, and a lightness of 61%. The HSV representation shows a hue of 12°, a saturation of 17%, and a value of 67%.
- HEX: #AA938D
- RGB: rgb(170, 147, 141)
- HSL: hsl(12, 15%, 61%)
- HSV: hsv(12, 17%, 67%)
- CMYK: 0.00% cyan, 14.00% magenta, 17.00% yellow, 33.00% black
- XYZ: 32.58, 31.48, 22.42
- Yxy: 31.48, 0.3767, 0.3640
- Hunter Lab: 62.91, 8.12, 6.52
- CIE-Lab: 62.91, 8.12, 6.52
In the XYZ color space, this color is represented as X: 32.58, Y: 31.48, Z: 22.42. The Yxy representation further refines this as Y: 31.48, x: 0.3767, and y: 0.3640.
In the Hunter Lab color space, this color is represented as L: 62.91, a: 8.12, and b: 6.52. Similarly, in the CIE-Lab color space, it is represented as L: 62.91, a: 8.12, and b: 6.52.
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 #AA938D
Triadic colors are three colors evenly spaced around the color wheel, including #AA938D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA938D
Monochromatic colors are variations of #AA938D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA938D
The complementary color of #AA938D 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 #AA938D
/* Using HEX */ body { background-color: #aa938d; }
/* Using RGB */ body { background-color: rgb(170, 147, 141); }
/* Using RGB with opacity */ body { background-color: rgba(170, 147, 141, 0.5); }
/* Using HSL */ body { background-color: hsl(12, 15%, 61%); }
/* Text color */ p { color: #aa938d; }
/* Box shadow */ div { box-shadow: 4px 4px #aa938d; }
/* Border color */ .box { border: 4px solid #aa938d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa938d; }
/* Background with text */ div { background: #aa938d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA938D
<!-- Using HEX --> <div style="background-color: #aa938d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 147, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 147, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(12, 15%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa938d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa938d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa938d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa938d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa938d; color: #fff; padding: 16px; border-radius: 8px;"> #AA938D </div>
Related Colors of #AA938D
These colors are similar to #AA938D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.