Shades of Tower Grey #A1AFA6
Tints of Tower Grey #A1AFA6
RGB
CMYK
RGB Variations
Color information
#A1AFA6 (or 0xA1AFA6) is known color: Tower Grey. HEX triplet: A1, AF and A6. RGB value is (161,175,166). Sum of RGB (Red+Green+Blue) = 161+175+166=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA6 is #5E5059. Grayscale: #A9A9A9. Windows color (decimal): -6180954 or 10923937. OLE color: 10923937.
HSL color Cylindrical-coordinate representation of color #A1AFA6: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AFA6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 166 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.31 |
| HSL | 141.43º | 0.08% | 0.66% | - |
| HSV(B) | 141.43º | 0.08% | 0.69% | - |
| XYZ | 36.91 | 40.99 | 42.04 | - |
| YUV | 169.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 166 | 0.08 | 0 | 0.05 | 0.31 | 141.43 | 0.08 | 0.66 |
| Hex | A1 | AF | A6 | 8 | 0 | 5 | 1F | 8D | 8 | 42 |
| Octal | 241 | 257 | 246 | 10 | 0 | 5 | 37 | 215 | 10 | 102 |
| Binary | 10100001 | 10101111 | 10100110 | 1000 | 0 | 101 | 11111 | 10001101 | 1000 | 1000010 |
Color Harmonies of #A1AFA6
Complementary color
Monochromatic Colors of #A1AFA6
Black with #A1AFA6
Text Example
Text Example
White with #A1AFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFA6; }
p { color: rgb(161,175,166); }
H1.HeaderClassName
{
color: #A1AFA6;
}
.AnyTagClassName
{
color: #A1AFA6;
}
</style>
background-color css
<style>
a { background-color: #A1AFA6; }
a { background-color: rgb(161,175,166); }
div.DivClassName
{
background-color: #A1AFA6;
}
.BgClassName
{
background-color: #A1AFA6;
}
</style>
border-color css
<style>
span { border-color: #A1AFA6; }
span { border-color: rgb(161,175,166); }
td.TdClassName
{
border-color: #A1AFA6;
}
.TagClassName
{
border-color: #A1AFA6;
}
</style>