Color: #A44F7F

#A44F7F Color Information

#A44F7F is a dark color. The closest websafe version is #A44F7F. A complement of this color would be #50A575, perceived brightness is 0.43, and the grayscale version is #7A7A7A.

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

In a RGB color space, #A44F7F is composed of 64% red, 31% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 52% magenta, 23% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 15.15, x: 0.4132, and y: 0.2815.

Color Code #A44F7F

#A44F7Frgb(164, 79, 127)
HEX
#A44F7F
RGB
rgb(164, 79, 127)
HSL
hsl(326, 35%, 48%)
HSV
hsv(326, 52%, 64%)
CMYK
0%, 52%, 23%, 36%
XYZ
X: 22.24, Y: 15.15, Z: 16.43
Lab
L: 45.84, a: 40.06, b: -10.17
Name

Shades of Color #A44F7F

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

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

#A44F7Frgb(164, 79, 127)

About #A44F7F Color Code

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

  • HEX: #A44F7F
  • RGB: rgb(164, 79, 127)
  • HSL: hsl(326, 35%, 48%)
  • HSV: hsv(326, 52%, 64%)
  • CMYK: 0.00% cyan, 52.00% magenta, 23.00% yellow, 36.00% black
  • XYZ: 22.24, 15.15, 16.43
  • Yxy: 15.15, 0.4132, 0.2815
  • Hunter Lab: 45.84, 40.06, -10.17
  • CIE-Lab: 45.84, 40.06, -10.17

In the XYZ color space, this color is represented as X: 22.24, Y: 15.15, Z: 16.43. The Yxy representation further refines this as Y: 15.15, x: 0.4132, and y: 0.2815.

In the Hunter Lab color space, this color is represented as L: 45.84, a: 40.06, and b: -10.17. Similarly, in the CIE-Lab color space, it is represented as L: 45.84, a: 40.06, and b: -10.17.

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

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

Analogous Colors of #A44F7F

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

Monochromatic Colors of #A44F7F

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

Complementary Color of #A44F7F

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

/* Using HEX */
body {
  background-color: #a44f7f;
}
/* Using RGB */
body {
  background-color: rgb(164, 79, 127);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 79, 127, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(326, 35%, 48%);
}
/* Text color */
p {
  color: #a44f7f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a44f7f;
}
/* Border color */
.box {
  border: 4px solid #a44f7f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a44f7f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a44f7f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A44F7F
On Black Background
#A44F7F
On White Background
#A44F7F

HTML Examples of #A44F7F

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

Related Colors of #A44F7F

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