Color: #A8331F

#A8331F Color Information

#A8331F is a dark color. The closest websafe version is #A8331F. A complement of this color would be #1F93A8, perceived brightness is 0.33, and the grayscale version is #636363.

In the HSL color space, this color has a hue angle of 9°,a saturation of 69%, and a lightness of 39%.The HSV representation shows a hue of 9°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A8331F is composed of 66% red, 20% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 70% magenta, 82% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 11.17, x: 0.5876, and y: 0.3538.

Color Code #A8331F

HEX
#A8331F
RGB
rgb(168, 51, 31)
HSL
hsl(9, 69%, 39%)
HSV
hsv(9, 82%, 66%)
CMYK
0%, 70%, 82%, 34%
XYZ
X: 18.55, Y: 11.17, Z: 1.85
Lab
L: 39.86, a: 47.83, b: 39.97
Name

Shades of Color #A8331F

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

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

About #A8331F Color Code

In the HSL color space, this color has a hue angle of 9°, a saturation of 69%, and a lightness of 39%. The HSV representation shows a hue of 9°, a saturation of 82%, and a value of 66%.

  • HEX: #A8331F
  • RGB: rgb(168, 51, 31)
  • HSL: hsl(9, 69%, 39%)
  • HSV: hsv(9, 82%, 66%)
  • CMYK: 0.00% cyan, 70.00% magenta, 82.00% yellow, 34.00% black
  • XYZ: 18.55, 11.17, 1.85
  • Yxy: 11.17, 0.5876, 0.3538
  • Hunter Lab: 39.86, 47.83, 39.97
  • CIE-Lab: 39.86, 47.83, 39.97

In the XYZ color space, this color is represented as X: 18.55, Y: 11.17, Z: 1.85. The Yxy representation further refines this as Y: 11.17, x: 0.5876, and y: 0.3538.

In the Hunter Lab color space, this color is represented as L: 39.86, a: 47.83, and b: 39.97. Similarly, in the CIE-Lab color space, it is represented as L: 39.86, a: 47.83, and b: 39.97.

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

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

Analogous Colors of #A8331F

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

Monochromatic Colors of #A8331F

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

Complementary Color of #A8331F

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

/* Using HEX */
body {
  background-color: #a8331f;
}
/* Using RGB */
body {
  background-color: rgb(168, 51, 31);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 51, 31, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(9, 69%, 39%);
}
/* Text color */
p {
  color: #a8331f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8331f;
}

HTML Examples of #A8331F

<!-- Using HEX -->
<div style="background-color: #a8331f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 51, 31); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 51, 31, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(9, 69%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a8331f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a8331f; width: 100px; height: 100px;"></div>

Related Colors of #A8331F

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