Color: #A3A19A
#A3A19A Color Information
#A3A19A is a light color. The closest websafe version is #A3A19A. A complement of this color would be #999BA3, perceived brightness is 0.63, and the grayscale version is #9E9E9E.
In the HSL color space, this color has a hue angle of 47°,a saturation of 5%, and a lightness of 62%.The HSV representation shows a hue of 47°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A3A19A is composed of 64% red, 63% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 1% magenta, 6% yellow and 36% black.
In the Yxy color space, this color is represented as Y: 35.66, x: 0.3537, and y: 0.3675.
Color Code #A3A19A
Shades of Color #A3A19A
Shades are created by darkening the original color #A3A19A 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 #A3A19A
Tints are created by lightening the original color #A3A19A 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 #A3A19A Color Code
In the HSL color space, this color has a hue angle of 47°, a saturation of 5%, and a lightness of 62%. The HSV representation shows a hue of 47°, a saturation of 6%, and a value of 64%.
- HEX: #A3A19A
- RGB: rgb(163, 161, 154)
- HSL: hsl(47, 5%, 62%)
- HSV: hsv(47, 6%, 64%)
- CMYK: 0.00% cyan, 100.00% magenta, 6.00% yellow, 36.00% black
- XYZ: 34.32, 35.66, 27.05
- Yxy: 35.66, 0.3537, 0.3675
- Hunter Lab: 66.26, -0.22, 3.92
- CIE-Lab: 66.26, -0.22, 3.92
In the XYZ color space, this color is represented as X: 34.32, Y: 35.66, Z: 27.05. The Yxy representation further refines this as Y: 35.66, x: 0.3537, and y: 0.3675.
In the Hunter Lab color space, this color is represented as L: 66.26, a: -0.22, and b: 3.92. Similarly, in the CIE-Lab color space, it is represented as L: 66.26, a: -0.22, and b: 3.92.
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 #A3A19A
Triadic colors are three colors evenly spaced around the color wheel, including #A3A19A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A3A19A
Monochromatic colors are variations of #A3A19A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A3A19A
The complementary color of #A3A19A 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 #A3A19A
/* Using HEX */ body { background-color: #a3a19a; }
/* Using RGB */ body { background-color: rgb(163, 161, 154); }
/* Using RGB with opacity */ body { background-color: rgba(163, 161, 154, 0.5); }
/* Using HSL */ body { background-color: hsl(47, 5%, 62%); }
/* Text color */ p { color: #a3a19a; }
/* Box shadow */ div { box-shadow: 4px 4px #a3a19a; }
HTML Examples of #A3A19A
<!-- Using HEX --> <div style="background-color: #a3a19a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(163, 161, 154); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(163, 161, 154, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(47, 5%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a3a19a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a3a19a; width: 100px; height: 100px;"></div>
Related Colors of #A3A19A
These colors are similar to #A3A19A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.