Color: #AC874C

#AC874C Color Information

#AC874C is a light color. The closest websafe version is #AC874C. A complement of this color would be #4C72AE, perceived brightness is 0.55, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 37°,a saturation of 39%, and a lightness of 49%.The HSV representation shows a hue of 37°, a saturation of 56%, and a value of 67%.

In a RGB color space, #AC874C is composed of 67% red, 53% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 56% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 26.99, x: 0.4469, and y: 0.4255.

Color Code #AC874C

#AC874Crgb(172, 135, 76)
HEX
#AC874C
RGB
rgb(172, 135, 76)
HSL
hsl(37, 39%, 49%)
HSV
hsv(37, 56%, 67%)
CMYK
0%, 22%, 56%, 33%
XYZ
X: 28.35, Y: 26.99, Z: 8.09
Lab
L: 58.96, a: 9.38, b: 37.03
Name

Shades of Color #AC874C

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

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

#AC874Crgb(172, 135, 76)

About #AC874C Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 39%, and a lightness of 49%. The HSV representation shows a hue of 37°, a saturation of 56%, and a value of 67%.

  • HEX: #AC874C
  • RGB: rgb(172, 135, 76)
  • HSL: hsl(37, 39%, 49%)
  • HSV: hsv(37, 56%, 67%)
  • CMYK: 0.00% cyan, 22.00% magenta, 56.00% yellow, 33.00% black
  • XYZ: 28.35, 26.99, 8.09
  • Yxy: 26.99, 0.4469, 0.4255
  • Hunter Lab: 58.96, 9.38, 37.03
  • CIE-Lab: 58.96, 9.38, 37.03

In the XYZ color space, this color is represented as X: 28.35, Y: 26.99, Z: 8.09. The Yxy representation further refines this as Y: 26.99, x: 0.4469, and y: 0.4255.

In the Hunter Lab color space, this color is represented as L: 58.96, a: 9.38, and b: 37.03. Similarly, in the CIE-Lab color space, it is represented as L: 58.96, a: 9.38, and b: 37.03.

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

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

Analogous Colors of #AC874C

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

Split Complementary Colors of #AC874C

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

Tetradic Colors of #AC874C

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

Monochromatic Colors of #AC874C

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

Complementary Color of #AC874C

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

/* Using HEX */
body {
  background-color: #ac874c;
}
/* Using RGB */
body {
  background-color: rgb(172, 135, 76);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 135, 76, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 39%, 49%);
}
/* Text color */
p {
  color: #ac874c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac874c;
}
/* Border color */
.box {
  border: 4px solid #ac874c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ac874c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ac874c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AC874C
On Black Background
#AC874C
On White Background
#AC874C

HTML Examples of #AC874C

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

Related Colors of #AC874C

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