Color: #A38808
#A38808 Color Information
#A38808 is a light color. The closest websafe version is #A38808. A complement of this color would be #0822A6, perceived brightness is 0.51, and the grayscale version is #555555.
In the HSL color space, this color has a hue angle of 50°,a saturation of 91%, and a lightness of 34%.The HSV representation shows a hue of 50°, a saturation of 95%, and a value of 64%.
In a RGB color space, #A38808 is composed of 64% red, 53% green and 3% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 95% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 25.81, x: 0.4688, and y: 0.4747.
Color Code #A38808
Shades of Color #A38808
Shades are created by darkening the original color #A38808 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 #A38808
Tints are created by lightening the original color #A38808 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 #A38808 Color Code
In the HSL color space, this color has a hue angle of 50°, a saturation of 91%, and a lightness of 34%. The HSV representation shows a hue of 50°, a saturation of 95%, and a value of 64%.
- HEX: #A38808
- RGB: rgb(163, 136, 8)
- HSL: hsl(50, 91%, 34%)
- HSV: hsv(50, 95%, 64%)
- CMYK: 0.00% cyan, 17.00% magenta, 95.00% yellow, 36.00% black
- XYZ: 25.49, 25.81, 3.07
- Yxy: 25.81, 0.4688, 0.4747
- Hunter Lab: 57.86, 2.52, 60.55
- CIE-Lab: 57.86, 2.52, 60.55
In the XYZ color space, this color is represented as X: 25.49, Y: 25.81, Z: 3.07. The Yxy representation further refines this as Y: 25.81, x: 0.4688, and y: 0.4747.
In the Hunter Lab color space, this color is represented as L: 57.86, a: 2.52, and b: 60.55. Similarly, in the CIE-Lab color space, it is represented as L: 57.86, a: 2.52, and b: 60.55.
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 #A38808
Triadic colors are three colors evenly spaced around the color wheel, including #A38808. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A38808
Split complementary colors are two colors adjacent to the complementary color of #A38808. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A38808
Monochromatic colors are variations of #A38808, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A38808
The complementary color of #A38808 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 #A38808
/* Using HEX */ body { background-color: #a38808; }
/* Using RGB */ body { background-color: rgb(163, 136, 8); }
/* Using RGB with opacity */ body { background-color: rgba(163, 136, 8, 0.5); }
/* Using HSL */ body { background-color: hsl(50, 91%, 34%); }
/* Text color */ p { color: #a38808; }
/* Box shadow */ div { box-shadow: 4px 4px #a38808; }
/* Border color */ .box { border: 4px solid #a38808; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a38808; }
/* Background with text */ div { background: #a38808; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A38808
<!-- Using HEX --> <div style="background-color: #a38808; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(163, 136, 8); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(163, 136, 8, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(50, 91%, 34%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a38808;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a38808; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a38808; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a38808;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a38808; color: #fff; padding: 16px; border-radius: 8px;"> #A38808 </div>
Related Colors of #A38808
These colors are similar to #A38808, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.