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