Shades of Tower Grey #93A69E
Tints of Tower Grey #93A69E
RGB
CMYK
RGB Variations
Color information
#93A69E (or 0x93A69E) is known color: Tower Grey. HEX triplet: 93, A6 and 9E. RGB value is (147,166,158). Sum of RGB (Red+Green+Blue) = 147+166+158=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #93A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A69E is #6C5961. Grayscale: #9F9F9F. Windows color (decimal): -7100770 or 10397331. OLE color: 10397331.
HSL color Cylindrical-coordinate representation of color #93A69E: hue angle of 154.74º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A69E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 166 | 158 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.35 |
| HSL | 154.74º | 0.1% | 0.61% | - |
| HSV(B) | 154.74º | 0.11% | 0.65% | - |
| XYZ | 31.84 | 35.94 | 37.61 | - |
| YUV | 159.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 166 | 158 | 0.11 | 0 | 0.05 | 0.35 | 154.74 | 0.1 | 0.61 |
| Hex | 93 | A6 | 9E | B | 0 | 5 | 23 | 9B | A | 3D |
| Octal | 223 | 246 | 236 | 13 | 0 | 5 | 43 | 233 | 12 | 75 |
| Binary | 10010011 | 10100110 | 10011110 | 1011 | 0 | 101 | 100011 | 10011011 | 1010 | 111101 |
Color Harmonies of #93A69E
Complementary color
Monochromatic Colors of #93A69E
Black with #93A69E
Text Example
Text Example
White with #93A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A69E; }
p { color: rgb(147,166,158); }
H1.HeaderClassName
{
color: #93A69E;
}
.AnyTagClassName
{
color: #93A69E;
}
</style>
background-color css
<style>
a { background-color: #93A69E; }
a { background-color: rgb(147,166,158); }
div.DivClassName
{
background-color: #93A69E;
}
.BgClassName
{
background-color: #93A69E;
}
</style>
border-color css
<style>
span { border-color: #93A69E; }
span { border-color: rgb(147,166,158); }
td.TdClassName
{
border-color: #93A69E;
}
.TagClassName
{
border-color: #93A69E;
}
</style>