Color: #AE897F

#AE897F Color Information

#AE897F is a light color. The closest websafe version is #AE897F. A complement of this color would be #7FA3AD, perceived brightness is 0.58, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 13°,a saturation of 22%, and a lightness of 59%.The HSV representation shows a hue of 13°, a saturation of 27%, and a value of 68%.

In a RGB color space, #AE897F is composed of 68% red, 54% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 27% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 28.64, x: 0.3994, and y: 0.3674.

Color Code #AE897F

#AE897Frgb(174, 137, 127)
HEX
#AE897F
RGB
rgb(174, 137, 127)
HSL
hsl(13, 22%, 59%)
HSV
hsv(13, 27%, 68%)
CMYK
0%, 21%, 27%, 32%
XYZ
X: 31.13, Y: 28.64, Z: 18.18
Lab
L: 60.46, a: 13.43, b: 11.05
Name

Shades of Color #AE897F

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

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

#AE897Frgb(174, 137, 127)

About #AE897F Color Code

In the HSL color space, this color has a hue angle of 13°, a saturation of 22%, and a lightness of 59%. The HSV representation shows a hue of 13°, a saturation of 27%, and a value of 68%.

  • HEX: #AE897F
  • RGB: rgb(174, 137, 127)
  • HSL: hsl(13, 22%, 59%)
  • HSV: hsv(13, 27%, 68%)
  • CMYK: 0.00% cyan, 21.00% magenta, 27.00% yellow, 32.00% black
  • XYZ: 31.13, 28.64, 18.18
  • Yxy: 28.64, 0.3994, 0.3674
  • Hunter Lab: 60.46, 13.43, 11.05
  • CIE-Lab: 60.46, 13.43, 11.05

In the XYZ color space, this color is represented as X: 31.13, Y: 28.64, Z: 18.18. The Yxy representation further refines this as Y: 28.64, x: 0.3994, and y: 0.3674.

In the Hunter Lab color space, this color is represented as L: 60.46, a: 13.43, and b: 11.05. Similarly, in the CIE-Lab color space, it is represented as L: 60.46, a: 13.43, and b: 11.05.

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

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

Analogous Colors of #AE897F

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

Monochromatic Colors of #AE897F

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

Complementary Color of #AE897F

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

/* Using HEX */
body {
  background-color: #ae897f;
}
/* Using RGB */
body {
  background-color: rgb(174, 137, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 137, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(13, 22%, 59%);
}
/* Text color */
p {
  color: #ae897f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae897f;
}
/* Border color */
.box {
  border: 4px solid #ae897f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae897f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae897f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE897F
On Black Background
#AE897F
On White Background
#AE897F

HTML Examples of #AE897F

<!-- Using HEX -->
<div style="background-color: #ae897f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 137, 127); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 137, 127, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(13, 22%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae897f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae897f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ae897f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ae897f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ae897f; color: #fff; padding: 16px; border-radius: 8px;">
  #AE897F
</div>
#AE897F
On Black Background
#AE897F
On White Background
#AE897F

Related Colors of #AE897F

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