Color: #A3A079

#A3A079 Color Information

#A3A079 is a light color. The closest websafe version is #A3A079. A complement of this color would be #797CA4, perceived brightness is 0.61, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 56°,a saturation of 19%, and a lightness of 56%.The HSV representation shows a hue of 56°, a saturation of 26%, and a value of 64%.

In a RGB color space, #A3A079 is composed of 64% red, 63% green and 47% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 26% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 34.51, x: 0.3823, and y: 0.4092.

Color Code #A3A079

#A3A079rgb(163, 160, 121)
HEX
#A3A079
RGB
rgb(163, 160, 121)
HSL
hsl(56, 19%, 56%)
HSV
hsv(56, 26%, 64%)
CMYK
0%, 2%, 26%, 36%
XYZ
X: 32.24, Y: 34.51, Z: 17.58
Lab
L: 65.36, a: -3.66, b: 20.84
Name

Shades of Color #A3A079

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

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

#A3A079rgb(163, 160, 121)

About #A3A079 Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 19%, and a lightness of 56%. The HSV representation shows a hue of 56°, a saturation of 26%, and a value of 64%.

  • HEX: #A3A079
  • RGB: rgb(163, 160, 121)
  • HSL: hsl(56, 19%, 56%)
  • HSV: hsv(56, 26%, 64%)
  • CMYK: 0.00% cyan, 2.00% magenta, 26.00% yellow, 36.00% black
  • XYZ: 32.24, 34.51, 17.58
  • Yxy: 34.51, 0.3823, 0.4092
  • Hunter Lab: 65.36, -3.66, 20.84
  • CIE-Lab: 65.36, -3.66, 20.84

In the XYZ color space, this color is represented as X: 32.24, Y: 34.51, Z: 17.58. The Yxy representation further refines this as Y: 34.51, x: 0.3823, and y: 0.4092.

In the Hunter Lab color space, this color is represented as L: 65.36, a: -3.66, and b: 20.84. Similarly, in the CIE-Lab color space, it is represented as L: 65.36, a: -3.66, and b: 20.84.

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

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

Analogous Colors of #A3A079

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

Split Complementary Colors of #A3A079

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

Tetradic Colors of #A3A079

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

Monochromatic Colors of #A3A079

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

Complementary Color of #A3A079

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

/* Using HEX */
body {
  background-color: #a3a079;
}
/* Using RGB */
body {
  background-color: rgb(163, 160, 121);
}
/* Using RGB with opacity */
body {
  background-color: rgba(163, 160, 121, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(56, 19%, 56%);
}
/* Text color */
p {
  color: #a3a079;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a3a079;
}
/* Border color */
.box {
  border: 4px solid #a3a079;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a3a079;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a3a079;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A3A079
On Black Background
#A3A079
On White Background
#A3A079

HTML Examples of #A3A079

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

Related Colors of #A3A079

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