Shades of Tower Grey #93A49C
Tints of Tower Grey #93A49C
RGB
CMYK
RGB Variations
Color information
#93A49C (or 0x93A49C) is known color: Tower Grey. HEX triplet: 93, A4 and 9C. RGB value is (147,164,156). Sum of RGB (Red+Green+Blue) = 147+164+156=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #93A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A49C is #6C5B63. Grayscale: #9E9E9E. Windows color (decimal): -7101284 or 10265747. OLE color: 10265747.
HSL color Cylindrical-coordinate representation of color #93A49C: hue angle of 151.76º degrees, saturation: 0.09, 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 #93A49C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 156 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.36 |
| HSL | 151.76º | 0.09% | 0.61% | - |
| HSV(B) | 151.76º | 0.1% | 0.64% | - |
| XYZ | 31.31 | 35.15 | 36.59 | - |
| YUV | 158.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 156 | 0.10 | 0 | 0.05 | 0.36 | 151.76 | 0.09 | 0.61 |
| Hex | 93 | A4 | 9C | A | 0 | 5 | 24 | 98 | 9 | 3D |
| Octal | 223 | 244 | 234 | 12 | 0 | 5 | 44 | 230 | 11 | 75 |
| Binary | 10010011 | 10100100 | 10011100 | 1010 | 0 | 101 | 100100 | 10011000 | 1001 | 111101 |
Color Harmonies of #93A49C
Complementary color
Monochromatic Colors of #93A49C
Black with #93A49C
Text Example
Text Example
White with #93A49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A49C; }
p { color: rgb(147,164,156); }
H1.HeaderClassName
{
color: #93A49C;
}
.AnyTagClassName
{
color: #93A49C;
}
</style>
background-color css
<style>
a { background-color: #93A49C; }
a { background-color: rgb(147,164,156); }
div.DivClassName
{
background-color: #93A49C;
}
.BgClassName
{
background-color: #93A49C;
}
</style>
border-color css
<style>
span { border-color: #93A49C; }
span { border-color: rgb(147,164,156); }
td.TdClassName
{
border-color: #93A49C;
}
.TagClassName
{
border-color: #93A49C;
}
</style>