Shades of Tower Grey #94B0A1
Tints of Tower Grey #94B0A1
RGB
CMYK
RGB Variations
Color information
#94B0A1 (or 0x94B0A1) is known color: Tower Grey. HEX triplet: 94, B0 and A1. RGB value is (148,176,161). Sum of RGB (Red+Green+Blue) = 148+176+161=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #94B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B0A1 is #6B4F5E. Grayscale: #A5A5A5. Windows color (decimal): -7032671 or 10596500. OLE color: 10596500.
HSL color Cylindrical-coordinate representation of color #94B0A1: hue angle of 147.86º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B0A1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 176 | 161 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.31 |
| HSL | 147.86º | 0.15% | 0.64% | - |
| HSV(B) | 147.86º | 0.16% | 0.69% | - |
| XYZ | 34.17 | 39.92 | 39.62 | - |
| YUV | 165.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 176 | 161 | 0.16 | 0 | 0.09 | 0.31 | 147.86 | 0.15 | 0.64 |
| Hex | 94 | B0 | A1 | 10 | 0 | 9 | 1F | 94 | F | 40 |
| Octal | 224 | 260 | 241 | 20 | 0 | 11 | 37 | 224 | 17 | 100 |
| Binary | 10010100 | 10110000 | 10100001 | 10000 | 0 | 1001 | 11111 | 10010100 | 1111 | 1000000 |
Color Harmonies of #94B0A1
Complementary color
Monochromatic Colors of #94B0A1
Black with #94B0A1
Text Example
Text Example
White with #94B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B0A1; }
p { color: rgb(148,176,161); }
H1.HeaderClassName
{
color: #94B0A1;
}
.AnyTagClassName
{
color: #94B0A1;
}
</style>
background-color css
<style>
a { background-color: #94B0A1; }
a { background-color: rgb(148,176,161); }
div.DivClassName
{
background-color: #94B0A1;
}
.BgClassName
{
background-color: #94B0A1;
}
</style>
border-color css
<style>
span { border-color: #94B0A1; }
span { border-color: rgb(148,176,161); }
td.TdClassName
{
border-color: #94B0A1;
}
.TagClassName
{
border-color: #94B0A1;
}
</style>