Color: #AEA793

#AEA793 Color Information

#AEA793 is a light color. The closest websafe version is #AEA793. A complement of this color would be #939AAE, perceived brightness is 0.65, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 44°,a saturation of 14%, and a lightness of 63%.The HSV representation shows a hue of 44°, a saturation of 16%, and a value of 68%.

In a RGB color space, #AEA793 is composed of 68% red, 65% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 16% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 38.89, x: 0.3693, and y: 0.3829.

Color Code #AEA793

#AEA793rgb(174, 167, 147)
HEX
#AEA793
RGB
rgb(174, 167, 147)
HSL
hsl(44, 14%, 63%)
HSV
hsv(44, 16%, 68%)
CMYK
0%, 4%, 16%, 32%
XYZ
X: 37.51, Y: 38.89, Z: 25.18
Lab
L: 68.67, a: 0.05, b: 11.34
Name

Shades of Color #AEA793

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

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

#AEA793rgb(174, 167, 147)

About #AEA793 Color Code

In the HSL color space, this color has a hue angle of 44°, a saturation of 14%, and a lightness of 63%. The HSV representation shows a hue of 44°, a saturation of 16%, and a value of 68%.

  • HEX: #AEA793
  • RGB: rgb(174, 167, 147)
  • HSL: hsl(44, 14%, 63%)
  • HSV: hsv(44, 16%, 68%)
  • CMYK: 0.00% cyan, 4.00% magenta, 16.00% yellow, 32.00% black
  • XYZ: 37.51, 38.89, 25.18
  • Yxy: 38.89, 0.3693, 0.3829
  • Hunter Lab: 68.67, 0.05, 11.34
  • CIE-Lab: 68.67, 0.05, 11.34

In the XYZ color space, this color is represented as X: 37.51, Y: 38.89, Z: 25.18. The Yxy representation further refines this as Y: 38.89, x: 0.3693, and y: 0.3829.

In the Hunter Lab color space, this color is represented as L: 68.67, a: 0.05, and b: 11.34. Similarly, in the CIE-Lab color space, it is represented as L: 68.67, a: 0.05, and b: 11.34.

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

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

Analogous Colors of #AEA793

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

Split Complementary Colors of #AEA793

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

Tetradic Colors of #AEA793

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

Monochromatic Colors of #AEA793

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

Complementary Color of #AEA793

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

/* Using HEX */
body {
  background-color: #aea793;
}
/* Using RGB */
body {
  background-color: rgb(174, 167, 147);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 167, 147, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(44, 14%, 63%);
}
/* Text color */
p {
  color: #aea793;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aea793;
}
/* Border color */
.box {
  border: 4px solid #aea793;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aea793;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aea793;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AEA793
On Black Background
#AEA793
On White Background
#AEA793

HTML Examples of #AEA793

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

Related Colors of #AEA793

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