Color: #A6817D

#A6817D Color Information

#A6817D is a light color. The closest websafe version is #A6817D. A complement of this color would be #7DA2A6, perceived brightness is 0.55, and the grayscale version is #919191.

In the HSL color space, this color has a hue angle of 6°,a saturation of 19%, and a lightness of 57%.The HSV representation shows a hue of 6°, a saturation of 25%, and a value of 65%.

In a RGB color space, #A6817D is composed of 65% red, 51% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 25% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 25.47, x: 0.3958, and y: 0.3597.

Color Code #A6817D

#A6817Drgb(166, 129, 125)
HEX
#A6817D
RGB
rgb(166, 129, 125)
HSL
hsl(6, 19%, 57%)
HSV
hsv(6, 25%, 65%)
CMYK
0%, 22%, 25%, 35%
XYZ
X: 28.02, Y: 25.47, Z: 17.31
Lab
L: 57.53, a: 14.25, b: 7.94
Name

Shades of Color #A6817D

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

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

#A6817Drgb(166, 129, 125)

About #A6817D Color Code

In the HSL color space, this color has a hue angle of 6°, a saturation of 19%, and a lightness of 57%. The HSV representation shows a hue of 6°, a saturation of 25%, and a value of 65%.

  • HEX: #A6817D
  • RGB: rgb(166, 129, 125)
  • HSL: hsl(6, 19%, 57%)
  • HSV: hsv(6, 25%, 65%)
  • CMYK: 0.00% cyan, 22.00% magenta, 25.00% yellow, 35.00% black
  • XYZ: 28.02, 25.47, 17.31
  • Yxy: 25.47, 0.3958, 0.3597
  • Hunter Lab: 57.53, 14.25, 7.94
  • CIE-Lab: 57.53, 14.25, 7.94

In the XYZ color space, this color is represented as X: 28.02, Y: 25.47, Z: 17.31. The Yxy representation further refines this as Y: 25.47, x: 0.3958, and y: 0.3597.

In the Hunter Lab color space, this color is represented as L: 57.53, a: 14.25, and b: 7.94. Similarly, in the CIE-Lab color space, it is represented as L: 57.53, a: 14.25, and b: 7.94.

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

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

Analogous Colors of #A6817D

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

Monochromatic Colors of #A6817D

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

Complementary Color of #A6817D

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

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

HTML Examples of #A6817D

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

Related Colors of #A6817D

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