Shades of Tower Grey #98ADA7
Tints of Tower Grey #98ADA7
RGB
CMYK
RGB Variations
Color information
#98ADA7 (or 0x98ADA7) is known color: Tower Grey. HEX triplet: 98, AD and A7. RGB value is (152,173,167). Sum of RGB (Red+Green+Blue) = 152+173+167=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA7 is #675258. Grayscale: #A6A6A6. Windows color (decimal): -6771289 or 10988952. OLE color: 10988952.
HSL color Cylindrical-coordinate representation of color #98ADA7: hue angle of 162.86º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98ADA7 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 167 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.32 |
| HSL | 162.86º | 0.11% | 0.64% | - |
| HSV(B) | 162.86º | 0.12% | 0.68% | - |
| XYZ | 34.87 | 39.35 | 42.32 | - |
| YUV | 166.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 167 | 0.12 | 0 | 0.03 | 0.32 | 162.86 | 0.11 | 0.64 |
| Hex | 98 | AD | A7 | C | 0 | 3 | 20 | A3 | B | 40 |
| Octal | 230 | 255 | 247 | 14 | 0 | 3 | 40 | 243 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10100111 | 1100 | 0 | 11 | 100000 | 10100011 | 1011 | 1000000 |
Color Harmonies of #98ADA7
Complementary color
Monochromatic Colors of #98ADA7
Black with #98ADA7
Text Example
Text Example
White with #98ADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADA7; }
p { color: rgb(152,173,167); }
H1.HeaderClassName
{
color: #98ADA7;
}
.AnyTagClassName
{
color: #98ADA7;
}
</style>
background-color css
<style>
a { background-color: #98ADA7; }
a { background-color: rgb(152,173,167); }
div.DivClassName
{
background-color: #98ADA7;
}
.BgClassName
{
background-color: #98ADA7;
}
</style>
border-color css
<style>
span { border-color: #98ADA7; }
span { border-color: rgb(152,173,167); }
td.TdClassName
{
border-color: #98ADA7;
}
.TagClassName
{
border-color: #98ADA7;
}
</style>