Shades of Tower Grey #98AFA4
Tints of Tower Grey #98AFA4
RGB
CMYK
RGB Variations
Color information
#98AFA4 (or 0x98AFA4) is known color: Tower Grey. HEX triplet: 98, AF and A4. RGB value is (152,175,164). Sum of RGB (Red+Green+Blue) = 152+175+164=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #98AFA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AFA4 is #67505B. Grayscale: #A6A6A6. Windows color (decimal): -6770780 or 10792856. OLE color: 10792856.
HSL color Cylindrical-coordinate representation of color #98AFA4: hue angle of 151.3º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98AFA4 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 164 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.31 |
| HSL | 151.3º | 0.13% | 0.64% | - |
| HSV(B) | 151.3º | 0.13% | 0.69% | - |
| XYZ | 34.98 | 40.02 | 41 | - |
| YUV | 166.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 164 | 0.13 | 0 | 0.06 | 0.31 | 151.3 | 0.13 | 0.64 |
| Hex | 98 | AF | A4 | D | 0 | 6 | 1F | 97 | D | 40 |
| Octal | 230 | 257 | 244 | 15 | 0 | 6 | 37 | 227 | 15 | 100 |
| Binary | 10011000 | 10101111 | 10100100 | 1101 | 0 | 110 | 11111 | 10010111 | 1101 | 1000000 |
Color Harmonies of #98AFA4
Complementary color
Monochromatic Colors of #98AFA4
Black with #98AFA4
Text Example
Text Example
White with #98AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AFA4; }
p { color: rgb(152,175,164); }
H1.HeaderClassName
{
color: #98AFA4;
}
.AnyTagClassName
{
color: #98AFA4;
}
</style>
background-color css
<style>
a { background-color: #98AFA4; }
a { background-color: rgb(152,175,164); }
div.DivClassName
{
background-color: #98AFA4;
}
.BgClassName
{
background-color: #98AFA4;
}
</style>
border-color css
<style>
span { border-color: #98AFA4; }
span { border-color: rgb(152,175,164); }
td.TdClassName
{
border-color: #98AFA4;
}
.TagClassName
{
border-color: #98AFA4;
}
</style>