Color: #AB7029
#AB7029 Color Information
#AB7029 is a dark color. The closest websafe version is #AB7029. A complement of this color would be #2A65AC, perceived brightness is 0.48, and the grayscale version is #6A6A6A.
In the HSL color space, this color has a hue angle of 33°,a saturation of 61%, and a lightness of 42%.The HSV representation shows a hue of 33°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AB7029 is composed of 67% red, 44% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 76% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 20.81, x: 0.4979, and y: 0.4260.
Color Code #AB7029
Shades of Color #AB7029
Shades are created by darkening the original color #AB7029 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 #AB7029
Tints are created by lightening the original color #AB7029 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 #AB7029 Color Code
In the HSL color space, this color has a hue angle of 33°, a saturation of 61%, and a lightness of 42%. The HSV representation shows a hue of 33°, a saturation of 76%, and a value of 67%.
- HEX: #AB7029
- RGB: rgb(171, 112, 41)
- HSL: hsl(33, 61%, 42%)
- HSV: hsv(33, 76%, 67%)
- CMYK: 0.00% cyan, 35.00% magenta, 76.00% yellow, 33.00% black
- XYZ: 24.32, 20.81, 3.72
- Yxy: 20.81, 0.4979, 0.4260
- Hunter Lab: 52.74, 19.59, 47.31
- CIE-Lab: 52.74, 19.59, 47.31
In the XYZ color space, this color is represented as X: 24.32, Y: 20.81, Z: 3.72. The Yxy representation further refines this as Y: 20.81, x: 0.4979, and y: 0.4260.
In the Hunter Lab color space, this color is represented as L: 52.74, a: 19.59, and b: 47.31. Similarly, in the CIE-Lab color space, it is represented as L: 52.74, a: 19.59, and b: 47.31.
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 #AB7029
Triadic colors are three colors evenly spaced around the color wheel, including #AB7029. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AB7029
Monochromatic colors are variations of #AB7029, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AB7029
The complementary color of #AB7029 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 #AB7029
/* Using HEX */ body { background-color: #ab7029; }
/* Using RGB */ body { background-color: rgb(171, 112, 41); }
/* Using RGB with opacity */ body { background-color: rgba(171, 112, 41, 0.5); }
/* Using HSL */ body { background-color: hsl(33, 61%, 42%); }
/* Text color */ p { color: #ab7029; }
/* Box shadow */ div { box-shadow: 4px 4px #ab7029; }
HTML Examples of #AB7029
<!-- Using HEX --> <div style="background-color: #ab7029; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 112, 41); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 112, 41, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(33, 61%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ab7029;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ab7029; width: 100px; height: 100px;"></div>
Related Colors of #AB7029
These colors are similar to #AB7029, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.