Color: #AA5528

#AA5528 Color Information

#AA5528 is a dark color. The closest websafe version is #AA5528. A complement of this color would be #287CA9, perceived brightness is 0.41, and the grayscale version is #696969.

In the HSL color space, this color has a hue angle of 21°,a saturation of 62%, and a lightness of 41%.The HSV representation shows a hue of 21°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AA5528 is composed of 67% red, 33% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 50% magenta, 76% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 15.59, x: 0.5349, and y: 0.3909.

Color Code #AA5528

HEX
#AA5528
RGB
rgb(170, 85, 40)
HSL
hsl(21, 62%, 41%)
HSV
hsv(21, 76%, 67%)
CMYK
0%, 50%, 76%, 33%
XYZ
X: 21.33, Y: 15.59, Z: 2.96
Lab
L: 46.43, a: 33.32, b: 41.69
Name

Shades of Color #AA5528

Shades are created by darkening the original color #AA5528 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 #AA5528

Tints are created by lightening the original color #AA5528 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 #AA5528 Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 62%, and a lightness of 41%. The HSV representation shows a hue of 21°, a saturation of 76%, and a value of 67%.

  • HEX: #AA5528
  • RGB: rgb(170, 85, 40)
  • HSL: hsl(21, 62%, 41%)
  • HSV: hsv(21, 76%, 67%)
  • CMYK: 0.00% cyan, 50.00% magenta, 76.00% yellow, 33.00% black
  • XYZ: 21.33, 15.59, 2.96
  • Yxy: 15.59, 0.5349, 0.3909
  • Hunter Lab: 46.43, 33.32, 41.69
  • CIE-Lab: 46.43, 33.32, 41.69

In the XYZ color space, this color is represented as X: 21.33, Y: 15.59, Z: 2.96. The Yxy representation further refines this as Y: 15.59, x: 0.5349, and y: 0.3909.

In the Hunter Lab color space, this color is represented as L: 46.43, a: 33.32, and b: 41.69. Similarly, in the CIE-Lab color space, it is represented as L: 46.43, a: 33.32, and b: 41.69.

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 #AA5528

Triadic colors are three colors evenly spaced around the color wheel, including #AA5528. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #AA5528

Analogous colors are adjacent to #AA5528 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #AA5528

Monochromatic colors are variations of #AA5528, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #AA5528

The complementary color of #AA5528 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 #AA5528

/* Using HEX */
body {
  background-color: #aa5528;
}
/* Using RGB */
body {
  background-color: rgb(170, 85, 40);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 85, 40, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 62%, 41%);
}
/* Text color */
p {
  color: #aa5528;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aa5528;
}

HTML Examples of #AA5528

<!-- Using HEX -->
<div style="background-color: #aa5528; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(170, 85, 40); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(170, 85, 40, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(21, 62%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aa5528;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aa5528; width: 100px; height: 100px;"></div>

Related Colors of #AA5528

These colors are similar to #AA5528, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.