Color: #ADB074

#ADB074 Color Information

#ADB074 is a light color. The closest websafe version is #ADB074. A complement of this color would be #7673B0, perceived brightness is 0.66, and the grayscale version is #929292.

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

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

In the Yxy color space, this color is represented as Y: 41.48, x: 0.3892, and y: 0.4312.

Color Code #ADB074

#ADB074rgb(173, 176, 116)
HEX
#ADB074
RGB
rgb(173, 176, 116)
HSL
hsl(63, 28%, 57%)
HSV
hsv(63, 34%, 69%)
CMYK
2%, 0%, 34%, 31%
XYZ
X: 37.44, Y: 41.48, Z: 17.27
Lab
L: 70.51, a: -8.12, b: 30.41
Name

Shades of Color #ADB074

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

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

#ADB074rgb(173, 176, 116)

About #ADB074 Color Code

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

  • HEX: #ADB074
  • RGB: rgb(173, 176, 116)
  • HSL: hsl(63, 28%, 57%)
  • HSV: hsv(63, 34%, 69%)
  • CMYK: 2.00% cyan, 0.00% magenta, 34.00% yellow, 31.00% black
  • XYZ: 37.44, 41.48, 17.27
  • Yxy: 41.48, 0.3892, 0.4312
  • Hunter Lab: 70.51, -8.12, 30.41
  • CIE-Lab: 70.51, -8.12, 30.41

In the XYZ color space, this color is represented as X: 37.44, Y: 41.48, Z: 17.27. The Yxy representation further refines this as Y: 41.48, x: 0.3892, and y: 0.4312.

In the Hunter Lab color space, this color is represented as L: 70.51, a: -8.12, and b: 30.41. Similarly, in the CIE-Lab color space, it is represented as L: 70.51, a: -8.12, and b: 30.41.

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

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

Analogous Colors of #ADB074

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

Split Complementary Colors of #ADB074

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

Tetradic Colors of #ADB074

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

Monochromatic Colors of #ADB074

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

Complementary Color of #ADB074

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

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

HTML Examples of #ADB074

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

Related Colors of #ADB074

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