Shades of Tower Grey #98ADA3
Tints of Tower Grey #98ADA3
RGB
CMYK
RGB Variations
Color information
#98ADA3 (or 0x98ADA3) is known color: Tower Grey. HEX triplet: 98, AD and A3. RGB value is (152,173,163). Sum of RGB (Red+Green+Blue) = 152+173+163=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #98ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ADA3 is #67525C. Grayscale: #A5A5A5. Windows color (decimal): -6771293 or 10726808. OLE color: 10726808.
HSL color Cylindrical-coordinate representation of color #98ADA3: hue angle of 151.43º 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 #98ADA3 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 163 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.32 |
| HSL | 151.43º | 0.11% | 0.64% | - |
| HSV(B) | 151.43º | 0.12% | 0.68% | - |
| XYZ | 34.5 | 39.21 | 40.4 | - |
| YUV | 165.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 163 | 0.12 | 0 | 0.06 | 0.32 | 151.43 | 0.11 | 0.64 |
| Hex | 98 | AD | A3 | C | 0 | 6 | 20 | 97 | B | 40 |
| Octal | 230 | 255 | 243 | 14 | 0 | 6 | 40 | 227 | 13 | 100 |
| Binary | 10011000 | 10101101 | 10100011 | 1100 | 0 | 110 | 100000 | 10010111 | 1011 | 1000000 |
Color Harmonies of #98ADA3
Complementary color
Monochromatic Colors of #98ADA3
Black with #98ADA3
Text Example
Text Example
White with #98ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ADA3; }
p { color: rgb(152,173,163); }
H1.HeaderClassName
{
color: #98ADA3;
}
.AnyTagClassName
{
color: #98ADA3;
}
</style>
background-color css
<style>
a { background-color: #98ADA3; }
a { background-color: rgb(152,173,163); }
div.DivClassName
{
background-color: #98ADA3;
}
.BgClassName
{
background-color: #98ADA3;
}
</style>
border-color css
<style>
span { border-color: #98ADA3; }
span { border-color: rgb(152,173,163); }
td.TdClassName
{
border-color: #98ADA3;
}
.TagClassName
{
border-color: #98ADA3;
}
</style>