In the RGB color space, #A0A8AA is composed of 62.7451% red, 65.8824% green, and 66.6667% blue.
In the CMYK color space, #A0A8AA is composed of 5.88% cyan, 1.18% magenta, 0% yellow, and 33.33% black,
It has a hue angle of 192.1 degrees, a saturation of 5.55%, and a lightness of 64.71%.
The closest websafe color is #999999.
The hexadecimal color #A0A8AA has RGB values of R:160, G:168, B:170 and CMYK values of C:5.88, M:1.18, Y:0, K:33.33. It has a decimal value of 10528938.
Hexadecimal | #A0A8AA | #A0A8AA |
RGB Decimal | 160, 168, 170 | rgb(160, 168, 170) |
RGB Percent | 62.7451, 65.8824, 66.6667 | rgb(62.7451%, 65.8824%, 66.6667%) |
RGB Proportion | 0.6275, 0.6588, 0.6667 | rgb(0.6275, 0.6588, 0.6667) |
CMYK | 5.88, 1.18, 0, 33.33 | |
HSL | 192.1ยบ, 5.55, 64.71 | hsl(192.1, 5.55%, 64.71%) |
Websafe | 999999 | #999999 |
XYZ | 35.758, 38.381, 43.558 | |
Yxy | 38.381, 0.304, 0.326 | |
CIE-LAB | 68.3, -2.413, -2.021 | |
CIE-LCH | 68.3, 3.148, 219.948 | |
CIE-LUV | 68.3, -4.539, -2.567 | |
Hunter-Lab | 61.952, -5.389, 1.681 |
Colors that go well with #A0A8AA.
Common HTML and CSS shortcodes for #A0A8AA.
<div style="color: #A0A8AA;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #A0A8AA;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #A0A8AA;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #A0A8AA to transparent.
<div style="background: linear-gradient(#A0A8AA, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #A0A8AA to transparent.
<div style="background: radial-gradient(#A0A8AA, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #A0A8AA to #5F5755.
<div style="background: linear-gradient(#A0A8AA, #5F5755);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #A0A8AA to #5F5755.
<div style="background: radial-gradient(#A0A8AA, #5F5755);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #A0A8AA; }
.background { background-color: #A0A8AA; }
.border { border: 1px solid #A0A8AA; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #020303 while the lightest tint is #FEFEFE.