Shades of Tower Grey #96B1A6
Tints of Tower Grey #96B1A6
RGB
CMYK
RGB Variations
Color information
#96B1A6 (or 0x96B1A6) is known color: Tower Grey. HEX triplet: 96, B1 and A6. RGB value is (150,177,166). Sum of RGB (Red+Green+Blue) = 150+177+166=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #96B1A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B1A6 is #694E59. Grayscale: #A7A7A7. Windows color (decimal): -6901338 or 10924438. OLE color: 10924438.
HSL color Cylindrical-coordinate representation of color #96B1A6: hue angle of 155.56º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B1A6 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 166 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.31 |
| HSL | 155.56º | 0.15% | 0.64% | - |
| HSV(B) | 155.56º | 0.15% | 0.69% | - |
| XYZ | 35.18 | 40.68 | 42.07 | - |
| YUV | 167.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 166 | 0.15 | 0 | 0.06 | 0.31 | 155.56 | 0.15 | 0.64 |
| Hex | 96 | B1 | A6 | F | 0 | 6 | 1F | 9C | F | 40 |
| Octal | 226 | 261 | 246 | 17 | 0 | 6 | 37 | 234 | 17 | 100 |
| Binary | 10010110 | 10110001 | 10100110 | 1111 | 0 | 110 | 11111 | 10011100 | 1111 | 1000000 |
Color Harmonies of #96B1A6
Complementary color
Monochromatic Colors of #96B1A6
Black with #96B1A6
Text Example
Text Example
White with #96B1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B1A6; }
p { color: rgb(150,177,166); }
H1.HeaderClassName
{
color: #96B1A6;
}
.AnyTagClassName
{
color: #96B1A6;
}
</style>
background-color css
<style>
a { background-color: #96B1A6; }
a { background-color: rgb(150,177,166); }
div.DivClassName
{
background-color: #96B1A6;
}
.BgClassName
{
background-color: #96B1A6;
}
</style>
border-color css
<style>
span { border-color: #96B1A6; }
span { border-color: rgb(150,177,166); }
td.TdClassName
{
border-color: #96B1A6;
}
.TagClassName
{
border-color: #96B1A6;
}
</style>