Shades of Tower Grey #94A9A0
Tints of Tower Grey #94A9A0
RGB
CMYK
RGB Variations
Color information
#94A9A0 (or 0x94A9A0) is known color: Tower Grey. HEX triplet: 94, A9 and A0. RGB value is (148,169,160). Sum of RGB (Red+Green+Blue) = 148+169+160=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 169 - color contains mainly: green. Hex color #94A9A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A9A0 is #6B565F. Grayscale: #A1A1A1. Windows color (decimal): -7034464 or 10529172. OLE color: 10529172.
HSL color Cylindrical-coordinate representation of color #94A9A0: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A9A0 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 169 | 160 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.34 |
| HSL | 154.29º | 0.11% | 0.62% | - |
| HSV(B) | 154.29º | 0.12% | 0.66% | - |
| XYZ | 32.75 | 37.21 | 38.71 | - |
| YUV | 161.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 169 | 160 | 0.12 | 0 | 0.05 | 0.34 | 154.29 | 0.11 | 0.62 |
| Hex | 94 | A9 | A0 | C | 0 | 5 | 22 | 9A | B | 3E |
| Octal | 224 | 251 | 240 | 14 | 0 | 5 | 42 | 232 | 13 | 76 |
| Binary | 10010100 | 10101001 | 10100000 | 1100 | 0 | 101 | 100010 | 10011010 | 1011 | 111110 |
Color Harmonies of #94A9A0
Complementary color
Monochromatic Colors of #94A9A0
Black with #94A9A0
Text Example
Text Example
White with #94A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A9A0; }
p { color: rgb(148,169,160); }
H1.HeaderClassName
{
color: #94A9A0;
}
.AnyTagClassName
{
color: #94A9A0;
}
</style>
background-color css
<style>
a { background-color: #94A9A0; }
a { background-color: rgb(148,169,160); }
div.DivClassName
{
background-color: #94A9A0;
}
.BgClassName
{
background-color: #94A9A0;
}
</style>
border-color css
<style>
span { border-color: #94A9A0; }
span { border-color: rgb(148,169,160); }
td.TdClassName
{
border-color: #94A9A0;
}
.TagClassName
{
border-color: #94A9A0;
}
</style>