Color: #ADB076

#ADB076 Color Information

#ADB076 is a light color. The closest websafe version is #ADB076. A complement of this color would be #7A77B1, perceived brightness is 0.66, and the grayscale version is #939393.

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

In a RGB color space, #ADB076 is composed of 68% red, 69% green and 46% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 33% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 41.52, x: 0.3877, and y: 0.4290.

Color Code #ADB076

#ADB076rgb(173, 176, 118)
HEX
#ADB076
RGB
rgb(173, 176, 118)
HSL
hsl(63, 27%, 58%)
HSV
hsv(63, 33%, 69%)
CMYK
2%, 0%, 33%, 31%
XYZ
X: 37.53, Y: 41.52, Z: 17.74
Lab
L: 70.54, a: -7.94, b: 29.40
Name

Shades of Color #ADB076

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

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

#ADB076rgb(173, 176, 118)

About #ADB076 Color Code

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

  • HEX: #ADB076
  • RGB: rgb(173, 176, 118)
  • HSL: hsl(63, 27%, 58%)
  • HSV: hsv(63, 33%, 69%)
  • CMYK: 2.00% cyan, 0.00% magenta, 33.00% yellow, 31.00% black
  • XYZ: 37.53, 41.52, 17.74
  • Yxy: 41.52, 0.3877, 0.4290
  • Hunter Lab: 70.54, -7.94, 29.40
  • CIE-Lab: 70.54, -7.94, 29.40

In the XYZ color space, this color is represented as X: 37.53, Y: 41.52, Z: 17.74. The Yxy representation further refines this as Y: 41.52, x: 0.3877, and y: 0.4290.

In the Hunter Lab color space, this color is represented as L: 70.54, a: -7.94, and b: 29.40. Similarly, in the CIE-Lab color space, it is represented as L: 70.54, a: -7.94, and b: 29.40.

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

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

Analogous Colors of #ADB076

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

Monochromatic Colors of #ADB076

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

Complementary Color of #ADB076

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

/* Using HEX */
body {
  background-color: #adb076;
}
/* Using RGB */
body {
  background-color: rgb(173, 176, 118);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 176, 118, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(63, 27%, 58%);
}
/* Text color */
p {
  color: #adb076;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adb076;
}
/* Border color */
.box {
  border: 4px solid #adb076;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adb076;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adb076;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADB076
On Black Background
#ADB076
On White Background
#ADB076

HTML Examples of #ADB076

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

Related Colors of #ADB076

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