Color: #AC814F

#AC814F Color Information

#AC814F is a light color. The closest websafe version is #AC814F. A complement of this color would be #4F7AAB, perceived brightness is 0.53, and the grayscale version is #7E7E7E.

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

In a RGB color space, #AC814F is composed of 67% red, 51% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 25% magenta, 54% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 25.39, x: 0.4500, and y: 0.4146.

Color Code #AC814F

HEX
#AC814F
RGB
rgb(172, 129, 79)
HSL
hsl(32, 37%, 49%)
HSV
hsv(32, 54%, 67%)
CMYK
0%, 25%, 54%, 33%
XYZ
X: 27.56, Y: 25.39, Z: 8.29
Lab
L: 57.45, a: 12.76, b: 33.67
Name

Shades of Color #AC814F

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

Tints are created by lightening the original color #AC814F 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 #AC814F Color Code

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

  • HEX: #AC814F
  • RGB: rgb(172, 129, 79)
  • HSL: hsl(32, 37%, 49%)
  • HSV: hsv(32, 54%, 67%)
  • CMYK: 0.00% cyan, 25.00% magenta, 54.00% yellow, 33.00% black
  • XYZ: 27.56, 25.39, 8.29
  • Yxy: 25.39, 0.4500, 0.4146
  • Hunter Lab: 57.45, 12.76, 33.67
  • CIE-Lab: 57.45, 12.76, 33.67

In the XYZ color space, this color is represented as X: 27.56, Y: 25.39, Z: 8.29. The Yxy representation further refines this as Y: 25.39, x: 0.4500, and y: 0.4146.

In the Hunter Lab color space, this color is represented as L: 57.45, a: 12.76, and b: 33.67. Similarly, in the CIE-Lab color space, it is represented as L: 57.45, a: 12.76, and b: 33.67.

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

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

Analogous Colors of #AC814F

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

Monochromatic Colors of #AC814F

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

Complementary Color of #AC814F

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

/* Using HEX */
body {
  background-color: #ac814f;
}
/* Using RGB */
body {
  background-color: rgb(172, 129, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(172, 129, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 37%, 49%);
}
/* Text color */
p {
  color: #ac814f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ac814f;
}

HTML Examples of #AC814F

<!-- Using HEX -->
<div style="background-color: #ac814f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(172, 129, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(172, 129, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 37%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ac814f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ac814f; width: 100px; height: 100px;"></div>

Related Colors of #AC814F

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