Shades of Tower Grey #94A59C
Tints of Tower Grey #94A59C
RGB
CMYK
RGB Variations
Color information
#94A59C (or 0x94A59C) is known color: Tower Grey. HEX triplet: 94, A5 and 9C. RGB value is (148,165,156). Sum of RGB (Red+Green+Blue) = 148+165+156=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #94A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A59C is #6B5A63. Grayscale: #9E9E9E. Windows color (decimal): -7035492 or 10266004. OLE color: 10266004.
HSL color Cylindrical-coordinate representation of color #94A59C: hue angle of 148.24º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A59C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 156 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.35 |
| HSL | 148.24º | 0.09% | 0.61% | - |
| HSV(B) | 148.24º | 0.1% | 0.65% | - |
| XYZ | 31.67 | 35.61 | 36.66 | - |
| YUV | 158.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 156 | 0.10 | 0 | 0.05 | 0.35 | 148.24 | 0.09 | 0.61 |
| Hex | 94 | A5 | 9C | A | 0 | 5 | 23 | 94 | 9 | 3D |
| Octal | 224 | 245 | 234 | 12 | 0 | 5 | 43 | 224 | 11 | 75 |
| Binary | 10010100 | 10100101 | 10011100 | 1010 | 0 | 101 | 100011 | 10010100 | 1001 | 111101 |
Color Harmonies of #94A59C
Complementary color
Monochromatic Colors of #94A59C
Black with #94A59C
Text Example
Text Example
White with #94A59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A59C; }
p { color: rgb(148,165,156); }
H1.HeaderClassName
{
color: #94A59C;
}
.AnyTagClassName
{
color: #94A59C;
}
</style>
background-color css
<style>
a { background-color: #94A59C; }
a { background-color: rgb(148,165,156); }
div.DivClassName
{
background-color: #94A59C;
}
.BgClassName
{
background-color: #94A59C;
}
</style>
border-color css
<style>
span { border-color: #94A59C; }
span { border-color: rgb(148,165,156); }
td.TdClassName
{
border-color: #94A59C;
}
.TagClassName
{
border-color: #94A59C;
}
</style>