Color: #A19D69

#A19D69 Color Information

#A19D69 is a light color. The closest websafe version is #A19D69. A complement of this color would be #686CA1, perceived brightness is 0.60, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 56°,a saturation of 23%, and a lightness of 52%.The HSV representation shows a hue of 56°, a saturation of 35%, and a value of 63%.

In a RGB color space, #A19D69 is composed of 63% red, 62% green and 41% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 2% magenta, 35% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 32.96, x: 0.3949, and y: 0.4260.

Color Code #A19D69

#A19D69rgb(161, 157, 105)
HEX
#A19D69
RGB
rgb(161, 157, 105)
HSL
hsl(56, 23%, 52%)
HSV
hsv(56, 35%, 63%)
CMYK
0%, 2%, 35%, 37%
XYZ
X: 30.55, Y: 32.96, Z: 13.86
Lab
L: 64.13, a: -4.52, b: 27.80
Name

Shades of Color #A19D69

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

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

#A19D69rgb(161, 157, 105)

About #A19D69 Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 23%, and a lightness of 52%. The HSV representation shows a hue of 56°, a saturation of 35%, and a value of 63%.

  • HEX: #A19D69
  • RGB: rgb(161, 157, 105)
  • HSL: hsl(56, 23%, 52%)
  • HSV: hsv(56, 35%, 63%)
  • CMYK: 0.00% cyan, 2.00% magenta, 35.00% yellow, 37.00% black
  • XYZ: 30.55, 32.96, 13.86
  • Yxy: 32.96, 0.3949, 0.4260
  • Hunter Lab: 64.13, -4.52, 27.80
  • CIE-Lab: 64.13, -4.52, 27.80

In the XYZ color space, this color is represented as X: 30.55, Y: 32.96, Z: 13.86. The Yxy representation further refines this as Y: 32.96, x: 0.3949, and y: 0.4260.

In the Hunter Lab color space, this color is represented as L: 64.13, a: -4.52, and b: 27.80. Similarly, in the CIE-Lab color space, it is represented as L: 64.13, a: -4.52, and b: 27.80.

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

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

Analogous Colors of #A19D69

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

Monochromatic Colors of #A19D69

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

Complementary Color of #A19D69

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

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

HTML Examples of #A19D69

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

Related Colors of #A19D69

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