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