Shades of Tower Grey #94A59E
Tints of Tower Grey #94A59E
RGB
CMYK
RGB Variations
Color information
#94A59E (or 0x94A59E) is known color: Tower Grey. HEX triplet: 94, A5 and 9E. RGB value is (148,165,158). Sum of RGB (Red+Green+Blue) = 148+165+158=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 165 - color contains mainly: green. Hex color #94A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A59E is #6B5A61. Grayscale: #9F9F9F. Windows color (decimal): -7035490 or 10397076. OLE color: 10397076.
HSL color Cylindrical-coordinate representation of color #94A59E: hue angle of 155.29º 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 #94A59E is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 158 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.35 |
| HSL | 155.29º | 0.09% | 0.61% | - |
| HSV(B) | 155.29º | 0.1% | 0.65% | - |
| XYZ | 31.84 | 35.67 | 37.56 | - |
| YUV | 159.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 158 | 0.10 | 0 | 0.04 | 0.35 | 155.29 | 0.09 | 0.61 |
| Hex | 94 | A5 | 9E | A | 0 | 4 | 23 | 9B | 9 | 3D |
| Octal | 224 | 245 | 236 | 12 | 0 | 4 | 43 | 233 | 11 | 75 |
| Binary | 10010100 | 10100101 | 10011110 | 1010 | 0 | 100 | 100011 | 10011011 | 1001 | 111101 |
Color Harmonies of #94A59E
Complementary color
Monochromatic Colors of #94A59E
Black with #94A59E
Text Example
Text Example
White with #94A59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A59E; }
p { color: rgb(148,165,158); }
H1.HeaderClassName
{
color: #94A59E;
}
.AnyTagClassName
{
color: #94A59E;
}
</style>
background-color css
<style>
a { background-color: #94A59E; }
a { background-color: rgb(148,165,158); }
div.DivClassName
{
background-color: #94A59E;
}
.BgClassName
{
background-color: #94A59E;
}
</style>
border-color css
<style>
span { border-color: #94A59E; }
span { border-color: rgb(148,165,158); }
td.TdClassName
{
border-color: #94A59E;
}
.TagClassName
{
border-color: #94A59E;
}
</style>