Shades of Tower Grey #93AB9E
Tints of Tower Grey #93AB9E
RGB
CMYK
RGB Variations
Color information
#93AB9E (or 0x93AB9E) is known color: Tower Grey. HEX triplet: 93, AB and 9E. RGB value is (147,171,158). Sum of RGB (Red+Green+Blue) = 147+171+158=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #93AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AB9E is #6C5461. Grayscale: #A2A2A2. Windows color (decimal): -7099490 or 10398611. OLE color: 10398611.
HSL color Cylindrical-coordinate representation of color #93AB9E: hue angle of 147.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93AB9E is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 171 | 158 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.33 |
| HSL | 147.5º | 0.13% | 0.62% | - |
| HSV(B) | 147.5º | 0.14% | 0.67% | - |
| XYZ | 32.77 | 37.8 | 37.92 | - |
| YUV | 162.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 171 | 158 | 0.14 | 0 | 0.08 | 0.33 | 147.5 | 0.13 | 0.62 |
| Hex | 93 | AB | 9E | E | 0 | 8 | 21 | 94 | C | 3E |
| Octal | 223 | 253 | 236 | 16 | 0 | 10 | 41 | 224 | 14 | 76 |
| Binary | 10010011 | 10101011 | 10011110 | 1110 | 0 | 1000 | 100001 | 10010100 | 1100 | 111110 |
Color Harmonies of #93AB9E
Complementary color
Monochromatic Colors of #93AB9E
Black with #93AB9E
Text Example
Text Example
White with #93AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AB9E; }
p { color: rgb(147,171,158); }
H1.HeaderClassName
{
color: #93AB9E;
}
.AnyTagClassName
{
color: #93AB9E;
}
</style>
background-color css
<style>
a { background-color: #93AB9E; }
a { background-color: rgb(147,171,158); }
div.DivClassName
{
background-color: #93AB9E;
}
.BgClassName
{
background-color: #93AB9E;
}
</style>
border-color css
<style>
span { border-color: #93AB9E; }
span { border-color: rgb(147,171,158); }
td.TdClassName
{
border-color: #93AB9E;
}
.TagClassName
{
border-color: #93AB9E;
}
</style>