Color: #A7913F

#A7913F Color Information

#A7913F is a light color. The closest websafe version is #A7913F. A complement of this color would be #3F55A6, perceived brightness is 0.56, and the grayscale version is #737373.

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

In a RGB color space, #A7913F is composed of 65% red, 57% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 62% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 29.20, x: 0.4413, and y: 0.4526.

Color Code #A7913F

HEX
#A7913F
RGB
rgb(167, 145, 63)
HSL
hsl(47, 45%, 45%)
HSV
hsv(47, 62%, 65%)
CMYK
0%, 13%, 62%, 35%
XYZ
X: 28.47, Y: 29.20, Z: 6.84
Lab
L: 60.96, a: 1.22, b: 45.49
Name

Shades of Color #A7913F

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

Tints are created by lightening the original color #A7913F 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 #A7913F Color Code

In the HSL color space, this color has a hue angle of 47°, a saturation of 45%, and a lightness of 45%. The HSV representation shows a hue of 47°, a saturation of 62%, and a value of 65%.

  • HEX: #A7913F
  • RGB: rgb(167, 145, 63)
  • HSL: hsl(47, 45%, 45%)
  • HSV: hsv(47, 62%, 65%)
  • CMYK: 0.00% cyan, 13.00% magenta, 62.00% yellow, 35.00% black
  • XYZ: 28.47, 29.20, 6.84
  • Yxy: 29.20, 0.4413, 0.4526
  • Hunter Lab: 60.96, 1.22, 45.49
  • CIE-Lab: 60.96, 1.22, 45.49

In the XYZ color space, this color is represented as X: 28.47, Y: 29.20, Z: 6.84. The Yxy representation further refines this as Y: 29.20, x: 0.4413, and y: 0.4526.

In the Hunter Lab color space, this color is represented as L: 60.96, a: 1.22, and b: 45.49. Similarly, in the CIE-Lab color space, it is represented as L: 60.96, a: 1.22, and b: 45.49.

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

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

Analogous Colors of #A7913F

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

Monochromatic Colors of #A7913F

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

Complementary Color of #A7913F

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

/* Using HEX */
body {
  background-color: #a7913f;
}
/* Using RGB */
body {
  background-color: rgb(167, 145, 63);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 145, 63, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(47, 45%, 45%);
}
/* Text color */
p {
  color: #a7913f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a7913f;
}

HTML Examples of #A7913F

<!-- Using HEX -->
<div style="background-color: #a7913f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(167, 145, 63); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(167, 145, 63, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(47, 45%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a7913f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a7913f; width: 100px; height: 100px;"></div>

Related Colors of #A7913F

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