Color: #AF939C

#AF939C Color Information

#AF939C is a light color. The closest websafe version is #AF939C. A complement of this color would be #92AFA6, perceived brightness is 0.61, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 341°,a saturation of 15%, and a lightness of 63%.The HSV representation shows a hue of 341°, a saturation of 16%, and a value of 69%.

In a RGB color space, #AF939C is composed of 69% red, 58% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 11% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 32.47, x: 0.3678, and y: 0.3442.

Color Code #AF939C

#AF939Crgb(175, 147, 156)
HEX
#AF939C
RGB
rgb(175, 147, 156)
HSL
hsl(341, 15%, 63%)
HSV
hsv(341, 16%, 69%)
CMYK
0%, 16%, 11%, 31%
XYZ
X: 34.69, Y: 32.47, Z: 27.17
Lab
L: 63.73, a: 11.94, b: -0.64
Name

Shades of Color #AF939C

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

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

#AF939Crgb(175, 147, 156)

About #AF939C Color Code

In the HSL color space, this color has a hue angle of 341°, a saturation of 15%, and a lightness of 63%. The HSV representation shows a hue of 341°, a saturation of 16%, and a value of 69%.

  • HEX: #AF939C
  • RGB: rgb(175, 147, 156)
  • HSL: hsl(341, 15%, 63%)
  • HSV: hsv(341, 16%, 69%)
  • CMYK: 0.00% cyan, 16.00% magenta, 11.00% yellow, 31.00% black
  • XYZ: 34.69, 32.47, 27.17
  • Yxy: 32.47, 0.3678, 0.3442
  • Hunter Lab: 63.73, 11.94, -0.64
  • CIE-Lab: 63.73, 11.94, -0.64

In the XYZ color space, this color is represented as X: 34.69, Y: 32.47, Z: 27.17. The Yxy representation further refines this as Y: 32.47, x: 0.3678, and y: 0.3442.

In the Hunter Lab color space, this color is represented as L: 63.73, a: 11.94, and b: -0.64. Similarly, in the CIE-Lab color space, it is represented as L: 63.73, a: 11.94, and b: -0.64.

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

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

Analogous Colors of #AF939C

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

Monochromatic Colors of #AF939C

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

Complementary Color of #AF939C

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

/* Using HEX */
body {
  background-color: #af939c;
}
/* Using RGB */
body {
  background-color: rgb(175, 147, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 147, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(341, 15%, 63%);
}
/* Text color */
p {
  color: #af939c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af939c;
}
/* Border color */
.box {
  border: 4px solid #af939c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af939c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af939c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF939C
On Black Background
#AF939C
On White Background
#AF939C

HTML Examples of #AF939C

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

Related Colors of #AF939C

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