Color: #AF885C

#AF885C Color Information

#AF885C is a light color. The closest websafe version is #AF885C. A complement of this color would be #5B82AE, perceived brightness is 0.56, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 32°,a saturation of 34%, and a lightness of 52%.The HSV representation shows a hue of 32°, a saturation of 47%, and a value of 69%.

In a RGB color space, #AF885C is composed of 69% red, 53% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 22% magenta, 47% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 27.84, x: 0.4358, and y: 0.4083.

Color Code #AF885C

#AF885Crgb(175, 136, 92)
HEX
#AF885C
RGB
rgb(175, 136, 92)
HSL
hsl(32, 34%, 52%)
HSV
hsv(32, 47%, 69%)
CMYK
0%, 22%, 47%, 31%
XYZ
X: 29.71, Y: 27.84, Z: 10.63
Lab
L: 59.74, a: 11.22, b: 29.58
Name

Shades of Color #AF885C

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

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

#AF885Crgb(175, 136, 92)

About #AF885C Color Code

In the HSL color space, this color has a hue angle of 32°, a saturation of 34%, and a lightness of 52%. The HSV representation shows a hue of 32°, a saturation of 47%, and a value of 69%.

  • HEX: #AF885C
  • RGB: rgb(175, 136, 92)
  • HSL: hsl(32, 34%, 52%)
  • HSV: hsv(32, 47%, 69%)
  • CMYK: 0.00% cyan, 22.00% magenta, 47.00% yellow, 31.00% black
  • XYZ: 29.71, 27.84, 10.63
  • Yxy: 27.84, 0.4358, 0.4083
  • Hunter Lab: 59.74, 11.22, 29.58
  • CIE-Lab: 59.74, 11.22, 29.58

In the XYZ color space, this color is represented as X: 29.71, Y: 27.84, Z: 10.63. The Yxy representation further refines this as Y: 27.84, x: 0.4358, and y: 0.4083.

In the Hunter Lab color space, this color is represented as L: 59.74, a: 11.22, and b: 29.58. Similarly, in the CIE-Lab color space, it is represented as L: 59.74, a: 11.22, and b: 29.58.

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

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

Analogous Colors of #AF885C

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

Split Complementary Colors of #AF885C

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

Tetradic Colors of #AF885C

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

Monochromatic Colors of #AF885C

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

Complementary Color of #AF885C

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

/* Using HEX */
body {
  background-color: #af885c;
}
/* Using RGB */
body {
  background-color: rgb(175, 136, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 136, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(32, 34%, 52%);
}
/* Text color */
p {
  color: #af885c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af885c;
}
/* Border color */
.box {
  border: 4px solid #af885c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af885c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af885c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF885C
On Black Background
#AF885C
On White Background
#AF885C

HTML Examples of #AF885C

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

Related Colors of #AF885C

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