Shades of Tower Grey #98AAA1
Tints of Tower Grey #98AAA1
RGB
CMYK
RGB Variations
Color information
#98AAA1 (or 0x98AAA1) is known color: Tower Grey. HEX triplet: 98, AA and A1. RGB value is (152,170,161). Sum of RGB (Red+Green+Blue) = 152+170+161=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #98AAA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAA1 is #67555E. Grayscale: #A3A3A3. Windows color (decimal): -6772063 or 10594968. OLE color: 10594968.
HSL color Cylindrical-coordinate representation of color #98AAA1: hue angle of 150º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #98AAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 161 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.33 |
| HSL | 150º | 0.1% | 0.63% | - |
| HSV(B) | 150º | 0.11% | 0.67% | - |
| XYZ | 33.76 | 38 | 39.27 | - |
| YUV | 163.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 161 | 0.11 | 0 | 0.05 | 0.33 | 150 | 0.1 | 0.63 |
| Hex | 98 | AA | A1 | B | 0 | 5 | 21 | 96 | A | 3F |
| Octal | 230 | 252 | 241 | 13 | 0 | 5 | 41 | 226 | 12 | 77 |
| Binary | 10011000 | 10101010 | 10100001 | 1011 | 0 | 101 | 100001 | 10010110 | 1010 | 111111 |
Color Harmonies of #98AAA1
Complementary color
Monochromatic Colors of #98AAA1
Black with #98AAA1
Text Example
Text Example
White with #98AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAA1; }
p { color: rgb(152,170,161); }
H1.HeaderClassName
{
color: #98AAA1;
}
.AnyTagClassName
{
color: #98AAA1;
}
</style>
background-color css
<style>
a { background-color: #98AAA1; }
a { background-color: rgb(152,170,161); }
div.DivClassName
{
background-color: #98AAA1;
}
.BgClassName
{
background-color: #98AAA1;
}
</style>
border-color css
<style>
span { border-color: #98AAA1; }
span { border-color: rgb(152,170,161); }
td.TdClassName
{
border-color: #98AAA1;
}
.TagClassName
{
border-color: #98AAA1;
}
</style>