Color: #A0822C

#A0822C Color Information

#A0822C is a light color. The closest websafe version is #A0822C. A complement of this color would be #2C4BA0, perceived brightness is 0.51, and the grayscale version is #666666.

In the HSL color space, this color has a hue angle of 44°,a saturation of 57%, and a lightness of 40%.The HSV representation shows a hue of 44°, a saturation of 73%, and a value of 63%.

In a RGB color space, #A0822C is composed of 63% red, 51% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 72% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 23.98, x: 0.4606, and y: 0.4548.

Color Code #A0822C

#A0822Crgb(160, 130, 44)
HEX
#A0822C
RGB
rgb(160, 130, 44)
HSL
hsl(44, 57%, 40%)
HSV
hsv(44, 73%, 63%)
CMYK
0%, 19%, 72%, 37%
XYZ
X: 24.29, Y: 23.98, Z: 4.46
Lab
L: 56.06, a: 5.14, b: 48.65
Name

Shades of Color #A0822C

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

Tints are created by lightening the original color #A0822C 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.

#A0822Crgb(160, 130, 44)

About #A0822C Color Code

In the HSL color space, this color has a hue angle of 44°, a saturation of 57%, and a lightness of 40%. The HSV representation shows a hue of 44°, a saturation of 73%, and a value of 63%.

  • HEX: #A0822C
  • RGB: rgb(160, 130, 44)
  • HSL: hsl(44, 57%, 40%)
  • HSV: hsv(44, 73%, 63%)
  • CMYK: 0.00% cyan, 19.00% magenta, 72.00% yellow, 37.00% black
  • XYZ: 24.29, 23.98, 4.46
  • Yxy: 23.98, 0.4606, 0.4548
  • Hunter Lab: 56.06, 5.14, 48.65
  • CIE-Lab: 56.06, 5.14, 48.65

In the XYZ color space, this color is represented as X: 24.29, Y: 23.98, Z: 4.46. The Yxy representation further refines this as Y: 23.98, x: 0.4606, and y: 0.4548.

In the Hunter Lab color space, this color is represented as L: 56.06, a: 5.14, and b: 48.65. Similarly, in the CIE-Lab color space, it is represented as L: 56.06, a: 5.14, and b: 48.65.

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

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

Analogous Colors of #A0822C

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

Split Complementary Colors of #A0822C

Split complementary colors are two colors adjacent to the complementary color of #A0822C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A0822C

Tetradic colors form a rectangle on the color wheel, including #A0822C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A0822C

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

Complementary Color of #A0822C

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

/* Using HEX */
body {
  background-color: #a0822c;
}
/* Using RGB */
body {
  background-color: rgb(160, 130, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 130, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 57%, 40%);
}
/* Text color */
p {
  color: #a0822c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a0822c;
}
/* Border color */
.box {
  border: 4px solid #a0822c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a0822c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a0822c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A0822C
On Black Background
#A0822C
On White Background
#A0822C

HTML Examples of #A0822C

<!-- Using HEX -->
<div style="background-color: #a0822c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 130, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 130, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(44, 57%, 40%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a0822c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a0822c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a0822c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a0822c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a0822c; color: #fff; padding: 16px; border-radius: 8px;">
  #A0822C
</div>
#A0822C
On Black Background
#A0822C
On White Background
#A0822C

Related Colors of #A0822C

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