Shades of Tower Grey #94AA9E
Tints of Tower Grey #94AA9E
RGB
CMYK
RGB Variations
Color information
#94AA9E (or 0x94AA9E) is known color: Tower Grey. HEX triplet: 94, AA and 9E. RGB value is (148,170,158). Sum of RGB (Red+Green+Blue) = 148+170+158=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA9E is #6B5561. Grayscale: #A2A2A2. Windows color (decimal): -7034210 or 10398356. OLE color: 10398356.
HSL color Cylindrical-coordinate representation of color #94AA9E: hue angle of 147.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94AA9E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 158 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.33 |
| HSL | 147.27º | 0.11% | 0.62% | - |
| HSV(B) | 147.27º | 0.13% | 0.67% | - |
| XYZ | 32.76 | 37.51 | 37.86 | - |
| YUV | 162.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 158 | 0.13 | 0 | 0.07 | 0.33 | 147.27 | 0.11 | 0.62 |
| Hex | 94 | AA | 9E | D | 0 | 7 | 21 | 93 | B | 3E |
| Octal | 224 | 252 | 236 | 15 | 0 | 7 | 41 | 223 | 13 | 76 |
| Binary | 10010100 | 10101010 | 10011110 | 1101 | 0 | 111 | 100001 | 10010011 | 1011 | 111110 |
Color Harmonies of #94AA9E
Complementary color
Monochromatic Colors of #94AA9E
Black with #94AA9E
Text Example
Text Example
White with #94AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA9E; }
p { color: rgb(148,170,158); }
H1.HeaderClassName
{
color: #94AA9E;
}
.AnyTagClassName
{
color: #94AA9E;
}
</style>
background-color css
<style>
a { background-color: #94AA9E; }
a { background-color: rgb(148,170,158); }
div.DivClassName
{
background-color: #94AA9E;
}
.BgClassName
{
background-color: #94AA9E;
}
</style>
border-color css
<style>
span { border-color: #94AA9E; }
span { border-color: rgb(148,170,158); }
td.TdClassName
{
border-color: #94AA9E;
}
.TagClassName
{
border-color: #94AA9E;
}
</style>