Color: #AA831A
#AA831A Color Information
#AA831A is a light color. The closest websafe version is #AA831A. A complement of this color would be #1A40A8, perceived brightness is 0.51, and the grayscale version is #626262.
In the HSL color space, this color has a hue angle of 44°,a saturation of 73%, and a lightness of 38%.The HSV representation shows a hue of 44°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AA831A is composed of 67% red, 51% green and 10% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 85% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 25.28, x: 0.4786, and y: 0.4580.
Color Code #AA831A
Shades of Color #AA831A
Shades are created by darkening the original color #AA831A 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 #AA831A
Tints are created by lightening the original color #AA831A 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 #AA831A Color Code
In the HSL color space, this color has a hue angle of 44°, a saturation of 73%, and a lightness of 38%. The HSV representation shows a hue of 44°, a saturation of 85%, and a value of 67%.
- HEX: #AA831A
- RGB: rgb(170, 131, 26)
- HSL: hsl(44, 73%, 38%)
- HSV: hsv(44, 85%, 67%)
- CMYK: 0.00% cyan, 23.00% magenta, 85.00% yellow, 33.00% black
- XYZ: 26.42, 25.28, 3.50
- Yxy: 25.28, 0.4786, 0.4580
- Hunter Lab: 57.34, 8.60, 56.70
- CIE-Lab: 57.34, 8.60, 56.70
In the XYZ color space, this color is represented as X: 26.42, Y: 25.28, Z: 3.50. The Yxy representation further refines this as Y: 25.28, x: 0.4786, and y: 0.4580.
In the Hunter Lab color space, this color is represented as L: 57.34, a: 8.60, and b: 56.70. Similarly, in the CIE-Lab color space, it is represented as L: 57.34, a: 8.60, and b: 56.70.
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 #AA831A
Triadic colors are three colors evenly spaced around the color wheel, including #AA831A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA831A
Monochromatic colors are variations of #AA831A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA831A
The complementary color of #AA831A 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 #AA831A
/* Using HEX */ body { background-color: #aa831a; }
/* Using RGB */ body { background-color: rgb(170, 131, 26); }
/* Using RGB with opacity */ body { background-color: rgba(170, 131, 26, 0.5); }
/* Using HSL */ body { background-color: hsl(44, 73%, 38%); }
/* Text color */ p { color: #aa831a; }
/* Box shadow */ div { box-shadow: 4px 4px #aa831a; }
HTML Examples of #AA831A
<!-- Using HEX --> <div style="background-color: #aa831a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 131, 26); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 131, 26, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(44, 73%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa831a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa831a; width: 100px; height: 100px;"></div>
Related Colors of #AA831A
These colors are similar to #AA831A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.