Color: #ACA435

#ACA435 Color Information

#ACA435 is a light color. The closest websafe version is #ACA435. A complement of this color would be #353DAC, perceived brightness is 0.60, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 56°,a saturation of 53%, and a lightness of 44%.The HSV representation shows a hue of 56°, a saturation of 69%, and a value of 67%.

In a RGB color space, #ACA435 is composed of 67% red, 64% green and 21% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 69% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 36.01, x: 0.4342, and y: 0.4768.

Color Code #ACA435

#ACA435rgb(172, 164, 53)
HEX
#ACA435
RGB
rgb(172, 164, 53)
HSL
hsl(56, 53%, 44%)
HSV
hsv(56, 69%, 67%)
CMYK
0%, 5%, 69%, 33%
XYZ
X: 32.79, Y: 36.01, Z: 6.72
Lab
L: 66.53, a: -6.70, b: 55.59
Name

Shades of Color #ACA435

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

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

#ACA435rgb(172, 164, 53)

About #ACA435 Color Code

In the HSL color space, this color has a hue angle of 56°, a saturation of 53%, and a lightness of 44%. The HSV representation shows a hue of 56°, a saturation of 69%, and a value of 67%.

  • HEX: #ACA435
  • RGB: rgb(172, 164, 53)
  • HSL: hsl(56, 53%, 44%)
  • HSV: hsv(56, 69%, 67%)
  • CMYK: 0.00% cyan, 5.00% magenta, 69.00% yellow, 33.00% black
  • XYZ: 32.79, 36.01, 6.72
  • Yxy: 36.01, 0.4342, 0.4768
  • Hunter Lab: 66.53, -6.70, 55.59
  • CIE-Lab: 66.53, -6.70, 55.59

In the XYZ color space, this color is represented as X: 32.79, Y: 36.01, Z: 6.72. The Yxy representation further refines this as Y: 36.01, x: 0.4342, and y: 0.4768.

In the Hunter Lab color space, this color is represented as L: 66.53, a: -6.70, and b: 55.59. Similarly, in the CIE-Lab color space, it is represented as L: 66.53, a: -6.70, and b: 55.59.

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

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

Analogous Colors of #ACA435

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

Split Complementary Colors of #ACA435

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

Tetradic Colors of #ACA435

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

Monochromatic Colors of #ACA435

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

Complementary Color of #ACA435

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

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

HTML Examples of #ACA435

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

Related Colors of #ACA435

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