Shades of Tower Grey #98A9A1
Tints of Tower Grey #98A9A1
RGB
CMYK
RGB Variations
Color information
#98A9A1 (or 0x98A9A1) is known color: Tower Grey. HEX triplet: 98, A9 and A1. RGB value is (152,169,161). Sum of RGB (Red+Green+Blue) = 152+169+161=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #98A9A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9A1 is #67565E. Grayscale: #A3A3A3. Windows color (decimal): -6772319 or 10594712. OLE color: 10594712.
HSL color Cylindrical-coordinate representation of color #98A9A1: hue angle of 151.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98A9A1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 161 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.34 |
| HSL | 151.76º | 0.09% | 0.63% | - |
| HSV(B) | 151.76º | 0.1% | 0.66% | - |
| XYZ | 33.57 | 37.62 | 39.21 | - |
| YUV | 163.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 161 | 0.10 | 0 | 0.05 | 0.34 | 151.76 | 0.09 | 0.63 |
| Hex | 98 | A9 | A1 | A | 0 | 5 | 22 | 98 | 9 | 3F |
| Octal | 230 | 251 | 241 | 12 | 0 | 5 | 42 | 230 | 11 | 77 |
| Binary | 10011000 | 10101001 | 10100001 | 1010 | 0 | 101 | 100010 | 10011000 | 1001 | 111111 |
Color Harmonies of #98A9A1
Complementary color
Monochromatic Colors of #98A9A1
Black with #98A9A1
Text Example
Text Example
White with #98A9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9A1; }
p { color: rgb(152,169,161); }
H1.HeaderClassName
{
color: #98A9A1;
}
.AnyTagClassName
{
color: #98A9A1;
}
</style>
background-color css
<style>
a { background-color: #98A9A1; }
a { background-color: rgb(152,169,161); }
div.DivClassName
{
background-color: #98A9A1;
}
.BgClassName
{
background-color: #98A9A1;
}
</style>
border-color css
<style>
span { border-color: #98A9A1; }
span { border-color: rgb(152,169,161); }
td.TdClassName
{
border-color: #98A9A1;
}
.TagClassName
{
border-color: #98A9A1;
}
</style>