Shades of Tower Grey #98ABA2
Tints of Tower Grey #98ABA2
RGB
CMYK
RGB Variations
Color information
#98ABA2 (or 0x98ABA2) is known color: Tower Grey. HEX triplet: 98, AB and A2. RGB value is (152,171,162). Sum of RGB (Red+Green+Blue) = 152+171+162=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 171 - color contains mainly: green. Hex color #98ABA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABA2 is #67545D. Grayscale: #A4A4A4. Windows color (decimal): -6771806 or 10660760. OLE color: 10660760.
HSL color Cylindrical-coordinate representation of color #98ABA2: hue angle of 151.58º 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 #98ABA2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 162 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.33 |
| HSL | 151.58º | 0.1% | 0.63% | - |
| HSV(B) | 151.58º | 0.11% | 0.67% | - |
| XYZ | 34.03 | 38.41 | 39.8 | - |
| YUV | 164.29 | 126.71 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 162 | 0.11 | 0 | 0.05 | 0.33 | 151.58 | 0.1 | 0.63 |
| Hex | 98 | AB | A2 | B | 0 | 5 | 21 | 98 | A | 3F |
| Octal | 230 | 253 | 242 | 13 | 0 | 5 | 41 | 230 | 12 | 77 |
| Binary | 10011000 | 10101011 | 10100010 | 1011 | 0 | 101 | 100001 | 10011000 | 1010 | 111111 |
Color Harmonies of #98ABA2
Complementary color
Monochromatic Colors of #98ABA2
Black with #98ABA2
Text Example
Text Example
White with #98ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABA2; }
p { color: rgb(152,171,162); }
H1.HeaderClassName
{
color: #98ABA2;
}
.AnyTagClassName
{
color: #98ABA2;
}
</style>
background-color css
<style>
a { background-color: #98ABA2; }
a { background-color: rgb(152,171,162); }
div.DivClassName
{
background-color: #98ABA2;
}
.BgClassName
{
background-color: #98ABA2;
}
</style>
border-color css
<style>
span { border-color: #98ABA2; }
span { border-color: rgb(152,171,162); }
td.TdClassName
{
border-color: #98ABA2;
}
.TagClassName
{
border-color: #98ABA2;
}
</style>