Color: #AC761C
#AC761C Color Information
#AC761C is a dark color. The closest websafe version is #AC761C. A complement of this color would be #1C50AB, perceived brightness is 0.49, and the grayscale version is #646464.
In the HSL color space, this color has a hue angle of 38°,a saturation of 72%, and a lightness of 39%.The HSV representation shows a hue of 38°, a saturation of 84%, and a value of 67%.
In a RGB color space, #AC761C is composed of 67% red, 46% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 31% magenta, 84% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 22.24, x: 0.4973, and y: 0.4401.
Color Code #AC761C
Shades of Color #AC761C
Shades are created by darkening the original color #AC761C 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 #AC761C
Tints are created by lightening the original color #AC761C 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 #AC761C Color Code
In the HSL color space, this color has a hue angle of 38°, a saturation of 72%, and a lightness of 39%. The HSV representation shows a hue of 38°, a saturation of 84%, and a value of 67%.
- HEX: #AC761C
- RGB: rgb(172, 118, 28)
- HSL: hsl(38, 72%, 39%)
- HSV: hsv(38, 84%, 67%)
- CMYK: 0.00% cyan, 31.00% magenta, 84.00% yellow, 33.00% black
- XYZ: 25.13, 22.24, 3.16
- Yxy: 22.24, 0.4973, 0.4401
- Hunter Lab: 54.28, 16.47, 53.73
- CIE-Lab: 54.28, 16.47, 53.73
In the XYZ color space, this color is represented as X: 25.13, Y: 22.24, Z: 3.16. The Yxy representation further refines this as Y: 22.24, x: 0.4973, and y: 0.4401.
In the Hunter Lab color space, this color is represented as L: 54.28, a: 16.47, and b: 53.73. Similarly, in the CIE-Lab color space, it is represented as L: 54.28, a: 16.47, and b: 53.73.
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 #AC761C
Triadic colors are three colors evenly spaced around the color wheel, including #AC761C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AC761C
Split complementary colors are two colors adjacent to the complementary color of #AC761C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AC761C
Monochromatic colors are variations of #AC761C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC761C
The complementary color of #AC761C 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 #AC761C
/* Using HEX */ body { background-color: #ac761c; }
/* Using RGB */ body { background-color: rgb(172, 118, 28); }
/* Using RGB with opacity */ body { background-color: rgba(172, 118, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(38, 72%, 39%); }
/* Text color */ p { color: #ac761c; }
/* Box shadow */ div { box-shadow: 4px 4px #ac761c; }
/* Border color */ .box { border: 4px solid #ac761c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ac761c; }
/* Background with text */ div { background: #ac761c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AC761C
<!-- Using HEX --> <div style="background-color: #ac761c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 118, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 118, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(38, 72%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac761c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac761c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ac761c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ac761c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ac761c; color: #fff; padding: 16px; border-radius: 8px;"> #AC761C </div>
Related Colors of #AC761C
These colors are similar to #AC761C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.