Color: #A3ADAF

#A3ADAF Color Information

#A3ADAF is a light color. The closest websafe version is #A3ADAF. A complement of this color would be #AEA4A2, perceived brightness is 0.67, and the grayscale version is #A9A9A9.

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

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

In the Yxy color space, this color is represented as Y: 40.71, x: 0.3348, and y: 0.3568.

Color Code #A3ADAF

#A3ADAFrgb(163, 173, 175)
HEX
#A3ADAF
RGB
rgb(163, 173, 175)
HSL
hsl(190, 7%, 66%)
HSV
hsv(190, 7%, 69%)
CMYK
7%, 1%, 0%, 31%
XYZ
X: 38.20, Y: 40.71, Z: 35.18
Lab
L: 69.97, a: -3.34, b: -2.31
Name

Shades of Color #A3ADAF

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

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

#A3ADAFrgb(163, 173, 175)

About #A3ADAF Color Code

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

  • HEX: #A3ADAF
  • RGB: rgb(163, 173, 175)
  • HSL: hsl(190, 7%, 66%)
  • HSV: hsv(190, 7%, 69%)
  • CMYK: 7.00% cyan, 100.00% magenta, 0.00% yellow, 31.00% black
  • XYZ: 38.20, 40.71, 35.18
  • Yxy: 40.71, 0.3348, 0.3568
  • Hunter Lab: 69.97, -3.34, -2.31
  • CIE-Lab: 69.97, -3.34, -2.31

In the XYZ color space, this color is represented as X: 38.20, Y: 40.71, Z: 35.18. The Yxy representation further refines this as Y: 40.71, x: 0.3348, and y: 0.3568.

In the Hunter Lab color space, this color is represented as L: 69.97, a: -3.34, and b: -2.31. Similarly, in the CIE-Lab color space, it is represented as L: 69.97, a: -3.34, and b: -2.31.

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

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

Analogous Colors of #A3ADAF

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

Monochromatic Colors of #A3ADAF

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

Complementary Color of #A3ADAF

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

/* Using HEX */
body {
  background-color: #a3adaf;
}
/* Using RGB */
body {
  background-color: rgb(163, 173, 175);
}
/* Using RGB with opacity */
body {
  background-color: rgba(163, 173, 175, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(190, 7%, 66%);
}
/* Text color */
p {
  color: #a3adaf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a3adaf;
}
/* Border color */
.box {
  border: 4px solid #a3adaf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a3adaf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a3adaf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A3ADAF
On Black Background
#A3ADAF
On White Background
#A3ADAF

HTML Examples of #A3ADAF

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

Related Colors of #A3ADAF

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