Color: #ACB45D
#ACB45D Color Information
#ACB45D is a light color. The closest websafe version is #ACB45D. A complement of this color would be #675EB5, perceived brightness is 0.66, and the grayscale version is #898989.
In the HSL color space, this color has a hue angle of 66°,a saturation of 37%, and a lightness of 54%.The HSV representation shows a hue of 66°, a saturation of 48%, and a value of 71%.
In a RGB color space, #ACB45D is composed of 67% red, 71% green and 36% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 48% yellow and 29% black.
In the Yxy color space, this color is represented as Y: 42.56, x: 0.4014, and y: 0.4601.
Color Code #ACB45D
Shades of Color #ACB45D
Shades are created by darkening the original color #ACB45D 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 #ACB45D
Tints are created by lightening the original color #ACB45D 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 #ACB45D Color Code
In the HSL color space, this color has a hue angle of 66°, a saturation of 37%, and a lightness of 54%. The HSV representation shows a hue of 66°, a saturation of 48%, and a value of 71%.
- HEX: #ACB45D
- RGB: rgb(172, 180, 93)
- HSL: hsl(66, 37%, 54%)
- HSV: hsv(66, 48%, 71%)
- CMYK: 4.00% cyan, 0.00% magenta, 48.00% yellow, 29.00% black
- XYZ: 37.13, 42.56, 12.82
- Yxy: 42.56, 0.4014, 0.4601
- Hunter Lab: 71.26, -12.34, 42.92
- CIE-Lab: 71.26, -12.34, 42.92
In the XYZ color space, this color is represented as X: 37.13, Y: 42.56, Z: 12.82. The Yxy representation further refines this as Y: 42.56, x: 0.4014, and y: 0.4601.
In the Hunter Lab color space, this color is represented as L: 71.26, a: -12.34, and b: 42.92. Similarly, in the CIE-Lab color space, it is represented as L: 71.26, a: -12.34, and b: 42.92.
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 #ACB45D
Triadic colors are three colors evenly spaced around the color wheel, including #ACB45D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #ACB45D
Monochromatic colors are variations of #ACB45D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ACB45D
The complementary color of #ACB45D 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 #ACB45D
/* Using HEX */ body { background-color: #acb45d; }
/* Using RGB */ body { background-color: rgb(172, 180, 93); }
/* Using RGB with opacity */ body { background-color: rgba(172, 180, 93, 0.5); }
/* Using HSL */ body { background-color: hsl(66, 37%, 54%); }
/* Text color */ p { color: #acb45d; }
/* Box shadow */ div { box-shadow: 4px 4px #acb45d; }
/* Border color */ .box { border: 4px solid #acb45d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #acb45d; }
/* Background with text */ div { background: #acb45d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ACB45D
<!-- Using HEX --> <div style="background-color: #acb45d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 180, 93); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 180, 93, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(66, 37%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #acb45d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #acb45d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #acb45d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #acb45d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #acb45d; color: #fff; padding: 16px; border-radius: 8px;"> #ACB45D </div>
Related Colors of #ACB45D
These colors are similar to #ACB45D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.