Color: #AE906D

#AE906D Color Information

#AE906D is a light color. The closest websafe version is #AE906D. A complement of this color would be #6B8AAE, perceived brightness is 0.58, and the grayscale version is #8E8E8E.

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

In a RGB color space, #AE906D is composed of 68% red, 56% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 37% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 30.34, x: 0.4132, and y: 0.3995.

Color Code #AE906D

HEX
#AE906D
RGB
rgb(174, 144, 109)
HSL
hsl(32, 29%, 55%)
HSV
hsv(32, 37%, 68%)
CMYK
0%, 17%, 37%, 32%
XYZ
X: 31.38, Y: 30.34, Z: 14.22
Lab
L: 61.94, a: 7.97, b: 23.09
Name

Shades of Color #AE906D

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

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

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

  • HEX: #AE906D
  • RGB: rgb(174, 144, 109)
  • HSL: hsl(32, 29%, 55%)
  • HSV: hsv(32, 37%, 68%)
  • CMYK: 0.00% cyan, 17.00% magenta, 37.00% yellow, 32.00% black
  • XYZ: 31.38, 30.34, 14.22
  • Yxy: 30.34, 0.4132, 0.3995
  • Hunter Lab: 61.94, 7.97, 23.09
  • CIE-Lab: 61.94, 7.97, 23.09

In the XYZ color space, this color is represented as X: 31.38, Y: 30.34, Z: 14.22. The Yxy representation further refines this as Y: 30.34, x: 0.4132, and y: 0.3995.

In the Hunter Lab color space, this color is represented as L: 61.94, a: 7.97, and b: 23.09. Similarly, in the CIE-Lab color space, it is represented as L: 61.94, a: 7.97, and b: 23.09.

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

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

Analogous Colors of #AE906D

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

Monochromatic Colors of #AE906D

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

Complementary Color of #AE906D

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

/* Using HEX */
body {
  background-color: #ae906d;
}
/* Using RGB */
body {
  background-color: rgb(174, 144, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 144, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 29%, 55%);
}
/* Text color */
p {
  color: #ae906d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae906d;
}

HTML Examples of #AE906D

<!-- Using HEX -->
<div style="background-color: #ae906d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(174, 144, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(174, 144, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(32, 29%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ae906d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ae906d; width: 100px; height: 100px;"></div>

Related Colors of #AE906D

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