Color: #AB8B44

#AB8B44 Color Information

#AB8B44 is a light color. The closest websafe version is #AB8B44. A complement of this color would be #4465AB, perceived brightness is 0.55, and the grayscale version is #777777.

In the HSL color space, this color has a hue angle of 41°,a saturation of 43%, and a lightness of 47%.The HSV representation shows a hue of 41°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AB8B44 is composed of 67% red, 55% green and 27% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 19% magenta, 60% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 27.92, x: 0.4482, and y: 0.4386.

Color Code #AB8B44

HEX
#AB8B44
RGB
rgb(171, 139, 68)
HSL
hsl(41, 43%, 47%)
HSV
hsv(41, 60%, 67%)
CMYK
0%, 19%, 60%, 33%
XYZ
X: 28.53, Y: 27.92, Z: 7.20
Lab
L: 59.82, a: 6.37, b: 42.00
Name

Shades of Color #AB8B44

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

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

About #AB8B44 Color Code

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

  • HEX: #AB8B44
  • RGB: rgb(171, 139, 68)
  • HSL: hsl(41, 43%, 47%)
  • HSV: hsv(41, 60%, 67%)
  • CMYK: 0.00% cyan, 19.00% magenta, 60.00% yellow, 33.00% black
  • XYZ: 28.53, 27.92, 7.20
  • Yxy: 27.92, 0.4482, 0.4386
  • Hunter Lab: 59.82, 6.37, 42.00
  • CIE-Lab: 59.82, 6.37, 42.00

In the XYZ color space, this color is represented as X: 28.53, Y: 27.92, Z: 7.20. The Yxy representation further refines this as Y: 27.92, x: 0.4482, and y: 0.4386.

In the Hunter Lab color space, this color is represented as L: 59.82, a: 6.37, and b: 42.00. Similarly, in the CIE-Lab color space, it is represented as L: 59.82, a: 6.37, and b: 42.00.

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

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

Analogous Colors of #AB8B44

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

Monochromatic Colors of #AB8B44

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

Complementary Color of #AB8B44

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

/* Using HEX */
body {
  background-color: #ab8b44;
}
/* Using RGB */
body {
  background-color: rgb(171, 139, 68);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 139, 68, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(41, 43%, 47%);
}
/* Text color */
p {
  color: #ab8b44;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab8b44;
}

HTML Examples of #AB8B44

<!-- Using HEX -->
<div style="background-color: #ab8b44; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 139, 68); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 139, 68, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(41, 43%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ab8b44;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ab8b44; width: 100px; height: 100px;"></div>

Related Colors of #AB8B44

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