Color: #A8372F

#A8372F Color Information

#A8372F is a dark color. The closest websafe version is #A8372F. A complement of this color would be #2F9FA7, perceived brightness is 0.34, and the grayscale version is #6B6B6B.

In the HSL color space, this color has a hue angle of 4°,a saturation of 56%, and a lightness of 42%.The HSV representation shows a hue of 4°, a saturation of 72%, and a value of 66%.

In a RGB color space, #A8372F is composed of 66% red, 22% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 72% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 11.62, x: 0.5653, and y: 0.3467.

Color Code #A8372F

#A8372Frgb(168, 55, 47)
HEX
#A8372F
RGB
rgb(168, 55, 47)
HSL
hsl(4, 56%, 42%)
HSV
hsv(4, 72%, 66%)
CMYK
0%, 67%, 72%, 34%
XYZ
X: 18.95, Y: 11.62, Z: 2.95
Lab
L: 40.61, a: 46.70, b: 31.75
Name

Shades of Color #A8372F

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

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

#A8372Frgb(168, 55, 47)

About #A8372F Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 56%, and a lightness of 42%. The HSV representation shows a hue of 4°, a saturation of 72%, and a value of 66%.

  • HEX: #A8372F
  • RGB: rgb(168, 55, 47)
  • HSL: hsl(4, 56%, 42%)
  • HSV: hsv(4, 72%, 66%)
  • CMYK: 0.00% cyan, 67.00% magenta, 72.00% yellow, 34.00% black
  • XYZ: 18.95, 11.62, 2.95
  • Yxy: 11.62, 0.5653, 0.3467
  • Hunter Lab: 40.61, 46.70, 31.75
  • CIE-Lab: 40.61, 46.70, 31.75

In the XYZ color space, this color is represented as X: 18.95, Y: 11.62, Z: 2.95. The Yxy representation further refines this as Y: 11.62, x: 0.5653, and y: 0.3467.

In the Hunter Lab color space, this color is represented as L: 40.61, a: 46.70, and b: 31.75. Similarly, in the CIE-Lab color space, it is represented as L: 40.61, a: 46.70, and b: 31.75.

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

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

Analogous Colors of #A8372F

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

Monochromatic Colors of #A8372F

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

Complementary Color of #A8372F

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

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

HTML Examples of #A8372F

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

Related Colors of #A8372F

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