Color: #ABA05C

#ABA05C Color Information

#ABA05C is a light color. The closest websafe version is #ABA05C. A complement of this color would be #5D68AC, perceived brightness is 0.61, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 52°,a saturation of 32%, and a lightness of 52%.The HSV representation shows a hue of 52°, a saturation of 46%, and a value of 67%.

In a RGB color space, #ABA05C is composed of 67% red, 63% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 46% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 34.91, x: 0.4137, and y: 0.4399.

Color Code #ABA05C

#ABA05Crgb(171, 160, 92)
HEX
#ABA05C
RGB
rgb(171, 160, 92)
HSL
hsl(52, 32%, 52%)
HSV
hsv(52, 46%, 67%)
CMYK
0%, 6%, 46%, 33%
XYZ
X: 32.83, Y: 34.91, Z: 11.62
Lab
L: 65.68, a: -2.94, b: 36.76
Name

Shades of Color #ABA05C

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

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

#ABA05Crgb(171, 160, 92)

About #ABA05C Color Code

In the HSL color space, this color has a hue angle of 52°, a saturation of 32%, and a lightness of 52%. The HSV representation shows a hue of 52°, a saturation of 46%, and a value of 67%.

  • HEX: #ABA05C
  • RGB: rgb(171, 160, 92)
  • HSL: hsl(52, 32%, 52%)
  • HSV: hsv(52, 46%, 67%)
  • CMYK: 0.00% cyan, 6.00% magenta, 46.00% yellow, 33.00% black
  • XYZ: 32.83, 34.91, 11.62
  • Yxy: 34.91, 0.4137, 0.4399
  • Hunter Lab: 65.68, -2.94, 36.76
  • CIE-Lab: 65.68, -2.94, 36.76

In the XYZ color space, this color is represented as X: 32.83, Y: 34.91, Z: 11.62. The Yxy representation further refines this as Y: 34.91, x: 0.4137, and y: 0.4399.

In the Hunter Lab color space, this color is represented as L: 65.68, a: -2.94, and b: 36.76. Similarly, in the CIE-Lab color space, it is represented as L: 65.68, a: -2.94, and b: 36.76.

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

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

Analogous Colors of #ABA05C

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

Monochromatic Colors of #ABA05C

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

Complementary Color of #ABA05C

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

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

HTML Examples of #ABA05C

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

Related Colors of #ABA05C

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