Color: #AA490D

#AA490D Color Information

#AA490D is a dark color. The closest websafe version is #AA490D. A complement of this color would be #0D6EAB, perceived brightness is 0.37, and the grayscale version is #5B5B5B.

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

In a RGB color space, #AA490D is composed of 67% red, 29% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 57% magenta, 92% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 13.74, x: 0.5695, and y: 0.3884.

Color Code #AA490D

#AA490Drgb(170, 73, 13)
HEX
#AA490D
RGB
rgb(170, 73, 13)
HSL
hsl(23, 86%, 36%)
HSV
hsv(23, 92%, 67%)
CMYK
0%, 57%, 92%, 33%
XYZ
X: 20.15, Y: 13.74, Z: 1.49
Lab
L: 43.86, a: 38.69, b: 50.69
Name

Shades of Color #AA490D

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

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

#AA490Drgb(170, 73, 13)

About #AA490D Color Code

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

  • HEX: #AA490D
  • RGB: rgb(170, 73, 13)
  • HSL: hsl(23, 86%, 36%)
  • HSV: hsv(23, 92%, 67%)
  • CMYK: 0.00% cyan, 57.00% magenta, 92.00% yellow, 33.00% black
  • XYZ: 20.15, 13.74, 1.49
  • Yxy: 13.74, 0.5695, 0.3884
  • Hunter Lab: 43.86, 38.69, 50.69
  • CIE-Lab: 43.86, 38.69, 50.69

In the XYZ color space, this color is represented as X: 20.15, Y: 13.74, Z: 1.49. The Yxy representation further refines this as Y: 13.74, x: 0.5695, and y: 0.3884.

In the Hunter Lab color space, this color is represented as L: 43.86, a: 38.69, and b: 50.69. Similarly, in the CIE-Lab color space, it is represented as L: 43.86, a: 38.69, and b: 50.69.

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

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

Analogous Colors of #AA490D

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

Split Complementary Colors of #AA490D

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

Tetradic Colors of #AA490D

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

Monochromatic Colors of #AA490D

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

Complementary Color of #AA490D

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

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

HTML Examples of #AA490D

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

Related Colors of #AA490D

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