Shades of Tower Grey #94A69E
Tints of Tower Grey #94A69E
RGB
CMYK
RGB Variations
Color information
#94A69E (or 0x94A69E) is known color: Tower Grey. HEX triplet: 94, A6 and 9E. RGB value is (148,166,158). Sum of RGB (Red+Green+Blue) = 148+166+158=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 166 - color contains mainly: green. Hex color #94A69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A69E is #6B5961. Grayscale: #9F9F9F. Windows color (decimal): -7035234 or 10397332. OLE color: 10397332.
HSL color Cylindrical-coordinate representation of color #94A69E: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A69E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 158 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.35 |
| HSL | 153.33º | 0.09% | 0.62% | - |
| HSV(B) | 153.33º | 0.11% | 0.65% | - |
| XYZ | 32.02 | 36.04 | 37.62 | - |
| YUV | 159.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 158 | 0.11 | 0 | 0.05 | 0.35 | 153.33 | 0.09 | 0.62 |
| Hex | 94 | A6 | 9E | B | 0 | 5 | 23 | 99 | 9 | 3E |
| Octal | 224 | 246 | 236 | 13 | 0 | 5 | 43 | 231 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10011110 | 1011 | 0 | 101 | 100011 | 10011001 | 1001 | 111110 |
Color Harmonies of #94A69E
Complementary color
Monochromatic Colors of #94A69E
Black with #94A69E
Text Example
Text Example
White with #94A69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A69E; }
p { color: rgb(148,166,158); }
H1.HeaderClassName
{
color: #94A69E;
}
.AnyTagClassName
{
color: #94A69E;
}
</style>
background-color css
<style>
a { background-color: #94A69E; }
a { background-color: rgb(148,166,158); }
div.DivClassName
{
background-color: #94A69E;
}
.BgClassName
{
background-color: #94A69E;
}
</style>
border-color css
<style>
span { border-color: #94A69E; }
span { border-color: rgb(148,166,158); }
td.TdClassName
{
border-color: #94A69E;
}
.TagClassName
{
border-color: #94A69E;
}
</style>