Color: #AB832B

#AB832B Color Information

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

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

In a RGB color space, #AB832B is composed of 67% red, 51% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 23% magenta, 75% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 25.48, x: 0.4724, and y: 0.4484.

Color Code #AB832B

#AB832Brgb(171, 131, 43)
HEX
#AB832B
RGB
rgb(171, 131, 43)
HSL
hsl(41, 60%, 42%)
HSV
hsv(41, 75%, 67%)
CMYK
0%, 23%, 75%, 33%
XYZ
X: 26.84, Y: 25.48, Z: 4.50
Lab
L: 57.54, a: 9.51, b: 50.97
Name

Shades of Color #AB832B

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

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

#AB832Brgb(171, 131, 43)

About #AB832B Color Code

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

  • HEX: #AB832B
  • RGB: rgb(171, 131, 43)
  • HSL: hsl(41, 60%, 42%)
  • HSV: hsv(41, 75%, 67%)
  • CMYK: 0.00% cyan, 23.00% magenta, 75.00% yellow, 33.00% black
  • XYZ: 26.84, 25.48, 4.50
  • Yxy: 25.48, 0.4724, 0.4484
  • Hunter Lab: 57.54, 9.51, 50.97
  • CIE-Lab: 57.54, 9.51, 50.97

In the XYZ color space, this color is represented as X: 26.84, Y: 25.48, Z: 4.50. The Yxy representation further refines this as Y: 25.48, x: 0.4724, and y: 0.4484.

In the Hunter Lab color space, this color is represented as L: 57.54, a: 9.51, and b: 50.97. Similarly, in the CIE-Lab color space, it is represented as L: 57.54, a: 9.51, and b: 50.97.

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

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

Analogous Colors of #AB832B

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

Split Complementary Colors of #AB832B

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

Tetradic Colors of #AB832B

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

Monochromatic Colors of #AB832B

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

Complementary Color of #AB832B

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

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

HTML Examples of #AB832B

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

Related Colors of #AB832B

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