Color: #A9AFAB
#A9AFAB Color Information
#A9AFAB is a light color. The closest websafe version is #A9AFAB. A complement of this color would be #AEA7AC, perceived brightness is 0.68, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 140°,a saturation of 4%, and a lightness of 67%.The HSV representation shows a hue of 140°, a saturation of 3%, and a value of 69%.
In a RGB color space, #A9AFAB is composed of 66% red, 69% green and 67% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 2% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 42.03, x: 0.3433, and y: 0.3640.
Color Code #A9AFAB
Shades of Color #A9AFAB
Shades are created by darkening the original color #A9AFAB 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 #A9AFAB
Tints are created by lightening the original color #A9AFAB 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 #A9AFAB Color Code
In the HSL color space, this color has a hue angle of 140°, a saturation of 4%, and a lightness of 67%. The HSV representation shows a hue of 140°, a saturation of 3%, and a value of 69%.
- HEX: #A9AFAB
- RGB: rgb(169, 175, 171)
- HSL: hsl(140, 4%, 67%)
- HSV: hsv(140, 3%, 69%)
- CMYK: 3.00% cyan, 0.00% magenta, 2.00% yellow, 31.00% black
- XYZ: 39.64, 42.03, 33.80
- Yxy: 42.03, 0.3433, 0.3640
- Hunter Lab: 70.89, -2.76, 1.28
- CIE-Lab: 70.89, -2.76, 1.28
In the XYZ color space, this color is represented as X: 39.64, Y: 42.03, Z: 33.80. The Yxy representation further refines this as Y: 42.03, x: 0.3433, and y: 0.3640.
In the Hunter Lab color space, this color is represented as L: 70.89, a: -2.76, and b: 1.28. Similarly, in the CIE-Lab color space, it is represented as L: 70.89, a: -2.76, and b: 1.28.
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 #A9AFAB
Triadic colors are three colors evenly spaced around the color wheel, including #A9AFAB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A9AFAB
Monochromatic colors are variations of #A9AFAB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A9AFAB
The complementary color of #A9AFAB 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 #A9AFAB
/* Using HEX */ body { background-color: #a9afab; }
/* Using RGB */ body { background-color: rgb(169, 175, 171); }
/* Using RGB with opacity */ body { background-color: rgba(169, 175, 171, 0.5); }
/* Using HSL */ body { background-color: hsl(140, 4%, 67%); }
/* Text color */ p { color: #a9afab; }
/* Box shadow */ div { box-shadow: 4px 4px #a9afab; }
/* Border color */ .box { border: 4px solid #a9afab; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a9afab; }
/* Background with text */ div { background: #a9afab; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A9AFAB
<!-- Using HEX --> <div style="background-color: #a9afab; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(169, 175, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(169, 175, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(140, 4%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a9afab;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a9afab; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a9afab; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a9afab;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a9afab; color: #fff; padding: 16px; border-radius: 8px;"> #A9AFAB </div>
Related Colors of #A9AFAB
These colors are similar to #A9AFAB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.