Shades of Tower Grey #93B1A6
Tints of Tower Grey #93B1A6
RGB
CMYK
RGB Variations
Color information
#93B1A6 (or 0x93B1A6) is known color: Tower Grey. HEX triplet: 93, B1 and A6. RGB value is (147,177,166). Sum of RGB (Red+Green+Blue) = 147+177+166=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #93B1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B1A6 is #6C4E59. Grayscale: #A6A6A6. Windows color (decimal): -7097946 or 10924435. OLE color: 10924435.
HSL color Cylindrical-coordinate representation of color #93B1A6: hue angle of 158º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93B1A6 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 166 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.31 |
| HSL | 158º | 0.16% | 0.64% | - |
| HSV(B) | 158º | 0.17% | 0.69% | - |
| XYZ | 34.64 | 40.4 | 42.05 | - |
| YUV | 166.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 166 | 0.17 | 0 | 0.06 | 0.31 | 158 | 0.16 | 0.64 |
| Hex | 93 | B1 | A6 | 11 | 0 | 6 | 1F | 9E | 10 | 40 |
| Octal | 223 | 261 | 246 | 21 | 0 | 6 | 37 | 236 | 20 | 100 |
| Binary | 10010011 | 10110001 | 10100110 | 10001 | 0 | 110 | 11111 | 10011110 | 10000 | 1000000 |
Color Harmonies of #93B1A6
Complementary color
Monochromatic Colors of #93B1A6
Black with #93B1A6
Text Example
Text Example
White with #93B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B1A6; }
p { color: rgb(147,177,166); }
H1.HeaderClassName
{
color: #93B1A6;
}
.AnyTagClassName
{
color: #93B1A6;
}
</style>
background-color css
<style>
a { background-color: #93B1A6; }
a { background-color: rgb(147,177,166); }
div.DivClassName
{
background-color: #93B1A6;
}
.BgClassName
{
background-color: #93B1A6;
}
</style>
border-color css
<style>
span { border-color: #93B1A6; }
span { border-color: rgb(147,177,166); }
td.TdClassName
{
border-color: #93B1A6;
}
.TagClassName
{
border-color: #93B1A6;
}
</style>