Shades of Tower Grey #94A29C
Tints of Tower Grey #94A29C
RGB
CMYK
RGB Variations
Color information
#94A29C (or 0x94A29C) is known color: Tower Grey. HEX triplet: 94, A2 and 9C. RGB value is (148,162,156). Sum of RGB (Red+Green+Blue) = 148+162+156=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #94A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A29C is #6B5D63. Grayscale: #9D9D9D. Windows color (decimal): -7036260 or 10265236. OLE color: 10265236.
HSL color Cylindrical-coordinate representation of color #94A29C: hue angle of 154.29º degrees, saturation: 0.07, 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 #94A29C is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 162 | 156 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.36 |
| HSL | 154.29º | 0.07% | 0.61% | - |
| HSV(B) | 154.29º | 0.09% | 0.64% | - |
| XYZ | 31.13 | 34.54 | 36.48 | - |
| YUV | 157.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 162 | 156 | 0.09 | 0 | 0.04 | 0.36 | 154.29 | 0.07 | 0.61 |
| Hex | 94 | A2 | 9C | 9 | 0 | 4 | 24 | 9A | 7 | 3D |
| Octal | 224 | 242 | 234 | 11 | 0 | 4 | 44 | 232 | 7 | 75 |
| Binary | 10010100 | 10100010 | 10011100 | 1001 | 0 | 100 | 100100 | 10011010 | 111 | 111101 |
Color Harmonies of #94A29C
Complementary color
Monochromatic Colors of #94A29C
Black with #94A29C
Text Example
Text Example
White with #94A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A29C; }
p { color: rgb(148,162,156); }
H1.HeaderClassName
{
color: #94A29C;
}
.AnyTagClassName
{
color: #94A29C;
}
</style>
background-color css
<style>
a { background-color: #94A29C; }
a { background-color: rgb(148,162,156); }
div.DivClassName
{
background-color: #94A29C;
}
.BgClassName
{
background-color: #94A29C;
}
</style>
border-color css
<style>
span { border-color: #94A29C; }
span { border-color: rgb(148,162,156); }
td.TdClassName
{
border-color: #94A29C;
}
.TagClassName
{
border-color: #94A29C;
}
</style>