Color: #A03628

#A03628 Color Information

#A03628 is a dark color. The closest websafe version is #A03628. A complement of this color would be #28919F, perceived brightness is 0.33, and the grayscale version is #646464.

In the HSL color space, this color has a hue angle of 7°,a saturation of 60%, and a lightness of 39%.The HSV representation shows a hue of 7°, a saturation of 75%, and a value of 63%.

In a RGB color space, #A03628 is composed of 63% red, 21% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 66% magenta, 75% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 10.59, x: 0.5683, and y: 0.3530.

Color Code #A03628

#A03628rgb(160, 54, 40)
HEX
#A03628
RGB
rgb(160, 54, 40)
HSL
hsl(7, 60%, 39%)
HSV
hsv(7, 75%, 63%)
CMYK
0%, 66%, 75%, 37%
XYZ
X: 17.05, Y: 10.59, Z: 2.36
Lab
L: 38.89, a: 44.07, b: 33.45
Name

Shades of Color #A03628

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

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

#A03628rgb(160, 54, 40)

About #A03628 Color Code

In the HSL color space, this color has a hue angle of 7°, a saturation of 60%, and a lightness of 39%. The HSV representation shows a hue of 7°, a saturation of 75%, and a value of 63%.

  • HEX: #A03628
  • RGB: rgb(160, 54, 40)
  • HSL: hsl(7, 60%, 39%)
  • HSV: hsv(7, 75%, 63%)
  • CMYK: 0.00% cyan, 66.00% magenta, 75.00% yellow, 37.00% black
  • XYZ: 17.05, 10.59, 2.36
  • Yxy: 10.59, 0.5683, 0.3530
  • Hunter Lab: 38.89, 44.07, 33.45
  • CIE-Lab: 38.89, 44.07, 33.45

In the XYZ color space, this color is represented as X: 17.05, Y: 10.59, Z: 2.36. The Yxy representation further refines this as Y: 10.59, x: 0.5683, and y: 0.3530.

In the Hunter Lab color space, this color is represented as L: 38.89, a: 44.07, and b: 33.45. Similarly, in the CIE-Lab color space, it is represented as L: 38.89, a: 44.07, and b: 33.45.

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

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

Analogous Colors of #A03628

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

Split Complementary Colors of #A03628

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

Tetradic Colors of #A03628

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

Monochromatic Colors of #A03628

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

Complementary Color of #A03628

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

/* Using HEX */
body {
  background-color: #a03628;
}
/* Using RGB */
body {
  background-color: rgb(160, 54, 40);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 54, 40, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(7, 60%, 39%);
}
/* Text color */
p {
  color: #a03628;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a03628;
}
/* Border color */
.box {
  border: 4px solid #a03628;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a03628;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a03628;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A03628
On Black Background
#A03628
On White Background
#A03628

HTML Examples of #A03628

<!-- Using HEX -->
<div style="background-color: #a03628; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 54, 40); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 54, 40, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(7, 60%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a03628;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a03628; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a03628; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a03628;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a03628; color: #fff; padding: 16px; border-radius: 8px;">
  #A03628
</div>
#A03628
On Black Background
#A03628
On White Background
#A03628

Related Colors of #A03628

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