Color: #A9852F

#A9852F Color Information

#A9852F is a light color. The closest websafe version is #A9852F. A complement of this color would be #2F53A7, perceived brightness is 0.53, and the grayscale version is #6C6C6C.

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

In a RGB color space, #A9852F is composed of 66% red, 52% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 21% magenta, 72% yellow and 34% black.

In the Yxy color space, this color is represented as Y: 25.81, x: 0.4658, and y: 0.4496.

Color Code #A9852F

#A9852Frgb(169, 133, 47)
HEX
#A9852F
RGB
rgb(169, 133, 47)
HSL
hsl(42, 56%, 42%)
HSV
hsv(42, 72%, 66%)
CMYK
0%, 21%, 72%, 34%
XYZ
X: 26.74, Y: 25.81, Z: 4.86
Lab
L: 57.86, a: 7.70, b: 49.53
Name

Shades of Color #A9852F

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

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

#A9852Frgb(169, 133, 47)

About #A9852F Color Code

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

  • HEX: #A9852F
  • RGB: rgb(169, 133, 47)
  • HSL: hsl(42, 56%, 42%)
  • HSV: hsv(42, 72%, 66%)
  • CMYK: 0.00% cyan, 21.00% magenta, 72.00% yellow, 34.00% black
  • XYZ: 26.74, 25.81, 4.86
  • Yxy: 25.81, 0.4658, 0.4496
  • Hunter Lab: 57.86, 7.70, 49.53
  • CIE-Lab: 57.86, 7.70, 49.53

In the XYZ color space, this color is represented as X: 26.74, Y: 25.81, Z: 4.86. The Yxy representation further refines this as Y: 25.81, x: 0.4658, and y: 0.4496.

In the Hunter Lab color space, this color is represented as L: 57.86, a: 7.70, and b: 49.53. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 7.70, and b: 49.53.

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

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

Analogous Colors of #A9852F

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

Monochromatic Colors of #A9852F

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

Complementary Color of #A9852F

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

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

HTML Examples of #A9852F

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

Related Colors of #A9852F

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