Color: #A2442F

#A2442F Color Information

#A2442F is a dark color. The closest websafe version is #A2442F. A complement of this color would be #2F8DA2, perceived brightness is 0.37, and the grayscale version is #696969.

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

In a RGB color space, #A2442F is composed of 64% red, 27% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 71% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 12.36, x: 0.5434, and y: 0.3652.

Color Code #A2442F

#A2442Frgb(162, 68, 47)
HEX
#A2442F
RGB
rgb(162, 68, 47)
HSL
hsl(11, 55%, 41%)
HSV
hsv(11, 71%, 64%)
CMYK
0%, 58%, 71%, 36%
XYZ
X: 18.39, Y: 12.36, Z: 3.09
Lab
L: 41.78, a: 38.77, b: 32.67
Name

Shades of Color #A2442F

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

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

#A2442Frgb(162, 68, 47)

About #A2442F Color Code

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

  • HEX: #A2442F
  • RGB: rgb(162, 68, 47)
  • HSL: hsl(11, 55%, 41%)
  • HSV: hsv(11, 71%, 64%)
  • CMYK: 0.00% cyan, 58.00% magenta, 71.00% yellow, 36.00% black
  • XYZ: 18.39, 12.36, 3.09
  • Yxy: 12.36, 0.5434, 0.3652
  • Hunter Lab: 41.78, 38.77, 32.67
  • CIE-Lab: 41.78, 38.77, 32.67

In the XYZ color space, this color is represented as X: 18.39, Y: 12.36, Z: 3.09. The Yxy representation further refines this as Y: 12.36, x: 0.5434, and y: 0.3652.

In the Hunter Lab color space, this color is represented as L: 41.78, a: 38.77, and b: 32.67. Similarly, in the CIE-Lab color space, it is represented as L: 41.78, a: 38.77, and b: 32.67.

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

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

Analogous Colors of #A2442F

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

Monochromatic Colors of #A2442F

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

Complementary Color of #A2442F

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

/* Using HEX */
body {
  background-color: #a2442f;
}
/* Using RGB */
body {
  background-color: rgb(162, 68, 47);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 68, 47, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(11, 55%, 41%);
}
/* Text color */
p {
  color: #a2442f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a2442f;
}
/* Border color */
.box {
  border: 4px solid #a2442f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a2442f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a2442f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A2442F
On Black Background
#A2442F
On White Background
#A2442F

HTML Examples of #A2442F

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

Related Colors of #A2442F

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