Color: #AE96AF

#AE96AF Color Information

#AE96AF is a light color. The closest websafe version is #AE96AF. A complement of this color would be #97B096, perceived brightness is 0.63, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 298°,a saturation of 14%, and a lightness of 64%.The HSV representation shows a hue of 298°, a saturation of 14%, and a value of 69%.

In a RGB color space, #AE96AF is composed of 68% red, 59% green and 69% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 14% magenta, 0% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 33.88, x: 0.3481, and y: 0.3246.

Color Code #AE96AF

#AE96AFrgb(174, 150, 175)
HEX
#AE96AF
RGB
rgb(174, 150, 175)
HSL
hsl(298, 14%, 64%)
HSV
hsv(298, 14%, 69%)
CMYK
1%, 14%, 0%, 31%
XYZ
X: 36.34, Y: 33.88, Z: 34.17
Lab
L: 64.87, a: 12.58, b: -9.64
Name

Shades of Color #AE96AF

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

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

#AE96AFrgb(174, 150, 175)

About #AE96AF Color Code

In the HSL color space, this color has a hue angle of 298°, a saturation of 14%, and a lightness of 64%. The HSV representation shows a hue of 298°, a saturation of 14%, and a value of 69%.

  • HEX: #AE96AF
  • RGB: rgb(174, 150, 175)
  • HSL: hsl(298, 14%, 64%)
  • HSV: hsv(298, 14%, 69%)
  • CMYK: 100.00% cyan, 14.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 36.34, 33.88, 34.17
  • Yxy: 33.88, 0.3481, 0.3246
  • Hunter Lab: 64.87, 12.58, -9.64
  • CIE-Lab: 64.87, 12.58, -9.64

In the XYZ color space, this color is represented as X: 36.34, Y: 33.88, Z: 34.17. The Yxy representation further refines this as Y: 33.88, x: 0.3481, and y: 0.3246.

In the Hunter Lab color space, this color is represented as L: 64.87, a: 12.58, and b: -9.64. Similarly, in the CIE-Lab color space, it is represented as L: 64.87, a: 12.58, and b: -9.64.

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

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

Analogous Colors of #AE96AF

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

Split Complementary Colors of #AE96AF

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

Tetradic Colors of #AE96AF

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

Monochromatic Colors of #AE96AF

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

Complementary Color of #AE96AF

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

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

HTML Examples of #AE96AF

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

Related Colors of #AE96AF

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