Color: #A25039

#A25039 Color Information

#A25039 is a dark color. The closest websafe version is #A25039. A complement of this color would be #398BA2, perceived brightness is 0.40, and the grayscale version is #6E6E6E.

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

In a RGB color space, #A25039 is composed of 64% red, 31% green and 22% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 51% magenta, 65% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 14.04, x: 0.5158, and y: 0.3727.

Color Code #A25039

#A25039rgb(162, 80, 57)
HEX
#A25039
RGB
rgb(162, 80, 57)
HSL
hsl(13, 48%, 43%)
HSV
hsv(13, 65%, 64%)
CMYK
0%, 51%, 65%, 36%
XYZ
X: 19.43, Y: 14.04, Z: 4.20
Lab
L: 44.29, a: 33.28, b: 29.80
Name

Shades of Color #A25039

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

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

#A25039rgb(162, 80, 57)

About #A25039 Color Code

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

  • HEX: #A25039
  • RGB: rgb(162, 80, 57)
  • HSL: hsl(13, 48%, 43%)
  • HSV: hsv(13, 65%, 64%)
  • CMYK: 0.00% cyan, 51.00% magenta, 65.00% yellow, 36.00% black
  • XYZ: 19.43, 14.04, 4.20
  • Yxy: 14.04, 0.5158, 0.3727
  • Hunter Lab: 44.29, 33.28, 29.80
  • CIE-Lab: 44.29, 33.28, 29.80

In the XYZ color space, this color is represented as X: 19.43, Y: 14.04, Z: 4.20. The Yxy representation further refines this as Y: 14.04, x: 0.5158, and y: 0.3727.

In the Hunter Lab color space, this color is represented as L: 44.29, a: 33.28, and b: 29.80. Similarly, in the CIE-Lab color space, it is represented as L: 44.29, a: 33.28, and b: 29.80.

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

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

Analogous Colors of #A25039

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

Split Complementary Colors of #A25039

Split complementary colors are two colors adjacent to the complementary color of #A25039. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A25039

Tetradic colors form a rectangle on the color wheel, including #A25039. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A25039

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

Complementary Color of #A25039

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

/* Using HEX */
body {
  background-color: #a25039;
}
/* Using RGB */
body {
  background-color: rgb(162, 80, 57);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 80, 57, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(13, 48%, 43%);
}
/* Text color */
p {
  color: #a25039;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a25039;
}
/* Border color */
.box {
  border: 4px solid #a25039;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a25039;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a25039;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A25039
On Black Background
#A25039
On White Background
#A25039

HTML Examples of #A25039

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

Related Colors of #A25039

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