Shades of Tower Grey #93A99F
Tints of Tower Grey #93A99F
RGB
CMYK
RGB Variations
Color information
#93A99F (or 0x93A99F) is known color: Tower Grey. HEX triplet: 93, A9 and 9F. RGB value is (147,169,159). Sum of RGB (Red+Green+Blue) = 147+169+159=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 169 - color contains mainly: green. Hex color #93A99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A99F is #6C5660. Grayscale: #A1A1A1. Windows color (decimal): -7100001 or 10463635. OLE color: 10463635.
HSL color Cylindrical-coordinate representation of color #93A99F: hue angle of 152.73º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #93A99F is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 169 | 159 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.34 |
| HSL | 152.73º | 0.11% | 0.62% | - |
| HSV(B) | 152.73º | 0.13% | 0.66% | - |
| XYZ | 32.48 | 37.08 | 38.25 | - |
| YUV | 161.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 169 | 159 | 0.13 | 0 | 0.06 | 0.34 | 152.73 | 0.11 | 0.62 |
| Hex | 93 | A9 | 9F | D | 0 | 6 | 22 | 99 | B | 3E |
| Octal | 223 | 251 | 237 | 15 | 0 | 6 | 42 | 231 | 13 | 76 |
| Binary | 10010011 | 10101001 | 10011111 | 1101 | 0 | 110 | 100010 | 10011001 | 1011 | 111110 |
Color Harmonies of #93A99F
Complementary color
Monochromatic Colors of #93A99F
Black with #93A99F
Text Example
Text Example
White with #93A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A99F; }
p { color: rgb(147,169,159); }
H1.HeaderClassName
{
color: #93A99F;
}
.AnyTagClassName
{
color: #93A99F;
}
</style>
background-color css
<style>
a { background-color: #93A99F; }
a { background-color: rgb(147,169,159); }
div.DivClassName
{
background-color: #93A99F;
}
.BgClassName
{
background-color: #93A99F;
}
</style>
border-color css
<style>
span { border-color: #93A99F; }
span { border-color: rgb(147,169,159); }
td.TdClassName
{
border-color: #93A99F;
}
.TagClassName
{
border-color: #93A99F;
}
</style>