Color: #ADB27E

#ADB27E Color Information

#ADB27E is a light color. The closest websafe version is #ADB27E. A complement of this color would be #8580B3, perceived brightness is 0.67, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 66°,a saturation of 25%, and a lightness of 60%.The HSV representation shows a hue of 66°, a saturation of 29%, and a value of 70%.

In a RGB color space, #ADB27E is composed of 68% red, 70% green and 49% blue. Whereas in a CMYK color space, it is composed of 3% cyan, 0% magenta, 29% yellow and 30% black.

In the Yxy color space, this color is represented as Y: 42.48, x: 0.3811, and y: 0.4221.

Color Code #ADB27E

#ADB27Ergb(173, 178, 126)
HEX
#ADB27E
RGB
rgb(173, 178, 126)
HSL
hsl(66, 25%, 60%)
HSV
hsv(66, 29%, 70%)
CMYK
3%, 0%, 29%, 30%
XYZ
X: 38.35, Y: 42.48, Z: 19.81
Lab
L: 71.20, a: -8.15, b: 26.05
Name

Shades of Color #ADB27E

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

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

#ADB27Ergb(173, 178, 126)

About #ADB27E Color Code

In the HSL color space, this color has a hue angle of 66°, a saturation of 25%, and a lightness of 60%. The HSV representation shows a hue of 66°, a saturation of 29%, and a value of 70%.

  • HEX: #ADB27E
  • RGB: rgb(173, 178, 126)
  • HSL: hsl(66, 25%, 60%)
  • HSV: hsv(66, 29%, 70%)
  • CMYK: 3.00% cyan, 0.00% magenta, 29.00% yellow, 30.00% black
  • XYZ: 38.35, 42.48, 19.81
  • Yxy: 42.48, 0.3811, 0.4221
  • Hunter Lab: 71.20, -8.15, 26.05
  • CIE-Lab: 71.20, -8.15, 26.05

In the XYZ color space, this color is represented as X: 38.35, Y: 42.48, Z: 19.81. The Yxy representation further refines this as Y: 42.48, x: 0.3811, and y: 0.4221.

In the Hunter Lab color space, this color is represented as L: 71.20, a: -8.15, and b: 26.05. Similarly, in the CIE-Lab color space, it is represented as L: 71.20, a: -8.15, and b: 26.05.

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

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

Analogous Colors of #ADB27E

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

Split Complementary Colors of #ADB27E

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

Tetradic Colors of #ADB27E

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

Monochromatic Colors of #ADB27E

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

Complementary Color of #ADB27E

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

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

HTML Examples of #ADB27E

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

Related Colors of #ADB27E

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