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