Color: #AC828F
#AC828F Color Information
#AC828F is a light color. The closest websafe version is #AC828F. A complement of this color would be #82AB9E, perceived brightness is 0.56, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 341°,a saturation of 20%, and a lightness of 59%.The HSV representation shows a hue of 341°, a saturation of 24%, and a value of 67%.
In a RGB color space, #AC828F is composed of 67% red, 51% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 24% magenta, 17% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 26.85, x: 0.3828, and y: 0.3368.
Color Code #AC828F
Shades of Color #AC828F
Shades are created by darkening the original color #AC828F 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 #AC828F
Tints are created by lightening the original color #AC828F 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 #AC828F Color Code
In the HSL color space, this color has a hue angle of 341°, a saturation of 20%, and a lightness of 59%. The HSV representation shows a hue of 341°, a saturation of 24%, and a value of 67%.
- HEX: #AC828F
- RGB: rgb(172, 130, 143)
- HSL: hsl(341, 20%, 59%)
- HSV: hsv(341, 24%, 67%)
- CMYK: 0.00% cyan, 24.00% magenta, 17.00% yellow, 33.00% black
- XYZ: 30.52, 26.85, 22.36
- Yxy: 26.85, 0.3828, 0.3368
- Hunter Lab: 58.83, 18.18, -0.40
- CIE-Lab: 58.83, 18.18, -0.40
In the XYZ color space, this color is represented as X: 30.52, Y: 26.85, Z: 22.36. The Yxy representation further refines this as Y: 26.85, x: 0.3828, and y: 0.3368.
In the Hunter Lab color space, this color is represented as L: 58.83, a: 18.18, and b: -0.40. Similarly, in the CIE-Lab color space, it is represented as L: 58.83, a: 18.18, and b: -0.40.
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 #AC828F
Triadic colors are three colors evenly spaced around the color wheel, including #AC828F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AC828F
Monochromatic colors are variations of #AC828F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC828F
The complementary color of #AC828F 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 #AC828F
/* Using HEX */ body { background-color: #ac828f; }
/* Using RGB */ body { background-color: rgb(172, 130, 143); }
/* Using RGB with opacity */ body { background-color: rgba(172, 130, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(341, 20%, 59%); }
/* Text color */ p { color: #ac828f; }
/* Box shadow */ div { box-shadow: 4px 4px #ac828f; }
/* Border color */ .box { border: 4px solid #ac828f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ac828f; }
/* Background with text */ div { background: #ac828f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AC828F
<!-- Using HEX --> <div style="background-color: #ac828f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 130, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 130, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(341, 20%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac828f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac828f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ac828f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ac828f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ac828f; color: #fff; padding: 16px; border-radius: 8px;"> #AC828F </div>
Related Colors of #AC828F
These colors are similar to #AC828F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.