Color: #A4AA09

#A4AA09 Color Information

#A4AA09 is a light color. The closest websafe version is #A4AA09. A complement of this color would be #0E09AA, perceived brightness is 0.59, and the grayscale version is #5A5A5A.

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

In a RGB color space, #A4AA09 is composed of 64% red, 67% green and 4% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 0% magenta, 95% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 37.09, x: 0.4319, and y: 0.5052.

Color Code #A4AA09

HEX
#A4AA09
RGB
rgb(164, 170, 9)
HSL
hsl(62, 90%, 35%)
HSV
hsv(62, 95%, 67%)
CMYK
4%, 0%, 95%, 33%
XYZ
X: 31.71, Y: 37.09, Z: 4.62
Lab
L: 67.35, a: -14.14, b: 67.22
Name

Shades of Color #A4AA09

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

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

In the HSL color space, this color has a hue angle of 62°, a saturation of 90%, and a lightness of 35%. The HSV representation shows a hue of 62°, a saturation of 95%, and a value of 67%.

  • HEX: #A4AA09
  • RGB: rgb(164, 170, 9)
  • HSL: hsl(62, 90%, 35%)
  • HSV: hsv(62, 95%, 67%)
  • CMYK: 4.00% cyan, 0.00% magenta, 95.00% yellow, 33.00% black
  • XYZ: 31.71, 37.09, 4.62
  • Yxy: 37.09, 0.4319, 0.5052
  • Hunter Lab: 67.35, -14.14, 67.22
  • CIE-Lab: 67.35, -14.14, 67.22

In the XYZ color space, this color is represented as X: 31.71, Y: 37.09, Z: 4.62. The Yxy representation further refines this as Y: 37.09, x: 0.4319, and y: 0.5052.

In the Hunter Lab color space, this color is represented as L: 67.35, a: -14.14, and b: 67.22. Similarly, in the CIE-Lab color space, it is represented as L: 67.35, a: -14.14, and b: 67.22.

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

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

Analogous Colors of #A4AA09

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

Monochromatic Colors of #A4AA09

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

Complementary Color of #A4AA09

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

/* Using HEX */
body {
  background-color: #a4aa09;
}
/* Using RGB */
body {
  background-color: rgb(164, 170, 9);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 170, 9, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 90%, 35%);
}
/* Text color */
p {
  color: #a4aa09;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a4aa09;
}

HTML Examples of #A4AA09

<!-- Using HEX -->
<div style="background-color: #a4aa09; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(164, 170, 9); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(164, 170, 9, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(62, 90%, 35%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a4aa09;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a4aa09; width: 100px; height: 100px;"></div>

Related Colors of #A4AA09

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