Color: #AB070C

#AB070C Color Information

#AB070C is a dark color. The closest websafe version is #AB070C. A complement of this color would be #07ABA6, perceived brightness is 0.22, and the grayscale version is #595959.

In the HSL color space, this color has a hue angle of 358°,a saturation of 92%, and a lightness of 35%.The HSV representation shows a hue of 358°, a saturation of 96%, and a value of 67%.

In a RGB color space, #AB070C is composed of 67% red, 3% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 93% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 9.24, x: 0.6394, and y: 0.3302.

Color Code #AB070C

#AB070Crgb(171, 7, 12)
HEX
#AB070C
RGB
rgb(171, 7, 12)
HSL
hsl(358, 92%, 35%)
HSV
hsv(358, 96%, 67%)
CMYK
0%, 96%, 93%, 33%
XYZ
X: 17.89, Y: 9.24, Z: 0.85
Lab
L: 36.43, a: 59.18, b: 46.88
Name

Shades of Color #AB070C

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

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

#AB070Crgb(171, 7, 12)

About #AB070C Color Code

In the HSL color space, this color has a hue angle of 358°, a saturation of 92%, and a lightness of 35%. The HSV representation shows a hue of 358°, a saturation of 96%, and a value of 67%.

  • HEX: #AB070C
  • RGB: rgb(171, 7, 12)
  • HSL: hsl(358, 92%, 35%)
  • HSV: hsv(358, 96%, 67%)
  • CMYK: 0.00% cyan, 96.00% magenta, 93.00% yellow, 33.00% black
  • XYZ: 17.89, 9.24, 0.85
  • Yxy: 9.24, 0.6394, 0.3302
  • Hunter Lab: 36.43, 59.18, 46.88
  • CIE-Lab: 36.43, 59.18, 46.88

In the XYZ color space, this color is represented as X: 17.89, Y: 9.24, Z: 0.85. The Yxy representation further refines this as Y: 9.24, x: 0.6394, and y: 0.3302.

In the Hunter Lab color space, this color is represented as L: 36.43, a: 59.18, and b: 46.88. Similarly, in the CIE-Lab color space, it is represented as L: 36.43, a: 59.18, and b: 46.88.

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

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

Analogous Colors of #AB070C

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

Split Complementary Colors of #AB070C

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

Tetradic Colors of #AB070C

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

Monochromatic Colors of #AB070C

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

Complementary Color of #AB070C

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

/* Using HEX */
body {
  background-color: #ab070c;
}
/* Using RGB */
body {
  background-color: rgb(171, 7, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 7, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(358, 92%, 35%);
}
/* Text color */
p {
  color: #ab070c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab070c;
}
/* Border color */
.box {
  border: 4px solid #ab070c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab070c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab070c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB070C
On Black Background
#AB070C
On White Background
#AB070C

HTML Examples of #AB070C

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

Related Colors of #AB070C

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