Shades of Tower Grey #94A89E
Tints of Tower Grey #94A89E
RGB
CMYK
RGB Variations
Color information
#94A89E (or 0x94A89E) is known color: Tower Grey. HEX triplet: 94, A8 and 9E. RGB value is (148,168,158). Sum of RGB (Red+Green+Blue) = 148+168+158=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 168 - color contains mainly: green. Hex color #94A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A89E is #6B5761. Grayscale: #A0A0A0. Windows color (decimal): -7034722 or 10397844. OLE color: 10397844.
HSL color Cylindrical-coordinate representation of color #94A89E: hue angle of 150º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A89E is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 168 | 158 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.34 |
| HSL | 150º | 0.1% | 0.62% | - |
| HSV(B) | 150º | 0.12% | 0.66% | - |
| XYZ | 32.39 | 36.77 | 37.74 | - |
| YUV | 160.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 168 | 158 | 0.12 | 0 | 0.06 | 0.34 | 150 | 0.1 | 0.62 |
| Hex | 94 | A8 | 9E | C | 0 | 6 | 22 | 96 | A | 3E |
| Octal | 224 | 250 | 236 | 14 | 0 | 6 | 42 | 226 | 12 | 76 |
| Binary | 10010100 | 10101000 | 10011110 | 1100 | 0 | 110 | 100010 | 10010110 | 1010 | 111110 |
Color Harmonies of #94A89E
Complementary color
Monochromatic Colors of #94A89E
Black with #94A89E
Text Example
Text Example
White with #94A89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A89E; }
p { color: rgb(148,168,158); }
H1.HeaderClassName
{
color: #94A89E;
}
.AnyTagClassName
{
color: #94A89E;
}
</style>
background-color css
<style>
a { background-color: #94A89E; }
a { background-color: rgb(148,168,158); }
div.DivClassName
{
background-color: #94A89E;
}
.BgClassName
{
background-color: #94A89E;
}
</style>
border-color css
<style>
span { border-color: #94A89E; }
span { border-color: rgb(148,168,158); }
td.TdClassName
{
border-color: #94A89E;
}
.TagClassName
{
border-color: #94A89E;
}
</style>