Color: #AAB3AF
#AAB3AF Color Information
#AAB3AF is a light color. The closest websafe version is #AAB3AF. A complement of this color would be #B2A9AD, perceived brightness is 0.69, and the grayscale version is #AEAEAE.
In the HSL color space, this color has a hue angle of 153°,a saturation of 6%, and a lightness of 68%.The HSV representation shows a hue of 153°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AAB3AF is composed of 67% red, 70% green and 69% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 0% magenta, 2% yellow and 30% black.
In the Yxy color space, this color is represented as Y: 43.86, x: 0.3406, and y: 0.3642.
Color Code #AAB3AF
Shades of Color #AAB3AF
Shades are created by darkening the original color #AAB3AF 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 #AAB3AF
Tints are created by lightening the original color #AAB3AF 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 #AAB3AF Color Code
In the HSL color space, this color has a hue angle of 153°, a saturation of 6%, and a lightness of 68%. The HSV representation shows a hue of 153°, a saturation of 5%, and a value of 70%.
- HEX: #AAB3AF
- RGB: rgb(170, 179, 175)
- HSL: hsl(153, 6%, 68%)
- HSV: hsv(153, 5%, 70%)
- CMYK: 5.00% cyan, 0.00% magenta, 2.00% yellow, 30.00% black
- XYZ: 41.02, 43.86, 35.55
- Yxy: 43.86, 0.3406, 0.3642
- Hunter Lab: 72.13, -3.84, 0.90
- CIE-Lab: 72.13, -3.84, 0.90
In the XYZ color space, this color is represented as X: 41.02, Y: 43.86, Z: 35.55. The Yxy representation further refines this as Y: 43.86, x: 0.3406, and y: 0.3642.
In the Hunter Lab color space, this color is represented as L: 72.13, a: -3.84, and b: 0.90. Similarly, in the CIE-Lab color space, it is represented as L: 72.13, a: -3.84, and b: 0.90.
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 #AAB3AF
Triadic colors are three colors evenly spaced around the color wheel, including #AAB3AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAB3AF
Monochromatic colors are variations of #AAB3AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAB3AF
The complementary color of #AAB3AF 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 #AAB3AF
/* Using HEX */ body { background-color: #aab3af; }
/* Using RGB */ body { background-color: rgb(170, 179, 175); }
/* Using RGB with opacity */ body { background-color: rgba(170, 179, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(153, 6%, 68%); }
/* Text color */ p { color: #aab3af; }
/* Box shadow */ div { box-shadow: 4px 4px #aab3af; }
HTML Examples of #AAB3AF
<!-- Using HEX --> <div style="background-color: #aab3af; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 179, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 179, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(153, 6%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aab3af;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aab3af; width: 100px; height: 100px;"></div>
Related Colors of #AAB3AF
These colors are similar to #AAB3AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.