Color: #AFA11C

#AFA11C Color Information

#AFA11C is a light color. The closest websafe version is #AFA11C. A complement of this color would be #1D2BAF, perceived brightness is 0.59, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 54°,a saturation of 72%, and a lightness of 40%.The HSV representation shows a hue of 54°, a saturation of 84%, and a value of 69%.

In a RGB color space, #AFA11C is composed of 69% red, 63% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 8% magenta, 84% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 35.16, x: 0.4486, and y: 0.4841.

Color Code #AFA11C

#AFA11Crgb(175, 161, 28)
HEX
#AFA11C
RGB
rgb(175, 161, 28)
HSL
hsl(54, 72%, 40%)
HSV
hsv(54, 84%, 69%)
CMYK
0%, 8%, 84%, 31%
XYZ
X: 32.58, Y: 35.16, Z: 4.89
Lab
L: 65.87, a: -4.63, b: 63.20
Name

Shades of Color #AFA11C

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

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

#AFA11Crgb(175, 161, 28)

About #AFA11C Color Code

In the HSL color space, this color has a hue angle of 54°, a saturation of 72%, and a lightness of 40%. The HSV representation shows a hue of 54°, a saturation of 84%, and a value of 69%.

  • HEX: #AFA11C
  • RGB: rgb(175, 161, 28)
  • HSL: hsl(54, 72%, 40%)
  • HSV: hsv(54, 84%, 69%)
  • CMYK: 0.00% cyan, 8.00% magenta, 84.00% yellow, 31.00% black
  • XYZ: 32.58, 35.16, 4.89
  • Yxy: 35.16, 0.4486, 0.4841
  • Hunter Lab: 65.87, -4.63, 63.20
  • CIE-Lab: 65.87, -4.63, 63.20

In the XYZ color space, this color is represented as X: 32.58, Y: 35.16, Z: 4.89. The Yxy representation further refines this as Y: 35.16, x: 0.4486, and y: 0.4841.

In the Hunter Lab color space, this color is represented as L: 65.87, a: -4.63, and b: 63.20. Similarly, in the CIE-Lab color space, it is represented as L: 65.87, a: -4.63, and b: 63.20.

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

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

Analogous Colors of #AFA11C

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

Split Complementary Colors of #AFA11C

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

Tetradic Colors of #AFA11C

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

Monochromatic Colors of #AFA11C

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

Complementary Color of #AFA11C

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

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

HTML Examples of #AFA11C

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

Related Colors of #AFA11C

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