Color: #A25314

#A25314 Color Information

#A25314 is a dark color. The closest websafe version is #A25314. A complement of this color would be #1463A3, perceived brightness is 0.39, and the grayscale version is #5B5B5B.

In the HSL color space, this color has a hue angle of 27°,a saturation of 78%, and a lightness of 36%.The HSV representation shows a hue of 27°, a saturation of 88%, and a value of 64%.

In a RGB color space, #A25314 is composed of 64% red, 33% green and 8% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 88% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 14.28, x: 0.5435, and y: 0.4044.

Color Code #A25314

#A25314rgb(162, 83, 20)
HEX
#A25314
RGB
rgb(162, 83, 20)
HSL
hsl(27, 78%, 36%)
HSV
hsv(27, 88%, 64%)
CMYK
0%, 49%, 88%, 36%
XYZ
X: 19.19, Y: 14.28, Z: 1.84
Lab
L: 44.64, a: 30.55, b: 48.22
Name

Shades of Color #A25314

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

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

#A25314rgb(162, 83, 20)

About #A25314 Color Code

In the HSL color space, this color has a hue angle of 27°, a saturation of 78%, and a lightness of 36%. The HSV representation shows a hue of 27°, a saturation of 88%, and a value of 64%.

  • HEX: #A25314
  • RGB: rgb(162, 83, 20)
  • HSL: hsl(27, 78%, 36%)
  • HSV: hsv(27, 88%, 64%)
  • CMYK: 0.00% cyan, 49.00% magenta, 88.00% yellow, 36.00% black
  • XYZ: 19.19, 14.28, 1.84
  • Yxy: 14.28, 0.5435, 0.4044
  • Hunter Lab: 44.64, 30.55, 48.22
  • CIE-Lab: 44.64, 30.55, 48.22

In the XYZ color space, this color is represented as X: 19.19, Y: 14.28, Z: 1.84. The Yxy representation further refines this as Y: 14.28, x: 0.5435, and y: 0.4044.

In the Hunter Lab color space, this color is represented as L: 44.64, a: 30.55, and b: 48.22. Similarly, in the CIE-Lab color space, it is represented as L: 44.64, a: 30.55, and b: 48.22.

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

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

Analogous Colors of #A25314

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

Split Complementary Colors of #A25314

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

Tetradic Colors of #A25314

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

Monochromatic Colors of #A25314

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

Complementary Color of #A25314

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

/* Using HEX */
body {
  background-color: #a25314;
}
/* Using RGB */
body {
  background-color: rgb(162, 83, 20);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 83, 20, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(27, 78%, 36%);
}
/* Text color */
p {
  color: #a25314;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a25314;
}
/* Border color */
.box {
  border: 4px solid #a25314;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a25314;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a25314;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A25314
On Black Background
#A25314
On White Background
#A25314

HTML Examples of #A25314

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

Related Colors of #A25314

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