Shades of Tower Grey #A1B0A6
Tints of Tower Grey #A1B0A6
RGB
CMYK
RGB Variations
Color information
#A1B0A6 (or 0xA1B0A6) is known color: Tower Grey. HEX triplet: A1, B0 and A6. RGB value is (161,176,166). Sum of RGB (Red+Green+Blue) = 161+176+166=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B0A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B0A6 is #5E4F59. Grayscale: #AAAAAA. Windows color (decimal): -6180698 or 10924193. OLE color: 10924193.
HSL color Cylindrical-coordinate representation of color #A1B0A6: hue angle of 140º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1B0A6 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 166 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.31 |
| HSL | 140º | 0.09% | 0.66% | - |
| HSV(B) | 140º | 0.09% | 0.69% | - |
| XYZ | 37.11 | 41.38 | 42.11 | - |
| YUV | 170.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 166 | 0.09 | 0 | 0.06 | 0.31 | 140 | 0.09 | 0.66 |
| Hex | A1 | B0 | A6 | 9 | 0 | 6 | 1F | 8C | 9 | 42 |
| Octal | 241 | 260 | 246 | 11 | 0 | 6 | 37 | 214 | 11 | 102 |
| Binary | 10100001 | 10110000 | 10100110 | 1001 | 0 | 110 | 11111 | 10001100 | 1001 | 1000010 |
Color Harmonies of #A1B0A6
Complementary color
Monochromatic Colors of #A1B0A6
Black with #A1B0A6
Text Example
Text Example
White with #A1B0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0A6; }
p { color: rgb(161,176,166); }
H1.HeaderClassName
{
color: #A1B0A6;
}
.AnyTagClassName
{
color: #A1B0A6;
}
</style>
background-color css
<style>
a { background-color: #A1B0A6; }
a { background-color: rgb(161,176,166); }
div.DivClassName
{
background-color: #A1B0A6;
}
.BgClassName
{
background-color: #A1B0A6;
}
</style>
border-color css
<style>
span { border-color: #A1B0A6; }
span { border-color: rgb(161,176,166); }
td.TdClassName
{
border-color: #A1B0A6;
}
.TagClassName
{
border-color: #A1B0A6;
}
</style>