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