Color: #ADBA5F

#ADBA5F Color Information

#ADBA5F is a light color. The closest websafe version is #ADBA5F. A complement of this color would be #6C5EBA, perceived brightness is 0.67, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 69°,a saturation of 40%, and a lightness of 55%.The HSV representation shows a hue of 69°, a saturation of 49%, and a value of 73%.

In a RGB color space, #ADBA5F is composed of 68% red, 73% green and 37% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 0% magenta, 49% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 45.19, x: 0.3977, and y: 0.4636.

Color Code #ADBA5F

#ADBA5Frgb(173, 186, 95)
HEX
#ADBA5F
RGB
rgb(173, 186, 95)
HSL
hsl(69, 40%, 55%)
HSV
hsv(69, 49%, 73%)
CMYK
7%, 0%, 49%, 27%
XYZ
X: 38.77, Y: 45.19, Z: 13.52
Lab
L: 73.02, a: -14.66, b: 44.03
Name

Shades of Color #ADBA5F

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

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

#ADBA5Frgb(173, 186, 95)

About #ADBA5F Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 40%, and a lightness of 55%. The HSV representation shows a hue of 69°, a saturation of 49%, and a value of 73%.

  • HEX: #ADBA5F
  • RGB: rgb(173, 186, 95)
  • HSL: hsl(69, 40%, 55%)
  • HSV: hsv(69, 49%, 73%)
  • CMYK: 7.00% cyan, 0.00% magenta, 49.00% yellow, 27.00% black
  • XYZ: 38.77, 45.19, 13.52
  • Yxy: 45.19, 0.3977, 0.4636
  • Hunter Lab: 73.02, -14.66, 44.03
  • CIE-Lab: 73.02, -14.66, 44.03

In the XYZ color space, this color is represented as X: 38.77, Y: 45.19, Z: 13.52. The Yxy representation further refines this as Y: 45.19, x: 0.3977, and y: 0.4636.

In the Hunter Lab color space, this color is represented as L: 73.02, a: -14.66, and b: 44.03. Similarly, in the CIE-Lab color space, it is represented as L: 73.02, a: -14.66, and b: 44.03.

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

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

Analogous Colors of #ADBA5F

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

Split Complementary Colors of #ADBA5F

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

Tetradic Colors of #ADBA5F

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

Monochromatic Colors of #ADBA5F

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

Complementary Color of #ADBA5F

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

/* Using HEX */
body {
  background-color: #adba5f;
}
/* Using RGB */
body {
  background-color: rgb(173, 186, 95);
}
/* Using RGB with opacity */
body {
  background-color: rgba(173, 186, 95, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 40%, 55%);
}
/* Text color */
p {
  color: #adba5f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #adba5f;
}
/* Border color */
.box {
  border: 4px solid #adba5f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #adba5f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #adba5f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ADBA5F
On Black Background
#ADBA5F
On White Background
#ADBA5F

HTML Examples of #ADBA5F

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

Related Colors of #ADBA5F

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