Color: #AB989C
#AB989C Color Information
#AB989C is a light color. The closest websafe version is #AB989C. A complement of this color would be #97AAA6, perceived brightness is 0.62, and the grayscale version is #A1A1A1.
In the HSL color space, this color has a hue angle of 347°,a saturation of 10%, and a lightness of 63%.The HSV representation shows a hue of 347°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB989C is composed of 67% red, 60% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 9% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 33.59, x: 0.3622, and y: 0.3515.
Color Code #AB989C
Shades of Color #AB989C
Shades are created by darkening the original color #AB989C 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 #AB989C
Tints are created by lightening the original color #AB989C 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 #AB989C Color Code
In the HSL color space, this color has a hue angle of 347°, a saturation of 10%, and a lightness of 63%. The HSV representation shows a hue of 347°, a saturation of 11%, and a value of 67%.
- HEX: #AB989C
- RGB: rgb(171, 152, 156)
- HSL: hsl(347, 10%, 63%)
- HSV: hsv(347, 11%, 67%)
- CMYK: 0.00% cyan, 11.00% magenta, 9.00% yellow, 33.00% black
- XYZ: 34.61, 33.59, 27.36
- Yxy: 33.59, 0.3622, 0.3515
- Hunter Lab: 64.63, 7.77, 0.60
- CIE-Lab: 64.63, 7.77, 0.60
In the XYZ color space, this color is represented as X: 34.61, Y: 33.59, Z: 27.36. The Yxy representation further refines this as Y: 33.59, x: 0.3622, and y: 0.3515.
In the Hunter Lab color space, this color is represented as L: 64.63, a: 7.77, and b: 0.60. Similarly, in the CIE-Lab color space, it is represented as L: 64.63, a: 7.77, and b: 0.60.
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 #AB989C
Triadic colors are three colors evenly spaced around the color wheel, including #AB989C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB989C
Monochromatic colors are variations of #AB989C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB989C
The complementary color of #AB989C 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 #AB989C
/* Using HEX */ body { background-color: #ab989c; }
/* Using RGB */ body { background-color: rgb(171, 152, 156); }
/* Using RGB with opacity */ body { background-color: rgba(171, 152, 156, 0.5); }
/* Using HSL */ body { background-color: hsl(347, 10%, 63%); }
/* Text color */ p { color: #ab989c; }
/* Box shadow */ div { box-shadow: 4px 4px #ab989c; }
HTML Examples of #AB989C
<!-- Using HEX --> <div style="background-color: #ab989c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 152, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 152, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(347, 10%, 63%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab989c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab989c; width: 100px; height: 100px;"></div>
Related Colors of #AB989C
These colors are similar to #AB989C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.