Color: #AA731A

#AA731A Color Information

#AA731A is a dark color. The closest websafe version is #AA731A. A complement of this color would be #1A50A8, perceived brightness is 0.48, and the grayscale version is #626262.

In the HSL color space, this color has a hue angle of 37°,a saturation of 73%, and a lightness of 38%.The HSV representation shows a hue of 37°, a saturation of 85%, and a value of 67%.

In a RGB color space, #AA731A is composed of 67% red, 45% green and 10% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 85% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 21.30, x: 0.5002, and y: 0.4388.

Color Code #AA731A

#AA731Argb(170, 115, 26)
HEX
#AA731A
RGB
rgb(170, 115, 26)
HSL
hsl(37, 73%, 38%)
HSV
hsv(37, 85%, 67%)
CMYK
0%, 32%, 85%, 33%
XYZ
X: 24.28, Y: 21.30, Z: 2.96
Lab
L: 53.27, a: 17.14, b: 53.46
Name

Shades of Color #AA731A

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

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

#AA731Argb(170, 115, 26)

About #AA731A Color Code

In the HSL color space, this color has a hue angle of 37°, a saturation of 73%, and a lightness of 38%. The HSV representation shows a hue of 37°, a saturation of 85%, and a value of 67%.

  • HEX: #AA731A
  • RGB: rgb(170, 115, 26)
  • HSL: hsl(37, 73%, 38%)
  • HSV: hsv(37, 85%, 67%)
  • CMYK: 0.00% cyan, 32.00% magenta, 85.00% yellow, 33.00% black
  • XYZ: 24.28, 21.30, 2.96
  • Yxy: 21.30, 0.5002, 0.4388
  • Hunter Lab: 53.27, 17.14, 53.46
  • CIE-Lab: 53.27, 17.14, 53.46

In the XYZ color space, this color is represented as X: 24.28, Y: 21.30, Z: 2.96. The Yxy representation further refines this as Y: 21.30, x: 0.5002, and y: 0.4388.

In the Hunter Lab color space, this color is represented as L: 53.27, a: 17.14, and b: 53.46. Similarly, in the CIE-Lab color space, it is represented as L: 53.27, a: 17.14, and b: 53.46.

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

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

Analogous Colors of #AA731A

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

Split Complementary Colors of #AA731A

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

Tetradic Colors of #AA731A

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

Monochromatic Colors of #AA731A

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

Complementary Color of #AA731A

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

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

HTML Examples of #AA731A

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

Related Colors of #AA731A

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