Color: #AC401C

#AC401C Color Information

#AC401C is a dark color. The closest websafe version is #AC401C. A complement of this color would be #1C87AB, perceived brightness is 0.36, and the grayscale version is #646464.

In the HSL color space, this color has a hue angle of 15°,a saturation of 72%, and a lightness of 39%.The HSV representation shows a hue of 15°, a saturation of 84%, and a value of 67%.

In a RGB color space, #AC401C is composed of 67% red, 25% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 63% magenta, 84% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 12.93, x: 0.5758, and y: 0.3699.

Color Code #AC401C

#AC401Crgb(172, 64, 28)
HEX
#AC401C
RGB
rgb(172, 64, 28)
HSL
hsl(15, 72%, 39%)
HSV
hsv(15, 84%, 67%)
CMYK
0%, 63%, 84%, 33%
XYZ
X: 20.13, Y: 12.93, Z: 1.90
Lab
L: 42.65, a: 43.81, b: 44.20
Name

Shades of Color #AC401C

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

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

#AC401Crgb(172, 64, 28)

About #AC401C Color Code

In the HSL color space, this color has a hue angle of 15°, a saturation of 72%, and a lightness of 39%. The HSV representation shows a hue of 15°, a saturation of 84%, and a value of 67%.

  • HEX: #AC401C
  • RGB: rgb(172, 64, 28)
  • HSL: hsl(15, 72%, 39%)
  • HSV: hsv(15, 84%, 67%)
  • CMYK: 0.00% cyan, 63.00% magenta, 84.00% yellow, 33.00% black
  • XYZ: 20.13, 12.93, 1.90
  • Yxy: 12.93, 0.5758, 0.3699
  • Hunter Lab: 42.65, 43.81, 44.20
  • CIE-Lab: 42.65, 43.81, 44.20

In the XYZ color space, this color is represented as X: 20.13, Y: 12.93, Z: 1.90. The Yxy representation further refines this as Y: 12.93, x: 0.5758, and y: 0.3699.

In the Hunter Lab color space, this color is represented as L: 42.65, a: 43.81, and b: 44.20. Similarly, in the CIE-Lab color space, it is represented as L: 42.65, a: 43.81, and b: 44.20.

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

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

Analogous Colors of #AC401C

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

Monochromatic Colors of #AC401C

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

Complementary Color of #AC401C

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

/* Using HEX */
body {
  background-color: #ac401c;
}
/* Using RGB */
body {
  background-color: rgb(172, 64, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 64, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(15, 72%, 39%);
}
/* Text color */
p {
  color: #ac401c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac401c;
}
/* Border color */
.box {
  border: 4px solid #ac401c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ac401c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ac401c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AC401C
On Black Background
#AC401C
On White Background
#AC401C

HTML Examples of #AC401C

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

Related Colors of #AC401C

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