Shades of Tower Grey #93ADA1
Tints of Tower Grey #93ADA1
RGB
CMYK
RGB Variations
Color information
#93ADA1 (or 0x93ADA1) is known color: Tower Grey. HEX triplet: 93, AD and A1. RGB value is (147,173,161). Sum of RGB (Red+Green+Blue) = 147+173+161=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 173 - color contains mainly: green. Hex color #93ADA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93ADA1 is #6C525E. Grayscale: #A3A3A3. Windows color (decimal): -7098975 or 10595731. OLE color: 10595731.
HSL color Cylindrical-coordinate representation of color #93ADA1: hue angle of 152.31º 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 #93ADA1 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 173 | 161 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.32 |
| HSL | 152.31º | 0.14% | 0.63% | - |
| HSV(B) | 152.31º | 0.15% | 0.68% | - |
| XYZ | 33.41 | 38.66 | 39.42 | - |
| YUV | 163.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 161 | 0.15 | 0 | 0.07 | 0.32 | 152.31 | 0.14 | 0.63 |
| Hex | 93 | AD | A1 | F | 0 | 7 | 20 | 98 | E | 3F |
| Octal | 223 | 255 | 241 | 17 | 0 | 7 | 40 | 230 | 16 | 77 |
| Binary | 10010011 | 10101101 | 10100001 | 1111 | 0 | 111 | 100000 | 10011000 | 1110 | 111111 |
Color Harmonies of #93ADA1
Complementary color
Monochromatic Colors of #93ADA1
Black with #93ADA1
Text Example
Text Example
White with #93ADA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADA1; }
p { color: rgb(147,173,161); }
H1.HeaderClassName
{
color: #93ADA1;
}
.AnyTagClassName
{
color: #93ADA1;
}
</style>
background-color css
<style>
a { background-color: #93ADA1; }
a { background-color: rgb(147,173,161); }
div.DivClassName
{
background-color: #93ADA1;
}
.BgClassName
{
background-color: #93ADA1;
}
</style>
border-color css
<style>
span { border-color: #93ADA1; }
span { border-color: rgb(147,173,161); }
td.TdClassName
{
border-color: #93ADA1;
}
.TagClassName
{
border-color: #93ADA1;
}
</style>