Color: #AC942A

#AC942A Color Information

#AC942A is a light color. The closest websafe version is #AC942A. A complement of this color would be #2A42AC, perceived brightness is 0.56, and the grayscale version is #6B6B6B.

In the HSL color space, this color has a hue angle of 49°,a saturation of 61%, and a lightness of 42%.The HSV representation shows a hue of 49°, a saturation of 76%, and a value of 67%.

In a RGB color space, #AC942A is composed of 67% red, 58% green and 16% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 76% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 30.55, x: 0.4546, and y: 0.4673.

Color Code #AC942A

#AC942Argb(172, 148, 42)
HEX
#AC942A
RGB
rgb(172, 148, 42)
HSL
hsl(49, 61%, 42%)
HSV
hsv(49, 76%, 67%)
CMYK
0%, 14%, 76%, 33%
XYZ
X: 29.72, Y: 30.55, Z: 5.10
Lab
L: 62.13, a: 1.02, b: 55.60
Name

Shades of Color #AC942A

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

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

#AC942Argb(172, 148, 42)

About #AC942A Color Code

In the HSL color space, this color has a hue angle of 49°, a saturation of 61%, and a lightness of 42%. The HSV representation shows a hue of 49°, a saturation of 76%, and a value of 67%.

  • HEX: #AC942A
  • RGB: rgb(172, 148, 42)
  • HSL: hsl(49, 61%, 42%)
  • HSV: hsv(49, 76%, 67%)
  • CMYK: 0.00% cyan, 14.00% magenta, 76.00% yellow, 33.00% black
  • XYZ: 29.72, 30.55, 5.10
  • Yxy: 30.55, 0.4546, 0.4673
  • Hunter Lab: 62.13, 1.02, 55.60
  • CIE-Lab: 62.13, 1.02, 55.60

In the XYZ color space, this color is represented as X: 29.72, Y: 30.55, Z: 5.10. The Yxy representation further refines this as Y: 30.55, x: 0.4546, and y: 0.4673.

In the Hunter Lab color space, this color is represented as L: 62.13, a: 1.02, and b: 55.60. Similarly, in the CIE-Lab color space, it is represented as L: 62.13, a: 1.02, and b: 55.60.

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

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

Analogous Colors of #AC942A

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

Split Complementary Colors of #AC942A

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

Tetradic Colors of #AC942A

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

Monochromatic Colors of #AC942A

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

Complementary Color of #AC942A

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

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

HTML Examples of #AC942A

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

Related Colors of #AC942A

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