Color: #ABA34C
#ABA34C Color Information
#ABA34C is a light color. The closest websafe version is #ABA34C. A complement of this color would be #4C54A9, perceived brightness is 0.61, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 55°,a saturation of 38%, and a lightness of 48%.The HSV representation shows a hue of 55°, a saturation of 56%, and a value of 67%.
In a RGB color space, #ABA34C is composed of 67% red, 64% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 56% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 35.76, x: 0.4221, and y: 0.4588.
Color Code #ABA34C
Shades of Color #ABA34C
Shades are created by darkening the original color #ABA34C 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 #ABA34C
Tints are created by lightening the original color #ABA34C 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.
About #ABA34C Color Code
In the HSL color space, this color has a hue angle of 55°, a saturation of 38%, and a lightness of 48%. The HSV representation shows a hue of 55°, a saturation of 56%, and a value of 67%.
- HEX: #ABA34C
- RGB: rgb(171, 163, 76)
- HSL: hsl(55, 38%, 48%)
- HSV: hsv(55, 56%, 67%)
- CMYK: 0.00% cyan, 5.00% magenta, 56.00% yellow, 33.00% black
- XYZ: 32.90, 35.76, 9.29
- Yxy: 35.76, 0.4221, 0.4588
- Hunter Lab: 66.33, -5.51, 45.40
- CIE-Lab: 66.33, -5.51, 45.40
In the XYZ color space, this color is represented as X: 32.90, Y: 35.76, Z: 9.29. The Yxy representation further refines this as Y: 35.76, x: 0.4221, and y: 0.4588.
In the Hunter Lab color space, this color is represented as L: 66.33, a: -5.51, and b: 45.40. Similarly, in the CIE-Lab color space, it is represented as L: 66.33, a: -5.51, and b: 45.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 #ABA34C
Triadic colors are three colors evenly spaced around the color wheel, including #ABA34C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ABA34C
Split complementary colors are two colors adjacent to the complementary color of #ABA34C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ABA34C
Monochromatic colors are variations of #ABA34C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABA34C
The complementary color of #ABA34C 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 #ABA34C
/* Using HEX */ body { background-color: #aba34c; }
/* Using RGB */ body { background-color: rgb(171, 163, 76); }
/* Using RGB with opacity */ body { background-color: rgba(171, 163, 76, 0.5); }
/* Using HSL */ body { background-color: hsl(55, 38%, 48%); }
/* Text color */ p { color: #aba34c; }
/* Box shadow */ div { box-shadow: 4px 4px #aba34c; }
/* Border color */ .box { border: 4px solid #aba34c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aba34c; }
/* Background with text */ div { background: #aba34c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABA34C
<!-- Using HEX --> <div style="background-color: #aba34c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 163, 76); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 163, 76, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(55, 38%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aba34c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aba34c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aba34c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aba34c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aba34c; color: #fff; padding: 16px; border-radius: 8px;"> #ABA34C </div>
Related Colors of #ABA34C
These colors are similar to #ABA34C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.