Shades of Tower Grey #93A39C
Tints of Tower Grey #93A39C
RGB
CMYK
RGB Variations
Color information
#93A39C (or 0x93A39C) is known color: Tower Grey. HEX triplet: 93, A3 and 9C. RGB value is (147,163,156). Sum of RGB (Red+Green+Blue) = 147+163+156=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #93A39C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A39C is #6C5C63. Grayscale: #9D9D9D. Windows color (decimal): -7101540 or 10265491. OLE color: 10265491.
HSL color Cylindrical-coordinate representation of color #93A39C: hue angle of 153.75º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93A39C is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 156 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.36 |
| HSL | 153.75º | 0.08% | 0.61% | - |
| HSV(B) | 153.75º | 0.1% | 0.64% | - |
| XYZ | 31.13 | 34.8 | 36.53 | - |
| YUV | 157.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 156 | 0.10 | 0 | 0.04 | 0.36 | 153.75 | 0.08 | 0.61 |
| Hex | 93 | A3 | 9C | A | 0 | 4 | 24 | 9A | 8 | 3D |
| Octal | 223 | 243 | 234 | 12 | 0 | 4 | 44 | 232 | 10 | 75 |
| Binary | 10010011 | 10100011 | 10011100 | 1010 | 0 | 100 | 100100 | 10011010 | 1000 | 111101 |
Color Harmonies of #93A39C
Complementary color
Monochromatic Colors of #93A39C
Black with #93A39C
Text Example
Text Example
White with #93A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A39C; }
p { color: rgb(147,163,156); }
H1.HeaderClassName
{
color: #93A39C;
}
.AnyTagClassName
{
color: #93A39C;
}
</style>
background-color css
<style>
a { background-color: #93A39C; }
a { background-color: rgb(147,163,156); }
div.DivClassName
{
background-color: #93A39C;
}
.BgClassName
{
background-color: #93A39C;
}
</style>
border-color css
<style>
span { border-color: #93A39C; }
span { border-color: rgb(147,163,156); }
td.TdClassName
{
border-color: #93A39C;
}
.TagClassName
{
border-color: #93A39C;
}
</style>