Color: #A19A1C

#A19A1C Color Information

#A19A1C is a light color. The closest websafe version is #A19A1C. A complement of this color would be #1C23A0, perceived brightness is 0.56, and the grayscale version is #5F5F5F.

In the HSL color space, this color has a hue angle of 57°,a saturation of 70%, and a lightness of 37%.The HSV representation shows a hue of 57°, a saturation of 83%, and a value of 63%.

In a RGB color space, #A19A1C is composed of 63% red, 60% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 4% magenta, 83% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 31.17, x: 0.4414, and y: 0.4887.

Color Code #A19A1C

#A19A1Crgb(161, 154, 28)
HEX
#A19A1C
RGB
rgb(161, 154, 28)
HSL
hsl(57, 70%, 37%)
HSV
hsv(57, 83%, 63%)
CMYK
0%, 4%, 83%, 37%
XYZ
X: 28.15, Y: 31.17, Z: 4.46
Lab
L: 62.65, a: -7.30, b: 59.96
Name

Shades of Color #A19A1C

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

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

#A19A1Crgb(161, 154, 28)

About #A19A1C Color Code

In the HSL color space, this color has a hue angle of 57°, a saturation of 70%, and a lightness of 37%. The HSV representation shows a hue of 57°, a saturation of 83%, and a value of 63%.

  • HEX: #A19A1C
  • RGB: rgb(161, 154, 28)
  • HSL: hsl(57, 70%, 37%)
  • HSV: hsv(57, 83%, 63%)
  • CMYK: 0.00% cyan, 4.00% magenta, 83.00% yellow, 37.00% black
  • XYZ: 28.15, 31.17, 4.46
  • Yxy: 31.17, 0.4414, 0.4887
  • Hunter Lab: 62.65, -7.30, 59.96
  • CIE-Lab: 62.65, -7.30, 59.96

In the XYZ color space, this color is represented as X: 28.15, Y: 31.17, Z: 4.46. The Yxy representation further refines this as Y: 31.17, x: 0.4414, and y: 0.4887.

In the Hunter Lab color space, this color is represented as L: 62.65, a: -7.30, and b: 59.96. Similarly, in the CIE-Lab color space, it is represented as L: 62.65, a: -7.30, and b: 59.96.

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

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

Analogous Colors of #A19A1C

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

Split Complementary Colors of #A19A1C

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

Tetradic Colors of #A19A1C

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

Monochromatic Colors of #A19A1C

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

Complementary Color of #A19A1C

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

/* Using HEX */
body {
  background-color: #a19a1c;
}
/* Using RGB */
body {
  background-color: rgb(161, 154, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 154, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(57, 70%, 37%);
}
/* Text color */
p {
  color: #a19a1c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a19a1c;
}
/* Border color */
.box {
  border: 4px solid #a19a1c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a19a1c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a19a1c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A19A1C
On Black Background
#A19A1C
On White Background
#A19A1C

HTML Examples of #A19A1C

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

Related Colors of #A19A1C

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