Color: #99818A

#99818A Color Information

#99818A is a light color. The closest websafe version is #99818A. A complement of this color would be #809990, perceived brightness is 0.54, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 338°,a saturation of 11%, and a lightness of 55%.The HSV representation shows a hue of 338°, a saturation of 16%, and a value of 60%.

In a RGB color space, #99818A is composed of 60% red, 51% green and 54% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 16% magenta, 10% yellow and 40% black.

In the Yxy color space, this color is represented as Y: 24.37, x: 0.3655, and y: 0.3429.

Color Code #99818A

#99818Argb(153, 129, 138)
HEX
#99818A
RGB
rgb(153, 129, 138)
HSL
hsl(338, 11%, 55%)
HSV
hsv(338, 16%, 60%)
CMYK
0%, 16%, 10%, 40%
XYZ
X: 25.98, Y: 24.37, Z: 20.73
Lab
L: 56.45, a: 10.65, b: -1.27
Name

Shades of Color #99818A

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

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

#99818Argb(153, 129, 138)

About #99818A Color Code

In the HSL color space, this color has a hue angle of 338°, a saturation of 11%, and a lightness of 55%. The HSV representation shows a hue of 338°, a saturation of 16%, and a value of 60%.

  • HEX: #99818A
  • RGB: rgb(153, 129, 138)
  • HSL: hsl(338, 11%, 55%)
  • HSV: hsv(338, 16%, 60%)
  • CMYK: 0.00% cyan, 16.00% magenta, 10.00% yellow, 40.00% black
  • XYZ: 25.98, 24.37, 20.73
  • Yxy: 24.37, 0.3655, 0.3429
  • Hunter Lab: 56.45, 10.65, -1.27
  • CIE-Lab: 56.45, 10.65, -1.27

In the XYZ color space, this color is represented as X: 25.98, Y: 24.37, Z: 20.73. The Yxy representation further refines this as Y: 24.37, x: 0.3655, and y: 0.3429.

In the Hunter Lab color space, this color is represented as L: 56.45, a: 10.65, and b: -1.27. Similarly, in the CIE-Lab color space, it is represented as L: 56.45, a: 10.65, and b: -1.27.

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 #99818A

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

Analogous Colors of #99818A

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

Split Complementary Colors of #99818A

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

Tetradic Colors of #99818A

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

Monochromatic Colors of #99818A

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

Complementary Color of #99818A

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

/* Using HEX */
body {
  background-color: #99818a;
}
/* Using RGB */
body {
  background-color: rgb(153, 129, 138);
}
/* Using RGB with opacity */
body {
  background-color: rgba(153, 129, 138, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(338, 11%, 55%);
}
/* Text color */
p {
  color: #99818a;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #99818a;
}
/* Border color */
.box {
  border: 4px solid #99818a;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #99818a;
}
Text Shadow Preview
/* Background with text */
div {
  background: #99818a;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#99818A
On Black Background
#99818A
On White Background
#99818A

HTML Examples of #99818A

<!-- Using HEX -->
<div style="background-color: #99818a; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(153, 129, 138); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(153, 129, 138, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(338, 11%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #99818a;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #99818a; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #99818a; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #99818a;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #99818a; color: #fff; padding: 16px; border-radius: 8px;">
  #99818A
</div>
#99818A
On Black Background
#99818A
On White Background
#99818A

Related Colors of #99818A

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