Color: #A9606C

#A9606C Color Information

#A9606C is a dark color. The closest websafe version is #A9606C. A complement of this color would be #60A99D, perceived brightness is 0.47, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 350°,a saturation of 30%, and a lightness of 52%.The HSV representation shows a hue of 350°, a saturation of 43%, and a value of 66%.

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

In the Yxy color space, this color is represented as Y: 18.12, x: 0.4397, and y: 0.3327.

Color Code #A9606C

#A9606Crgb(169, 96, 108)
HEX
#A9606C
RGB
rgb(169, 96, 108)
HSL
hsl(350, 30%, 52%)
HSV
hsv(350, 43%, 66%)
CMYK
0%, 43%, 36%, 34%
XYZ
X: 23.95, Y: 18.12, Z: 12.40
Lab
L: 49.64, a: 31.36, b: 6.86
Name

Shades of Color #A9606C

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

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

#A9606Crgb(169, 96, 108)

About #A9606C Color Code

In the HSL color space, this color has a hue angle of 350°, a saturation of 30%, and a lightness of 52%. The HSV representation shows a hue of 350°, a saturation of 43%, and a value of 66%.

  • HEX: #A9606C
  • RGB: rgb(169, 96, 108)
  • HSL: hsl(350, 30%, 52%)
  • HSV: hsv(350, 43%, 66%)
  • CMYK: 0.00% cyan, 43.00% magenta, 36.00% yellow, 34.00% black
  • XYZ: 23.95, 18.12, 12.40
  • Yxy: 18.12, 0.4397, 0.3327
  • Hunter Lab: 49.64, 31.36, 6.86
  • CIE-Lab: 49.64, 31.36, 6.86

In the XYZ color space, this color is represented as X: 23.95, Y: 18.12, Z: 12.40. The Yxy representation further refines this as Y: 18.12, x: 0.4397, and y: 0.3327.

In the Hunter Lab color space, this color is represented as L: 49.64, a: 31.36, and b: 6.86. Similarly, in the CIE-Lab color space, it is represented as L: 49.64, a: 31.36, and b: 6.86.

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

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

Analogous Colors of #A9606C

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

Monochromatic Colors of #A9606C

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

Complementary Color of #A9606C

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

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

HTML Examples of #A9606C

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

Related Colors of #A9606C

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