Color: #AA7A65
#AA7A65 Color Information
#AA7A65 is a light color. The closest websafe version is #AA7A65. A complement of this color would be #6495AA, perceived brightness is 0.53, and the grayscale version is #888888.
In the HSL color space, this color has a hue angle of 18°,a saturation of 29%, and a lightness of 53%.The HSV representation shows a hue of 18°, a saturation of 41%, and a value of 67%.
In a RGB color space, #AA7A65 is composed of 67% red, 48% green and 40% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 28% magenta, 41% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 23.68, x: 0.4316, and y: 0.3800.
Color Code #AA7A65
Shades of Color #AA7A65
Shades are created by darkening the original color #AA7A65 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 #AA7A65
Tints are created by lightening the original color #AA7A65 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 #AA7A65 Color Code
In the HSL color space, this color has a hue angle of 18°, a saturation of 29%, and a lightness of 53%. The HSV representation shows a hue of 18°, a saturation of 41%, and a value of 67%.
- HEX: #AA7A65
- RGB: rgb(170, 122, 101)
- HSL: hsl(18, 29%, 53%)
- HSV: hsv(18, 41%, 67%)
- CMYK: 0.00% cyan, 28.00% magenta, 41.00% yellow, 33.00% black
- XYZ: 26.89, 23.68, 11.74
- Yxy: 23.68, 0.4316, 0.3800
- Hunter Lab: 55.77, 17.29, 19.32
- CIE-Lab: 55.77, 17.29, 19.32
In the XYZ color space, this color is represented as X: 26.89, Y: 23.68, Z: 11.74. The Yxy representation further refines this as Y: 23.68, x: 0.4316, and y: 0.3800.
In the Hunter Lab color space, this color is represented as L: 55.77, a: 17.29, and b: 19.32. Similarly, in the CIE-Lab color space, it is represented as L: 55.77, a: 17.29, and b: 19.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 #AA7A65
Triadic colors are three colors evenly spaced around the color wheel, including #AA7A65. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA7A65
Split complementary colors are two colors adjacent to the complementary color of #AA7A65. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA7A65
Monochromatic colors are variations of #AA7A65, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA7A65
The complementary color of #AA7A65 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 #AA7A65
/* Using HEX */ body { background-color: #aa7a65; }
/* Using RGB */ body { background-color: rgb(170, 122, 101); }
/* Using RGB with opacity */ body { background-color: rgba(170, 122, 101, 0.5); }
/* Using HSL */ body { background-color: hsl(18, 29%, 53%); }
/* Text color */ p { color: #aa7a65; }
/* Box shadow */ div { box-shadow: 4px 4px #aa7a65; }
/* Border color */ .box { border: 4px solid #aa7a65; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa7a65; }
/* Background with text */ div { background: #aa7a65; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA7A65
<!-- Using HEX --> <div style="background-color: #aa7a65; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 122, 101); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 122, 101, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(18, 29%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa7a65;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa7a65; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa7a65; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa7a65;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa7a65; color: #fff; padding: 16px; border-radius: 8px;"> #AA7A65 </div>
Related Colors of #AA7A65
These colors are similar to #AA7A65, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.