Color: #ABA99A

#ABA99A Color Information

#ABA99A is a light color. The closest websafe version is #ABA99A. A complement of this color would be #9B9DAB, perceived brightness is 0.66, and the grayscale version is #A2A2A2.

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

In a RGB color space, #ABA99A is composed of 67% red, 66% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 10% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 39.46, x: 0.3600, and y: 0.3772.

Color Code #ABA99A

HEX
#ABA99A
RGB
rgb(171, 169, 154)
HSL
hsl(53, 9%, 64%)
HSV
hsv(53, 10%, 67%)
CMYK
0%, 1%, 10%, 33%
XYZ
X: 37.66, Y: 39.46, Z: 27.50
Lab
L: 69.09, a: -1.26, b: 8.04
Name

Shades of Color #ABA99A

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

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

In the HSL color space, this color has a hue angle of 53°, a saturation of 9%, and a lightness of 64%. The HSV representation shows a hue of 53°, a saturation of 10%, and a value of 67%.

  • HEX: #ABA99A
  • RGB: rgb(171, 169, 154)
  • HSL: hsl(53, 9%, 64%)
  • HSV: hsv(53, 10%, 67%)
  • CMYK: 0.00% cyan, 100.00% magenta, 10.00% yellow, 33.00% black
  • XYZ: 37.66, 39.46, 27.50
  • Yxy: 39.46, 0.3600, 0.3772
  • Hunter Lab: 69.09, -1.26, 8.04
  • CIE-Lab: 69.09, -1.26, 8.04

In the XYZ color space, this color is represented as X: 37.66, Y: 39.46, Z: 27.50. The Yxy representation further refines this as Y: 39.46, x: 0.3600, and y: 0.3772.

In the Hunter Lab color space, this color is represented as L: 69.09, a: -1.26, and b: 8.04. Similarly, in the CIE-Lab color space, it is represented as L: 69.09, a: -1.26, and b: 8.04.

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

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

Analogous Colors of #ABA99A

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

Monochromatic Colors of #ABA99A

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

Complementary Color of #ABA99A

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

/* Using HEX */
body {
  background-color: #aba99a;
}
/* Using RGB */
body {
  background-color: rgb(171, 169, 154);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 169, 154, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(53, 9%, 64%);
}
/* Text color */
p {
  color: #aba99a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #aba99a;
}

HTML Examples of #ABA99A

<!-- Using HEX -->
<div style="background-color: #aba99a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 169, 154); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 169, 154, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(53, 9%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #aba99a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #aba99a; width: 100px; height: 100px;"></div>

Related Colors of #ABA99A

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