Color: #A0522F

#A0522F Color Information

#A0522F is a dark color. The closest websafe version is #A0522F. A complement of this color would be #2F7EA2, perceived brightness is 0.40, and the grayscale version is #686868.

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

In a RGB color space, #A0522F is composed of 63% red, 32% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 71% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 14.04, x: 0.5221, and y: 0.3860.

Color Code #A0522F

HEX
#A0522F
RGB
rgb(160, 82, 47)
HSL
hsl(19, 55%, 41%)
HSV
hsv(19, 71%, 63%)
CMYK
0%, 49%, 71%, 37%
XYZ
X: 18.99, Y: 14.04, Z: 3.34
Lab
L: 44.29, a: 30.99, b: 35.29
Name

Shades of Color #A0522F

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

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

In the HSL color space, this color has a hue angle of 19°, a saturation of 55%, and a lightness of 41%. The HSV representation shows a hue of 19°, a saturation of 71%, and a value of 63%.

  • HEX: #A0522F
  • RGB: rgb(160, 82, 47)
  • HSL: hsl(19, 55%, 41%)
  • HSV: hsv(19, 71%, 63%)
  • CMYK: 0.00% cyan, 49.00% magenta, 71.00% yellow, 37.00% black
  • XYZ: 18.99, 14.04, 3.34
  • Yxy: 14.04, 0.5221, 0.3860
  • Hunter Lab: 44.29, 30.99, 35.29
  • CIE-Lab: 44.29, 30.99, 35.29

In the XYZ color space, this color is represented as X: 18.99, Y: 14.04, Z: 3.34. The Yxy representation further refines this as Y: 14.04, x: 0.5221, and y: 0.3860.

In the Hunter Lab color space, this color is represented as L: 44.29, a: 30.99, and b: 35.29. Similarly, in the CIE-Lab color space, it is represented as L: 44.29, a: 30.99, and b: 35.29.

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

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

Analogous Colors of #A0522F

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

Monochromatic Colors of #A0522F

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

Complementary Color of #A0522F

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

/* Using HEX */
body {
  background-color: #a0522f;
}
/* Using RGB */
body {
  background-color: rgb(160, 82, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 82, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 55%, 41%);
}
/* Text color */
p {
  color: #a0522f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0522f;
}

HTML Examples of #A0522F

<!-- Using HEX -->
<div style="background-color: #a0522f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 82, 47); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 82, 47, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(19, 55%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0522f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0522f; width: 100px; height: 100px;"></div>

Related Colors of #A0522F

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