Color: #AB735C

#AB735C Color Information

#AB735C is a light color. The closest websafe version is #AB735C. A complement of this color would be #5D96AC, perceived brightness is 0.51, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 17°,a saturation of 32%, and a lightness of 52%.The HSV representation shows a hue of 17°, a saturation of 46%, and a value of 67%.

In a RGB color space, #AB735C is composed of 67% red, 45% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 46% yellow and 33% black.

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

Color Code #AB735C

#AB735Crgb(171, 115, 92)
HEX
#AB735C
RGB
rgb(171, 115, 92)
HSL
hsl(17, 32%, 52%)
HSV
hsv(17, 46%, 67%)
CMYK
0%, 33%, 46%, 33%
XYZ
X: 25.89, Y: 22.00, Z: 9.88
Lab
L: 54.03, a: 20.73, b: 22.18
Name

Shades of Color #AB735C

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

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

#AB735Crgb(171, 115, 92)

About #AB735C Color Code

In the HSL color space, this color has a hue angle of 17°, a saturation of 32%, and a lightness of 52%. The HSV representation shows a hue of 17°, a saturation of 46%, and a value of 67%.

  • HEX: #AB735C
  • RGB: rgb(171, 115, 92)
  • HSL: hsl(17, 32%, 52%)
  • HSV: hsv(17, 46%, 67%)
  • CMYK: 0.00% cyan, 33.00% magenta, 46.00% yellow, 33.00% black
  • XYZ: 25.89, 22.00, 9.88
  • Yxy: 22.00, 0.4482, 0.3808
  • Hunter Lab: 54.03, 20.73, 22.18
  • CIE-Lab: 54.03, 20.73, 22.18

In the XYZ color space, this color is represented as X: 25.89, Y: 22.00, Z: 9.88. The Yxy representation further refines this as Y: 22.00, x: 0.4482, and y: 0.3808.

In the Hunter Lab color space, this color is represented as L: 54.03, a: 20.73, and b: 22.18. Similarly, in the CIE-Lab color space, it is represented as L: 54.03, a: 20.73, and b: 22.18.

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

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

Analogous Colors of #AB735C

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

Monochromatic Colors of #AB735C

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

Complementary Color of #AB735C

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

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

HTML Examples of #AB735C

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

Related Colors of #AB735C

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