Shades of Tower Grey #98A69E
Tints of Tower Grey #98A69E
RGB
CMYK
RGB Variations
Color information
#98A69E (or 0x98A69E) is known color: Tower Grey. HEX triplet: 98, A6 and 9E. RGB value is (152,166,158). Sum of RGB (Red+Green+Blue) = 152+166+158=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 166 (65.23% from 255 or 34.87% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 166 - color contains mainly: green. Hex color #98A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A69E is #675961. Grayscale: #A0A0A0. Windows color (decimal): -6773090 or 10397336. OLE color: 10397336.
HSL color Cylindrical-coordinate representation of color #98A69E: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98A69E is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 166 | 158 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.35 |
| HSL | 145.71º | 0.07% | 0.62% | - |
| HSV(B) | 145.71º | 0.08% | 0.65% | - |
| XYZ | 32.76 | 36.42 | 37.65 | - |
| YUV | 160.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 166 | 158 | 0.08 | 0 | 0.05 | 0.35 | 145.71 | 0.07 | 0.62 |
| Hex | 98 | A6 | 9E | 8 | 0 | 5 | 23 | 92 | 7 | 3E |
| Octal | 230 | 246 | 236 | 10 | 0 | 5 | 43 | 222 | 7 | 76 |
| Binary | 10011000 | 10100110 | 10011110 | 1000 | 0 | 101 | 100011 | 10010010 | 111 | 111110 |
Color Harmonies of #98A69E
Complementary color
Monochromatic Colors of #98A69E
Black with #98A69E
Text Example
Text Example
White with #98A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A69E; }
p { color: rgb(152,166,158); }
H1.HeaderClassName
{
color: #98A69E;
}
.AnyTagClassName
{
color: #98A69E;
}
</style>
background-color css
<style>
a { background-color: #98A69E; }
a { background-color: rgb(152,166,158); }
div.DivClassName
{
background-color: #98A69E;
}
.BgClassName
{
background-color: #98A69E;
}
</style>
border-color css
<style>
span { border-color: #98A69E; }
span { border-color: rgb(152,166,158); }
td.TdClassName
{
border-color: #98A69E;
}
.TagClassName
{
border-color: #98A69E;
}
</style>