Color: #AB8B7A
#AB8B7A Color Information
#AB8B7A is a light color. The closest websafe version is #AB8B7A. A complement of this color would be #7899AB, perceived brightness is 0.58, and the grayscale version is #929292.
In the HSL color space, this color has a hue angle of 21°,a saturation of 23%, and a lightness of 57%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB8B7A is composed of 67% red, 55% green and 48% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 29% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 28.75, x: 0.4001, and y: 0.3772.
Color Code #AB8B7A
Shades of Color #AB8B7A
Shades are created by darkening the original color #AB8B7A 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 #AB8B7A
Tints are created by lightening the original color #AB8B7A 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 #AB8B7A Color Code
In the HSL color space, this color has a hue angle of 21°, a saturation of 23%, and a lightness of 57%. The HSV representation shows a hue of 21°, a saturation of 29%, and a value of 67%.
- HEX: #AB8B7A
- RGB: rgb(171, 139, 122)
- HSL: hsl(21, 23%, 57%)
- HSV: hsv(21, 29%, 67%)
- CMYK: 0.00% cyan, 19.00% magenta, 29.00% yellow, 33.00% black
- XYZ: 30.49, 28.75, 16.97
- Yxy: 28.75, 0.4001, 0.3772
- Hunter Lab: 60.56, 10.62, 13.94
- CIE-Lab: 60.56, 10.62, 13.94
In the XYZ color space, this color is represented as X: 30.49, Y: 28.75, Z: 16.97. The Yxy representation further refines this as Y: 28.75, x: 0.4001, and y: 0.3772.
In the Hunter Lab color space, this color is represented as L: 60.56, a: 10.62, and b: 13.94. Similarly, in the CIE-Lab color space, it is represented as L: 60.56, a: 10.62, and b: 13.94.
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 #AB8B7A
Triadic colors are three colors evenly spaced around the color wheel, including #AB8B7A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB8B7A
Monochromatic colors are variations of #AB8B7A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB8B7A
The complementary color of #AB8B7A 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 #AB8B7A
/* Using HEX */ body { background-color: #ab8b7a; }
/* Using RGB */ body { background-color: rgb(171, 139, 122); }
/* Using RGB with opacity */ body { background-color: rgba(171, 139, 122, 0.5); }
/* Using HSL */ body { background-color: hsl(21, 23%, 57%); }
/* Text color */ p { color: #ab8b7a; }
/* Box shadow */ div { box-shadow: 4px 4px #ab8b7a; }
HTML Examples of #AB8B7A
<!-- Using HEX --> <div style="background-color: #ab8b7a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 139, 122); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 139, 122, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(21, 23%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab8b7a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab8b7a; width: 100px; height: 100px;"></div>
Related Colors of #AB8B7A
These colors are similar to #AB8B7A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.