Color: #AFA01D

#AFA01D Color Information

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

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 83%, and a value of 69%.

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

In the Yxy color space, this color is represented as Y: 34.81, x: 0.4495, and y: 0.4827.

Color Code #AFA01D

#AFA01Drgb(175, 160, 29)
HEX
#AFA01D
RGB
rgb(175, 160, 29)
HSL
hsl(54, 72%, 40%)
HSV
hsv(54, 83%, 69%)
CMYK
0%, 9%, 83%, 31%
XYZ
X: 32.41, Y: 34.81, Z: 4.89
Lab
L: 65.60, a: -4.11, b: 62.73
Name

Shades of Color #AFA01D

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

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

#AFA01Drgb(175, 160, 29)

About #AFA01D 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 83%, and a value of 69%.

  • HEX: #AFA01D
  • RGB: rgb(175, 160, 29)
  • HSL: hsl(54, 72%, 40%)
  • HSV: hsv(54, 83%, 69%)
  • CMYK: 0.00% cyan, 9.00% magenta, 83.00% yellow, 31.00% black
  • XYZ: 32.41, 34.81, 4.89
  • Yxy: 34.81, 0.4495, 0.4827
  • Hunter Lab: 65.60, -4.11, 62.73
  • CIE-Lab: 65.60, -4.11, 62.73

In the XYZ color space, this color is represented as X: 32.41, Y: 34.81, Z: 4.89. The Yxy representation further refines this as Y: 34.81, x: 0.4495, and y: 0.4827.

In the Hunter Lab color space, this color is represented as L: 65.60, a: -4.11, and b: 62.73. Similarly, in the CIE-Lab color space, it is represented as L: 65.60, a: -4.11, and b: 62.73.

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

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

Analogous Colors of #AFA01D

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

Split Complementary Colors of #AFA01D

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

Tetradic Colors of #AFA01D

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

Monochromatic Colors of #AFA01D

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

Complementary Color of #AFA01D

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

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

HTML Examples of #AFA01D

<!-- Using HEX -->
<div style="background-color: #afa01d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 160, 29); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 160, 29, 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: #afa01d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #afa01d; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #afa01d; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #afa01d;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #afa01d; color: #fff; padding: 16px; border-radius: 8px;">
  #AFA01D
</div>
#AFA01D
On Black Background
#AFA01D
On White Background
#AFA01D

Related Colors of #AFA01D

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