Color: #A9376C

#A9376C Color Information

#A9376C is a dark color. The closest websafe version is #A9376C. A complement of this color would be #37A974, perceived brightness is 0.37, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 332°,a saturation of 51%, and a lightness of 44%.The HSV representation shows a hue of 332°, a saturation of 67%, and a value of 66%.

In a RGB color space, #A9376C is composed of 66% red, 22% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 36% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 12.48, x: 0.4646, and y: 0.2771.

Color Code #A9376C

#A9376Crgb(169, 55, 108)
HEX
#A9376C
RGB
rgb(169, 55, 108)
HSL
hsl(332, 51%, 44%)
HSV
hsv(332, 67%, 66%)
CMYK
0%, 67%, 36%, 34%
XYZ
X: 20.92, Y: 12.48, Z: 11.63
Lab
L: 41.96, a: 50.60, b: -4.16
Name

Shades of Color #A9376C

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

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

#A9376Crgb(169, 55, 108)

About #A9376C Color Code

In the HSL color space, this color has a hue angle of 332°, a saturation of 51%, and a lightness of 44%. The HSV representation shows a hue of 332°, a saturation of 67%, and a value of 66%.

  • HEX: #A9376C
  • RGB: rgb(169, 55, 108)
  • HSL: hsl(332, 51%, 44%)
  • HSV: hsv(332, 67%, 66%)
  • CMYK: 0.00% cyan, 67.00% magenta, 36.00% yellow, 34.00% black
  • XYZ: 20.92, 12.48, 11.63
  • Yxy: 12.48, 0.4646, 0.2771
  • Hunter Lab: 41.96, 50.60, -4.16
  • CIE-Lab: 41.96, 50.60, -4.16

In the XYZ color space, this color is represented as X: 20.92, Y: 12.48, Z: 11.63. The Yxy representation further refines this as Y: 12.48, x: 0.4646, and y: 0.2771.

In the Hunter Lab color space, this color is represented as L: 41.96, a: 50.60, and b: -4.16. Similarly, in the CIE-Lab color space, it is represented as L: 41.96, a: 50.60, and b: -4.16.

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

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

Analogous Colors of #A9376C

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

Monochromatic Colors of #A9376C

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

Complementary Color of #A9376C

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

/* Using HEX */
body {
  background-color: #a9376c;
}
/* Using RGB */
body {
  background-color: rgb(169, 55, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 55, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(332, 51%, 44%);
}
/* Text color */
p {
  color: #a9376c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a9376c;
}
/* Border color */
.box {
  border: 4px solid #a9376c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a9376c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a9376c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A9376C
On Black Background
#A9376C
On White Background
#A9376C

HTML Examples of #A9376C

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

Related Colors of #A9376C

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