Color: #AFAE96

#AFAE96 Color Information

#AFAE96 is a light color. The closest websafe version is #AFAE96. A complement of this color would be #9697B0, perceived brightness is 0.67, and the grayscale version is #A3A3A3.

In the HSL color space, this color has a hue angle of 58°,a saturation of 14%, and a lightness of 64%.The HSV representation shows a hue of 58°, a saturation of 14%, and a value of 69%.

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

In the Yxy color space, this color is represented as Y: 41.73, x: 0.3659, and y: 0.3879.

Color Code #AFAE96

#AFAE96rgb(175, 174, 150)
HEX
#AFAE96
RGB
rgb(175, 174, 150)
HSL
hsl(58, 14%, 64%)
HSV
hsv(58, 14%, 69%)
CMYK
0%, 1%, 14%, 31%
XYZ
X: 39.36, Y: 41.73, Z: 26.49
Lab
L: 70.68, a: -2.75, b: 12.52
Name

Shades of Color #AFAE96

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

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

#AFAE96rgb(175, 174, 150)

About #AFAE96 Color Code

In the HSL color space, this color has a hue angle of 58°, a saturation of 14%, and a lightness of 64%. The HSV representation shows a hue of 58°, a saturation of 14%, and a value of 69%.

  • HEX: #AFAE96
  • RGB: rgb(175, 174, 150)
  • HSL: hsl(58, 14%, 64%)
  • HSV: hsv(58, 14%, 69%)
  • CMYK: 0.00% cyan, 100.00% magenta, 14.00% yellow, 31.00% black
  • XYZ: 39.36, 41.73, 26.49
  • Yxy: 41.73, 0.3659, 0.3879
  • Hunter Lab: 70.68, -2.75, 12.52
  • CIE-Lab: 70.68, -2.75, 12.52

In the XYZ color space, this color is represented as X: 39.36, Y: 41.73, Z: 26.49. The Yxy representation further refines this as Y: 41.73, x: 0.3659, and y: 0.3879.

In the Hunter Lab color space, this color is represented as L: 70.68, a: -2.75, and b: 12.52. Similarly, in the CIE-Lab color space, it is represented as L: 70.68, a: -2.75, and b: 12.52.

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

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

Analogous Colors of #AFAE96

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

Split Complementary Colors of #AFAE96

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

Tetradic Colors of #AFAE96

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

Monochromatic Colors of #AFAE96

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

Complementary Color of #AFAE96

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

/* Using HEX */
body {
  background-color: #afae96;
}
/* Using RGB */
body {
  background-color: rgb(175, 174, 150);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 174, 150, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(58, 14%, 64%);
}
/* Text color */
p {
  color: #afae96;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #afae96;
}
/* Border color */
.box {
  border: 4px solid #afae96;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #afae96;
}
Text Shadow Preview
/* Background with text */
div {
  background: #afae96;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AFAE96
On Black Background
#AFAE96
On White Background
#AFAE96

HTML Examples of #AFAE96

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

Related Colors of #AFAE96

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