Color: #AF966D

#AF966D Color Information

#AF966D is a light color. The closest websafe version is #AF966D. A complement of this color would be #6E87AF, perceived brightness is 0.60, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 37°,a saturation of 29%, and a lightness of 56%.The HSV representation shows a hue of 37°, a saturation of 100%, and a value of 100%.

In a RGB color space, #AF966D is composed of 69% red, 59% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 38% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 32.33, x: 0.4108, and y: 0.4070.

Color Code #AF966D

HEX
#AF966D
RGB
rgb(175, 150, 109)
HSL
hsl(37, 29%, 56%)
HSV
hsv(37, 38%, 69%)
CMYK
0%, 14%, 38%, 31%
XYZ
X: 32.63, Y: 32.33, Z: 14.48
Lab
L: 63.61, a: 5.25, b: 25.30
Name

Shades of Color #AF966D

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

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

About #AF966D Color Code

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

  • HEX: #AF966D
  • RGB: rgb(175, 150, 109)
  • HSL: hsl(37, 29%, 56%)
  • HSV: hsv(37, 38%, 69%)
  • CMYK: 0.00% cyan, 14.00% magenta, 38.00% yellow, 31.00% black
  • XYZ: 32.63, 32.33, 14.48
  • Yxy: 32.33, 0.4108, 0.4070
  • Hunter Lab: 63.61, 5.25, 25.30
  • CIE-Lab: 63.61, 5.25, 25.30

In the XYZ color space, this color is represented as X: 32.63, Y: 32.33, Z: 14.48. The Yxy representation further refines this as Y: 32.33, x: 0.4108, and y: 0.4070.

In the Hunter Lab color space, this color is represented as L: 63.61, a: 5.25, and b: 25.30. Similarly, in the CIE-Lab color space, it is represented as L: 63.61, a: 5.25, and b: 25.30.

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

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

Analogous Colors of #AF966D

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

Monochromatic Colors of #AF966D

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

Complementary Color of #AF966D

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

/* Using HEX */
body {
  background-color: #af966d;
}
/* Using RGB */
body {
  background-color: rgb(175, 150, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 150, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(37, 29%, 56%);
}
/* Text color */
p {
  color: #af966d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af966d;
}

HTML Examples of #AF966D

<!-- Using HEX -->
<div style="background-color: #af966d; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(175, 150, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(175, 150, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(37, 29%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #af966d;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #af966d; width: 100px; height: 100px;"></div>

Related Colors of #AF966D

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