Color: #A29970

#A29970 Color Information

#A29970 is a light color. The closest websafe version is #A29970. A complement of this color would be #717AA2, perceived brightness is 0.59, and the grayscale version is #898989.

In the HSL color space, this color has a hue angle of 49°,a saturation of 21%, and a lightness of 54%.The HSV representation shows a hue of 49°, a saturation of 31%, and a value of 64%.

In a RGB color space, #A29970 is composed of 64% red, 60% green and 44% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 6% magenta, 31% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 31.86, x: 0.3921, and y: 0.4118.

Color Code #A29970

#A29970rgb(162, 153, 112)
HEX
#A29970
RGB
rgb(162, 153, 112)
HSL
hsl(49, 21%, 54%)
HSV
hsv(49, 31%, 64%)
CMYK
0%, 6%, 31%, 36%
XYZ
X: 30.34, Y: 31.86, Z: 15.17
Lab
L: 63.22, a: -1.40, b: 22.88
Name

Shades of Color #A29970

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

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

#A29970rgb(162, 153, 112)

About #A29970 Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 21%, and a lightness of 54%. The HSV representation shows a hue of 49°, a saturation of 31%, and a value of 64%.

  • HEX: #A29970
  • RGB: rgb(162, 153, 112)
  • HSL: hsl(49, 21%, 54%)
  • HSV: hsv(49, 31%, 64%)
  • CMYK: 0.00% cyan, 6.00% magenta, 31.00% yellow, 36.00% black
  • XYZ: 30.34, 31.86, 15.17
  • Yxy: 31.86, 0.3921, 0.4118
  • Hunter Lab: 63.22, -1.40, 22.88
  • CIE-Lab: 63.22, -1.40, 22.88

In the XYZ color space, this color is represented as X: 30.34, Y: 31.86, Z: 15.17. The Yxy representation further refines this as Y: 31.86, x: 0.3921, and y: 0.4118.

In the Hunter Lab color space, this color is represented as L: 63.22, a: -1.40, and b: 22.88. Similarly, in the CIE-Lab color space, it is represented as L: 63.22, a: -1.40, and b: 22.88.

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

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

Analogous Colors of #A29970

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

Split Complementary Colors of #A29970

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

Tetradic Colors of #A29970

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

Monochromatic Colors of #A29970

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

Complementary Color of #A29970

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

/* Using HEX */
body {
  background-color: #a29970;
}
/* Using RGB */
body {
  background-color: rgb(162, 153, 112);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 153, 112, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(49, 21%, 54%);
}
/* Text color */
p {
  color: #a29970;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a29970;
}
/* Border color */
.box {
  border: 4px solid #a29970;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a29970;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a29970;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A29970
On Black Background
#A29970
On White Background
#A29970

HTML Examples of #A29970

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

Related Colors of #A29970

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