Color: #AA705D

#AA705D Color Information

#AA705D is a dark color. The closest websafe version is #AA705D. A complement of this color would be #5F98AB, perceived brightness is 0.50, and the grayscale version is #838383.

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

In a RGB color space, #AA705D is composed of 67% red, 44% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 45% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 21.22, x: 0.4483, and y: 0.3756.

Color Code #AA705D

#AA705Drgb(170, 112, 93)
HEX
#AA705D
RGB
rgb(170, 112, 93)
HSL
hsl(15, 31%, 52%)
HSV
hsv(15, 45%, 67%)
CMYK
0%, 34%, 45%, 33%
XYZ
X: 25.33, Y: 21.22, Z: 9.95
Lab
L: 53.19, a: 22.00, b: 20.49
Name

Shades of Color #AA705D

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

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

#AA705Drgb(170, 112, 93)

About #AA705D Color Code

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

  • HEX: #AA705D
  • RGB: rgb(170, 112, 93)
  • HSL: hsl(15, 31%, 52%)
  • HSV: hsv(15, 45%, 67%)
  • CMYK: 0.00% cyan, 34.00% magenta, 45.00% yellow, 33.00% black
  • XYZ: 25.33, 21.22, 9.95
  • Yxy: 21.22, 0.4483, 0.3756
  • Hunter Lab: 53.19, 22.00, 20.49
  • CIE-Lab: 53.19, 22.00, 20.49

In the XYZ color space, this color is represented as X: 25.33, Y: 21.22, Z: 9.95. The Yxy representation further refines this as Y: 21.22, x: 0.4483, and y: 0.3756.

In the Hunter Lab color space, this color is represented as L: 53.19, a: 22.00, and b: 20.49. Similarly, in the CIE-Lab color space, it is represented as L: 53.19, a: 22.00, and b: 20.49.

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

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

Analogous Colors of #AA705D

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

Monochromatic Colors of #AA705D

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

Complementary Color of #AA705D

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

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

HTML Examples of #AA705D

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

Related Colors of #AA705D

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