Shades of Tower Grey #93ADA3
Tints of Tower Grey #93ADA3
RGB
CMYK
RGB Variations
Color information
#93ADA3 (or 0x93ADA3) is known color: Tower Grey. HEX triplet: 93, AD and A3. RGB value is (147,173,163). Sum of RGB (Red+Green+Blue) = 147+173+163=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA3 is #6C525C. Grayscale: #A4A4A4. Windows color (decimal): -7098973 or 10726803. OLE color: 10726803.
HSL color Cylindrical-coordinate representation of color #93ADA3: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #93ADA3 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 163 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.32 |
| HSL | 156.92º | 0.14% | 0.63% | - |
| HSV(B) | 156.92º | 0.15% | 0.68% | - |
| XYZ | 33.59 | 38.73 | 40.36 | - |
| YUV | 164.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 163 | 0.15 | 0 | 0.06 | 0.32 | 156.92 | 0.14 | 0.63 |
| Hex | 93 | AD | A3 | F | 0 | 6 | 20 | 9D | E | 3F |
| Octal | 223 | 255 | 243 | 17 | 0 | 6 | 40 | 235 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10100011 | 1111 | 0 | 110 | 100000 | 10011101 | 1110 | 111111 |
Color Harmonies of #93ADA3
Complementary color
Monochromatic Colors of #93ADA3
Black with #93ADA3
Text Example
Text Example
White with #93ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADA3; }
p { color: rgb(147,173,163); }
H1.HeaderClassName
{
color: #93ADA3;
}
.AnyTagClassName
{
color: #93ADA3;
}
</style>
background-color css
<style>
a { background-color: #93ADA3; }
a { background-color: rgb(147,173,163); }
div.DivClassName
{
background-color: #93ADA3;
}
.BgClassName
{
background-color: #93ADA3;
}
</style>
border-color css
<style>
span { border-color: #93ADA3; }
span { border-color: rgb(147,173,163); }
td.TdClassName
{
border-color: #93ADA3;
}
.TagClassName
{
border-color: #93ADA3;
}
</style>