Shades of Tower Grey #94A39B
Tints of Tower Grey #94A39B
RGB
CMYK
RGB Variations
Color information
#94A39B (or 0x94A39B) is known color: Tower Grey. HEX triplet: 94, A3 and 9B. RGB value is (148,163,155). Sum of RGB (Red+Green+Blue) = 148+163+155=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #94A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A39B is #6B5C64. Grayscale: #9D9D9D. Windows color (decimal): -7036005 or 10199956. OLE color: 10199956.
HSL color Cylindrical-coordinate representation of color #94A39B: hue angle of 148º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A39B is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 155 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.36 |
| HSL | 148º | 0.08% | 0.61% | - |
| HSV(B) | 148º | 0.09% | 0.64% | - |
| XYZ | 31.23 | 34.86 | 36.09 | - |
| YUV | 157.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 155 | 0.09 | 0 | 0.05 | 0.36 | 148 | 0.08 | 0.61 |
| Hex | 94 | A3 | 9B | 9 | 0 | 5 | 24 | 94 | 8 | 3D |
| Octal | 224 | 243 | 233 | 11 | 0 | 5 | 44 | 224 | 10 | 75 |
| Binary | 10010100 | 10100011 | 10011011 | 1001 | 0 | 101 | 100100 | 10010100 | 1000 | 111101 |
Color Harmonies of #94A39B
Complementary color
Monochromatic Colors of #94A39B
Black with #94A39B
Text Example
Text Example
White with #94A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A39B; }
p { color: rgb(148,163,155); }
H1.HeaderClassName
{
color: #94A39B;
}
.AnyTagClassName
{
color: #94A39B;
}
</style>
background-color css
<style>
a { background-color: #94A39B; }
a { background-color: rgb(148,163,155); }
div.DivClassName
{
background-color: #94A39B;
}
.BgClassName
{
background-color: #94A39B;
}
</style>
border-color css
<style>
span { border-color: #94A39B; }
span { border-color: rgb(148,163,155); }
td.TdClassName
{
border-color: #94A39B;
}
.TagClassName
{
border-color: #94A39B;
}
</style>