Color: #A1909D
#A1909D Color Information
#A1909D is a light color. The closest websafe version is #A1909D. A complement of this color would be #91A195, perceived brightness is 0.59, and the grayscale version is #999999.
In the HSL color space, this color has a hue angle of 314°,a saturation of 8%, and a lightness of 60%.The HSV representation shows a hue of 314°, a saturation of 11%, and a value of 63%.
In a RGB color space, #A1909D is composed of 63% red, 56% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 2% yellow and 37% black.
In the Yxy color space, this color is represented as Y: 29.97, x: 0.3521, and y: 0.3392.
Color Code #A1909D
Shades of Color #A1909D
Shades are created by darkening the original color #A1909D 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 #A1909D
Tints are created by lightening the original color #A1909D 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 #A1909D Color Code
In the HSL color space, this color has a hue angle of 314°, a saturation of 8%, and a lightness of 60%. The HSV representation shows a hue of 314°, a saturation of 11%, and a value of 63%.
- HEX: #A1909D
- RGB: rgb(161, 144, 157)
- HSL: hsl(314, 8%, 60%)
- HSV: hsv(314, 11%, 63%)
- CMYK: 0.00% cyan, 11.00% magenta, 2.00% yellow, 37.00% black
- XYZ: 31.11, 29.97, 27.28
- Yxy: 29.97, 0.3521, 0.3392
- Hunter Lab: 61.63, 8.32, -4.46
- CIE-Lab: 61.63, 8.32, -4.46
In the XYZ color space, this color is represented as X: 31.11, Y: 29.97, Z: 27.28. The Yxy representation further refines this as Y: 29.97, x: 0.3521, and y: 0.3392.
In the Hunter Lab color space, this color is represented as L: 61.63, a: 8.32, and b: -4.46. Similarly, in the CIE-Lab color space, it is represented as L: 61.63, a: 8.32, and b: -4.46.
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 #A1909D
Triadic colors are three colors evenly spaced around the color wheel, including #A1909D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A1909D
Split complementary colors are two colors adjacent to the complementary color of #A1909D. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A1909D
Monochromatic colors are variations of #A1909D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A1909D
The complementary color of #A1909D 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 #A1909D
/* Using HEX */ body { background-color: #a1909d; }
/* Using RGB */ body { background-color: rgb(161, 144, 157); }
/* Using RGB with opacity */ body { background-color: rgba(161, 144, 157, 0.5); }
/* Using HSL */ body { background-color: hsl(314, 8%, 60%); }
/* Text color */ p { color: #a1909d; }
/* Box shadow */ div { box-shadow: 4px 4px #a1909d; }
/* Border color */ .box { border: 4px solid #a1909d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a1909d; }
/* Background with text */ div { background: #a1909d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A1909D
<!-- Using HEX --> <div style="background-color: #a1909d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 144, 157); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 144, 157, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(314, 8%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a1909d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a1909d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a1909d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a1909d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a1909d; color: #fff; padding: 16px; border-radius: 8px;"> #A1909D </div>
Related Colors of #A1909D
These colors are similar to #A1909D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.