Shades of Tower Grey #94A69D
Tints of Tower Grey #94A69D
RGB
CMYK
RGB Variations
Color information
#94A69D (or 0x94A69D) is known color: Tower Grey. HEX triplet: 94, A6 and 9D. RGB value is (148,166,157). Sum of RGB (Red+Green+Blue) = 148+166+157=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #94A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A69D is #6B5962. Grayscale: #9F9F9F. Windows color (decimal): -7035235 or 10331796. OLE color: 10331796.
HSL color Cylindrical-coordinate representation of color #94A69D: hue angle of 150º 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 #94A69D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 157 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.35 |
| HSL | 150º | 0.09% | 0.62% | - |
| HSV(B) | 150º | 0.11% | 0.65% | - |
| XYZ | 31.93 | 36 | 37.16 | - |
| YUV | 159.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 157 | 0.11 | 0 | 0.05 | 0.35 | 150 | 0.09 | 0.62 |
| Hex | 94 | A6 | 9D | B | 0 | 5 | 23 | 96 | 9 | 3E |
| Octal | 224 | 246 | 235 | 13 | 0 | 5 | 43 | 226 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10011101 | 1011 | 0 | 101 | 100011 | 10010110 | 1001 | 111110 |
Color Harmonies of #94A69D
Complementary color
Monochromatic Colors of #94A69D
Black with #94A69D
Text Example
Text Example
White with #94A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A69D; }
p { color: rgb(148,166,157); }
H1.HeaderClassName
{
color: #94A69D;
}
.AnyTagClassName
{
color: #94A69D;
}
</style>
background-color css
<style>
a { background-color: #94A69D; }
a { background-color: rgb(148,166,157); }
div.DivClassName
{
background-color: #94A69D;
}
.BgClassName
{
background-color: #94A69D;
}
</style>
border-color css
<style>
span { border-color: #94A69D; }
span { border-color: rgb(148,166,157); }
td.TdClassName
{
border-color: #94A69D;
}
.TagClassName
{
border-color: #94A69D;
}
</style>