Color: #AEAFB9

#AEAFB9 Color Information

#AEAFB9 is a light color. The closest websafe version is #AEAFB9. A complement of this color would be #B8B7AD, perceived brightness is 0.69, and the grayscale version is #B3B3B3.

In the HSL color space, this color has a hue angle of 235°,a saturation of 7%, and a lightness of 70%.The HSV representation shows a hue of 235°, a saturation of 6%, and a value of 73%.

In a RGB color space, #AEAFB9 is composed of 68% red, 69% green and 73% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 5% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 43.09, x: 0.3369, and y: 0.3464.

Color Code #AEAFB9

#AEAFB9rgb(174, 175, 185)
HEX
#AEAFB9
RGB
rgb(174, 175, 185)
HSL
hsl(235, 7%, 70%)
HSV
hsv(235, 6%, 73%)
CMYK
6%, 5%, 0%, 27%
XYZ
X: 41.91, Y: 43.09, Z: 39.40
Lab
L: 71.62, a: 1.08, b: -5.26
Name

Shades of Color #AEAFB9

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

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

#AEAFB9rgb(174, 175, 185)

About #AEAFB9 Color Code

In the HSL color space, this color has a hue angle of 235°, a saturation of 7%, and a lightness of 70%. The HSV representation shows a hue of 235°, a saturation of 6%, and a value of 73%.

  • HEX: #AEAFB9
  • RGB: rgb(174, 175, 185)
  • HSL: hsl(235, 7%, 70%)
  • HSV: hsv(235, 6%, 73%)
  • CMYK: 6.00% cyan, 5.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 41.91, 43.09, 39.40
  • Yxy: 43.09, 0.3369, 0.3464
  • Hunter Lab: 71.62, 1.08, -5.26
  • CIE-Lab: 71.62, 1.08, -5.26

In the XYZ color space, this color is represented as X: 41.91, Y: 43.09, Z: 39.40. The Yxy representation further refines this as Y: 43.09, x: 0.3369, and y: 0.3464.

In the Hunter Lab color space, this color is represented as L: 71.62, a: 1.08, and b: -5.26. Similarly, in the CIE-Lab color space, it is represented as L: 71.62, a: 1.08, and b: -5.26.

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

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

Analogous Colors of #AEAFB9

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

Monochromatic Colors of #AEAFB9

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

Complementary Color of #AEAFB9

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

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

HTML Examples of #AEAFB9

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

Related Colors of #AEAFB9

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