Color: #A8966C

#A8966C Color Information

#A8966C is a light color. The closest websafe version is #A8966C. A complement of this color would be #6B7EA8, perceived brightness is 0.59, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 42°,a saturation of 26%, and a lightness of 54%.The HSV representation shows a hue of 42°, a saturation of 36%, and a value of 66%.

In a RGB color space, #A8966C is composed of 66% red, 59% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 11% magenta, 36% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 31.49, x: 0.4039, and y: 0.4107.

Color Code #A8966C

#A8966Crgb(168, 150, 108)
HEX
#A8966C
RGB
rgb(168, 150, 108)
HSL
hsl(42, 26%, 54%)
HSV
hsv(42, 36%, 66%)
CMYK
0%, 11%, 36%, 34%
XYZ
X: 30.97, Y: 31.49, Z: 14.22
Lab
L: 62.92, a: 2.25, b: 24.77
Name

Shades of Color #A8966C

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

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

#A8966Crgb(168, 150, 108)

About #A8966C Color Code

In the HSL color space, this color has a hue angle of 42°, a saturation of 26%, and a lightness of 54%. The HSV representation shows a hue of 42°, a saturation of 36%, and a value of 66%.

  • HEX: #A8966C
  • RGB: rgb(168, 150, 108)
  • HSL: hsl(42, 26%, 54%)
  • HSV: hsv(42, 36%, 66%)
  • CMYK: 0.00% cyan, 11.00% magenta, 36.00% yellow, 34.00% black
  • XYZ: 30.97, 31.49, 14.22
  • Yxy: 31.49, 0.4039, 0.4107
  • Hunter Lab: 62.92, 2.25, 24.77
  • CIE-Lab: 62.92, 2.25, 24.77

In the XYZ color space, this color is represented as X: 30.97, Y: 31.49, Z: 14.22. The Yxy representation further refines this as Y: 31.49, x: 0.4039, and y: 0.4107.

In the Hunter Lab color space, this color is represented as L: 62.92, a: 2.25, and b: 24.77. Similarly, in the CIE-Lab color space, it is represented as L: 62.92, a: 2.25, and b: 24.77.

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

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

Analogous Colors of #A8966C

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

Monochromatic Colors of #A8966C

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

Complementary Color of #A8966C

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

/* Using HEX */
body {
  background-color: #a8966c;
}
/* Using RGB */
body {
  background-color: rgb(168, 150, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 150, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(42, 26%, 54%);
}
/* Text color */
p {
  color: #a8966c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a8966c;
}
/* Border color */
.box {
  border: 4px solid #a8966c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a8966c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a8966c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A8966C
On Black Background
#A8966C
On White Background
#A8966C

HTML Examples of #A8966C

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

Related Colors of #A8966C

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