Color: #A1645C

#A1645C Color Information

#A1645C is a dark color. The closest websafe version is #A1645C. A complement of this color would be #5D9AA2, perceived brightness is 0.46, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 7°,a saturation of 27%, and a lightness of 50%.The HSV representation shows a hue of 7°, a saturation of 43%, and a value of 63%.

In a RGB color space, #A1645C is composed of 63% red, 39% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 38% magenta, 43% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 17.71, x: 0.4479, and y: 0.3609.

Color Code #A1645C

#A1645Crgb(161, 100, 92)
HEX
#A1645C
RGB
rgb(161, 100, 92)
HSL
hsl(7, 27%, 50%)
HSV
hsv(7, 43%, 63%)
CMYK
0%, 38%, 43%, 37%
XYZ
X: 21.98, Y: 17.71, Z: 9.38
Lab
L: 49.15, a: 24.63, b: 15.45
Name

Shades of Color #A1645C

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

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

#A1645Crgb(161, 100, 92)

About #A1645C Color Code

In the HSL color space, this color has a hue angle of 7°, a saturation of 27%, and a lightness of 50%. The HSV representation shows a hue of 7°, a saturation of 43%, and a value of 63%.

  • HEX: #A1645C
  • RGB: rgb(161, 100, 92)
  • HSL: hsl(7, 27%, 50%)
  • HSV: hsv(7, 43%, 63%)
  • CMYK: 0.00% cyan, 38.00% magenta, 43.00% yellow, 37.00% black
  • XYZ: 21.98, 17.71, 9.38
  • Yxy: 17.71, 0.4479, 0.3609
  • Hunter Lab: 49.15, 24.63, 15.45
  • CIE-Lab: 49.15, 24.63, 15.45

In the XYZ color space, this color is represented as X: 21.98, Y: 17.71, Z: 9.38. The Yxy representation further refines this as Y: 17.71, x: 0.4479, and y: 0.3609.

In the Hunter Lab color space, this color is represented as L: 49.15, a: 24.63, and b: 15.45. Similarly, in the CIE-Lab color space, it is represented as L: 49.15, a: 24.63, and b: 15.45.

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

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

Analogous Colors of #A1645C

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

Monochromatic Colors of #A1645C

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

Complementary Color of #A1645C

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

/* Using HEX */
body {
  background-color: #a1645c;
}
/* Using RGB */
body {
  background-color: rgb(161, 100, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 100, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 27%, 50%);
}
/* Text color */
p {
  color: #a1645c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1645c;
}
/* Border color */
.box {
  border: 4px solid #a1645c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1645c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1645c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1645C
On Black Background
#A1645C
On White Background
#A1645C

HTML Examples of #A1645C

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

Related Colors of #A1645C

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