Color: #AAABB0

#AAABB0 Color Information

#AAABB0 is a light color. The closest websafe version is #AAABB0. A complement of this color would be #B1B0AA, perceived brightness is 0.67, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 230°,a saturation of 4%, and a lightness of 68%.The HSV representation shows a hue of 230°, a saturation of 3%, and a value of 69%.

In a RGB color space, #AAABB0 is composed of 67% red, 67% green and 69% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 3% magenta, 0% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 40.77, x: 0.3407, and y: 0.3523.

Color Code #AAABB0

#AAABB0rgb(170, 171, 176)
HEX
#AAABB0
RGB
rgb(170, 171, 176)
HSL
hsl(230, 4%, 68%)
HSV
hsv(230, 3%, 69%)
CMYK
3%, 3%, 0%, 31%
XYZ
X: 39.42, Y: 40.77, Z: 35.52
Lab
L: 70.01, a: 0.35, b: -2.71
Name

Shades of Color #AAABB0

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

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

#AAABB0rgb(170, 171, 176)

About #AAABB0 Color Code

In the HSL color space, this color has a hue angle of 230°, a saturation of 4%, and a lightness of 68%. The HSV representation shows a hue of 230°, a saturation of 3%, and a value of 69%.

  • HEX: #AAABB0
  • RGB: rgb(170, 171, 176)
  • HSL: hsl(230, 4%, 68%)
  • HSV: hsv(230, 3%, 69%)
  • CMYK: 3.00% cyan, 3.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 39.42, 40.77, 35.52
  • Yxy: 40.77, 0.3407, 0.3523
  • Hunter Lab: 70.01, 0.35, -2.71
  • CIE-Lab: 70.01, 0.35, -2.71

In the XYZ color space, this color is represented as X: 39.42, Y: 40.77, Z: 35.52. The Yxy representation further refines this as Y: 40.77, x: 0.3407, and y: 0.3523.

In the Hunter Lab color space, this color is represented as L: 70.01, a: 0.35, and b: -2.71. Similarly, in the CIE-Lab color space, it is represented as L: 70.01, a: 0.35, and b: -2.71.

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

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

Analogous Colors of #AAABB0

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

Monochromatic Colors of #AAABB0

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

Complementary Color of #AAABB0

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

/* Using HEX */
body {
  background-color: #aaabb0;
}
/* Using RGB */
body {
  background-color: rgb(170, 171, 176);
}
/* Using RGB with opacity */
body {
  background-color: rgba(170, 171, 176, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(230, 4%, 68%);
}
/* Text color */
p {
  color: #aaabb0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aaabb0;
}
/* Border color */
.box {
  border: 4px solid #aaabb0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #aaabb0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #aaabb0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AAABB0
On Black Background
#AAABB0
On White Background
#AAABB0

HTML Examples of #AAABB0

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

Related Colors of #AAABB0

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