Color: #AA9807

#AA9807 Color Information

#AA9807 is a light color. The closest websafe version is #AA9807. A complement of this color would be #071AAB, perceived brightness is 0.55, and the grayscale version is #595959.

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

In a RGB color space, #AA9807 is composed of 67% red, 60% green and 3% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 96% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 31.47, x: 0.4570, and y: 0.4850.

Color Code #AA9807

#AA9807rgb(170, 152, 7)
HEX
#AA9807
RGB
rgb(170, 152, 7)
HSL
hsl(53, 92%, 35%)
HSV
hsv(53, 96%, 67%)
CMYK
0%, 11%, 96%, 33%
XYZ
X: 29.65, Y: 31.47, Z: 3.76
Lab
L: 62.90, a: -2.60, b: 64.59
Name

Shades of Color #AA9807

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

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

#AA9807rgb(170, 152, 7)

About #AA9807 Color Code

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

  • HEX: #AA9807
  • RGB: rgb(170, 152, 7)
  • HSL: hsl(53, 92%, 35%)
  • HSV: hsv(53, 96%, 67%)
  • CMYK: 0.00% cyan, 11.00% magenta, 96.00% yellow, 33.00% black
  • XYZ: 29.65, 31.47, 3.76
  • Yxy: 31.47, 0.4570, 0.4850
  • Hunter Lab: 62.90, -2.60, 64.59
  • CIE-Lab: 62.90, -2.60, 64.59

In the XYZ color space, this color is represented as X: 29.65, Y: 31.47, Z: 3.76. The Yxy representation further refines this as Y: 31.47, x: 0.4570, and y: 0.4850.

In the Hunter Lab color space, this color is represented as L: 62.90, a: -2.60, and b: 64.59. Similarly, in the CIE-Lab color space, it is represented as L: 62.90, a: -2.60, and b: 64.59.

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

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

Analogous Colors of #AA9807

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

Split Complementary Colors of #AA9807

Split complementary colors are two colors adjacent to the complementary color of #AA9807. They create a balanced and visually appealing color scheme.

Tetradic Colors of #AA9807

Tetradic colors form a rectangle on the color wheel, including #AA9807. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #AA9807

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

Complementary Color of #AA9807

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

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

HTML Examples of #AA9807

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

Related Colors of #AA9807

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