Shades of Tower Grey #94A19A
Tints of Tower Grey #94A19A
RGB
CMYK
RGB Variations
Color information
#94A19A (or 0x94A19A) is known color: Tower Grey. HEX triplet: 94, A1 and 9A. RGB value is (148,161,154). Sum of RGB (Red+Green+Blue) = 148+161+154=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 161 - color contains mainly: green. Hex color #94A19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A19A is #6B5E65. Grayscale: #9C9C9C. Windows color (decimal): -7036518 or 10133908. OLE color: 10133908.
HSL color Cylindrical-coordinate representation of color #94A19A: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94A19A is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 154 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.37 |
| HSL | 147.69º | 0.06% | 0.61% | - |
| HSV(B) | 147.69º | 0.08% | 0.63% | - |
| XYZ | 30.79 | 34.12 | 35.53 | - |
| YUV | 156.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 154 | 0.08 | 0 | 0.04 | 0.37 | 147.69 | 0.06 | 0.61 |
| Hex | 94 | A1 | 9A | 8 | 0 | 4 | 25 | 94 | 6 | 3D |
| Octal | 224 | 241 | 232 | 10 | 0 | 4 | 45 | 224 | 6 | 75 |
| Binary | 10010100 | 10100001 | 10011010 | 1000 | 0 | 100 | 100101 | 10010100 | 110 | 111101 |
Color Harmonies of #94A19A
Complementary color
Monochromatic Colors of #94A19A
Black with #94A19A
Text Example
Text Example
White with #94A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A19A; }
p { color: rgb(148,161,154); }
H1.HeaderClassName
{
color: #94A19A;
}
.AnyTagClassName
{
color: #94A19A;
}
</style>
background-color css
<style>
a { background-color: #94A19A; }
a { background-color: rgb(148,161,154); }
div.DivClassName
{
background-color: #94A19A;
}
.BgClassName
{
background-color: #94A19A;
}
</style>
border-color css
<style>
span { border-color: #94A19A; }
span { border-color: rgb(148,161,154); }
td.TdClassName
{
border-color: #94A19A;
}
.TagClassName
{
border-color: #94A19A;
}
</style>