Shades of Tower Grey #98AAA3
Tints of Tower Grey #98AAA3
RGB
CMYK
RGB Variations
Color information
#98AAA3 (or 0x98AAA3) is known color: Tower Grey. HEX triplet: 98, AA and A3. RGB value is (152,170,163). Sum of RGB (Red+Green+Blue) = 152+170+163=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 163 (64.06% from 255 or 33.61% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #98AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AAA3 is #67555C. Grayscale: #A3A3A3. Windows color (decimal): -6772061 or 10726040. OLE color: 10726040.
HSL color Cylindrical-coordinate representation of color #98AAA3: hue angle of 156.67º 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 #98AAA3 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 163 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.33 |
| HSL | 156.67º | 0.1% | 0.63% | - |
| HSV(B) | 156.67º | 0.11% | 0.67% | - |
| XYZ | 33.93 | 38.07 | 40.21 | - |
| YUV | 163.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 163 | 0.11 | 0 | 0.04 | 0.33 | 156.67 | 0.1 | 0.63 |
| Hex | 98 | AA | A3 | B | 0 | 4 | 21 | 9D | A | 3F |
| Octal | 230 | 252 | 243 | 13 | 0 | 4 | 41 | 235 | 12 | 77 |
| Binary | 10011000 | 10101010 | 10100011 | 1011 | 0 | 100 | 100001 | 10011101 | 1010 | 111111 |
Color Harmonies of #98AAA3
Complementary color
Monochromatic Colors of #98AAA3
Black with #98AAA3
Text Example
Text Example
White with #98AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAA3; }
p { color: rgb(152,170,163); }
H1.HeaderClassName
{
color: #98AAA3;
}
.AnyTagClassName
{
color: #98AAA3;
}
</style>
background-color css
<style>
a { background-color: #98AAA3; }
a { background-color: rgb(152,170,163); }
div.DivClassName
{
background-color: #98AAA3;
}
.BgClassName
{
background-color: #98AAA3;
}
</style>
border-color css
<style>
span { border-color: #98AAA3; }
span { border-color: rgb(152,170,163); }
td.TdClassName
{
border-color: #98AAA3;
}
.TagClassName
{
border-color: #98AAA3;
}
</style>