Shades of Tower Grey #98A9A3
Tints of Tower Grey #98A9A3
RGB
CMYK
RGB Variations
Color information
#98A9A3 (or 0x98A9A3) is known color: Tower Grey. HEX triplet: 98, A9 and A3. RGB value is (152,169,163). Sum of RGB (Red+Green+Blue) = 152+169+163=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #98A9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A9A3 is #67565C. Grayscale: #A3A3A3. Windows color (decimal): -6772317 or 10725784. OLE color: 10725784.
HSL color Cylindrical-coordinate representation of color #98A9A3: hue angle of 158.82º 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 #98A9A3 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 152 | 169 | 163 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.34 |
| HSL | 158.82º | 0.09% | 0.63% | - |
| HSV(B) | 158.82º | 0.1% | 0.66% | - |
| XYZ | 33.75 | 37.7 | 40.15 | - |
| YUV | 163.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 169 | 163 | 0.10 | 0 | 0.04 | 0.34 | 158.82 | 0.09 | 0.63 |
| Hex | 98 | A9 | A3 | A | 0 | 4 | 22 | 9F | 9 | 3F |
| Octal | 230 | 251 | 243 | 12 | 0 | 4 | 42 | 237 | 11 | 77 |
| Binary | 10011000 | 10101001 | 10100011 | 1010 | 0 | 100 | 100010 | 10011111 | 1001 | 111111 |
Color Harmonies of #98A9A3
Complementary color
Monochromatic Colors of #98A9A3
Black with #98A9A3
Text Example
Text Example
White with #98A9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A9A3; }
p { color: rgb(152,169,163); }
H1.HeaderClassName
{
color: #98A9A3;
}
.AnyTagClassName
{
color: #98A9A3;
}
</style>
background-color css
<style>
a { background-color: #98A9A3; }
a { background-color: rgb(152,169,163); }
div.DivClassName
{
background-color: #98A9A3;
}
.BgClassName
{
background-color: #98A9A3;
}
</style>
border-color css
<style>
span { border-color: #98A9A3; }
span { border-color: rgb(152,169,163); }
td.TdClassName
{
border-color: #98A9A3;
}
.TagClassName
{
border-color: #98A9A3;
}
</style>