Color: #AB872C

#AB872C Color Information

#AB872C is a light color. The closest websafe version is #AB872C. A complement of this color would be #2C50AA, perceived brightness is 0.53, and the grayscale version is #6B6B6B.

In the HSL color space, this color has a hue angle of 43°,a saturation of 59%, and a lightness of 42%.The HSV representation shows a hue of 43°, a saturation of 74%, and a value of 67%.

In a RGB color space, #AB872C is composed of 67% red, 53% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 74% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 26.58, x: 0.4672, and y: 0.4524.

Color Code #AB872C

#AB872Crgb(171, 135, 44)
HEX
#AB872C
RGB
rgb(171, 135, 44)
HSL
hsl(43, 59%, 42%)
HSV
hsv(43, 74%, 67%)
CMYK
0%, 21%, 74%, 33%
XYZ
X: 27.45, Y: 26.58, Z: 4.72
Lab
L: 58.59, a: 7.42, b: 51.54
Name

Shades of Color #AB872C

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

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

#AB872Crgb(171, 135, 44)

About #AB872C Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 59%, and a lightness of 42%. The HSV representation shows a hue of 43°, a saturation of 74%, and a value of 67%.

  • HEX: #AB872C
  • RGB: rgb(171, 135, 44)
  • HSL: hsl(43, 59%, 42%)
  • HSV: hsv(43, 74%, 67%)
  • CMYK: 0.00% cyan, 21.00% magenta, 74.00% yellow, 33.00% black
  • XYZ: 27.45, 26.58, 4.72
  • Yxy: 26.58, 0.4672, 0.4524
  • Hunter Lab: 58.59, 7.42, 51.54
  • CIE-Lab: 58.59, 7.42, 51.54

In the XYZ color space, this color is represented as X: 27.45, Y: 26.58, Z: 4.72. The Yxy representation further refines this as Y: 26.58, x: 0.4672, and y: 0.4524.

In the Hunter Lab color space, this color is represented as L: 58.59, a: 7.42, and b: 51.54. Similarly, in the CIE-Lab color space, it is represented as L: 58.59, a: 7.42, and b: 51.54.

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

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

Analogous Colors of #AB872C

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

Monochromatic Colors of #AB872C

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

Complementary Color of #AB872C

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

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

HTML Examples of #AB872C

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

Related Colors of #AB872C

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