Color: #A6ACAE

#A6ACAE Color Information

#A6ACAE is a light color. The closest websafe version is #A6ACAE. A complement of this color would be #AFA9A7, perceived brightness is 0.67, and the grayscale version is #AAAAAA.

In the HSL color space, this color has a hue angle of 195°,a saturation of 5%, and a lightness of 67%.The HSV representation shows a hue of 195°, a saturation of 5%, and a value of 68%.

In a RGB color space, #A6ACAE is composed of 65% red, 67% green and 68% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 1% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 40.62, x: 0.3385, and y: 0.3564.

Color Code #A6ACAE

#A6ACAErgb(166, 172, 174)
HEX
#A6ACAE
RGB
rgb(166, 172, 174)
HSL
hsl(195, 5%, 67%)
HSV
hsv(195, 5%, 68%)
CMYK
5%, 1%, 0%, 32%
XYZ
X: 38.57, Y: 40.62, Z: 34.77
Lab
L: 69.91, a: -1.90, b: -1.81
Name

Shades of Color #A6ACAE

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

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

#A6ACAErgb(166, 172, 174)

About #A6ACAE Color Code

In the HSL color space, this color has a hue angle of 195°, a saturation of 5%, and a lightness of 67%. The HSV representation shows a hue of 195°, a saturation of 5%, and a value of 68%.

  • HEX: #A6ACAE
  • RGB: rgb(166, 172, 174)
  • HSL: hsl(195, 5%, 67%)
  • HSV: hsv(195, 5%, 68%)
  • CMYK: 5.00% cyan, 100.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 38.57, 40.62, 34.77
  • Yxy: 40.62, 0.3385, 0.3564
  • Hunter Lab: 69.91, -1.90, -1.81
  • CIE-Lab: 69.91, -1.90, -1.81

In the XYZ color space, this color is represented as X: 38.57, Y: 40.62, Z: 34.77. The Yxy representation further refines this as Y: 40.62, x: 0.3385, and y: 0.3564.

In the Hunter Lab color space, this color is represented as L: 69.91, a: -1.90, and b: -1.81. Similarly, in the CIE-Lab color space, it is represented as L: 69.91, a: -1.90, and b: -1.81.

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

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

Analogous Colors of #A6ACAE

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

Monochromatic Colors of #A6ACAE

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

Complementary Color of #A6ACAE

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

/* Using HEX */
body {
  background-color: #a6acae;
}
/* Using RGB */
body {
  background-color: rgb(166, 172, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 172, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(195, 5%, 67%);
}
/* Text color */
p {
  color: #a6acae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a6acae;
}
/* Border color */
.box {
  border: 4px solid #a6acae;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a6acae;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a6acae;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A6ACAE
On Black Background
#A6ACAE
On White Background
#A6ACAE

HTML Examples of #A6ACAE

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

Related Colors of #A6ACAE

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