Shades of Tower Grey #9BAEA7
Tints of Tower Grey #9BAEA7
RGB
CMYK
RGB Variations
Color information
#9BAEA7 (or 0x9BAEA7) is known color: Tower Grey. HEX triplet: 9B, AE and A7. RGB value is (155,174,167). Sum of RGB (Red+Green+Blue) = 155+174+167=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEA7 is #645158. Grayscale: #A7A7A7. Windows color (decimal): -6574425 or 10989211. OLE color: 10989211.
HSL color Cylindrical-coordinate representation of color #9BAEA7: hue angle of 157.89º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEA7 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 167 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.32 |
| HSL | 157.89º | 0.1% | 0.65% | - |
| HSV(B) | 157.89º | 0.11% | 0.68% | - |
| XYZ | 35.63 | 40.03 | 42.41 | - |
| YUV | 167.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 167 | 0.11 | 0 | 0.04 | 0.32 | 157.89 | 0.1 | 0.65 |
| Hex | 9B | AE | A7 | B | 0 | 4 | 20 | 9E | A | 41 |
| Octal | 233 | 256 | 247 | 13 | 0 | 4 | 40 | 236 | 12 | 101 |
| Binary | 10011011 | 10101110 | 10100111 | 1011 | 0 | 100 | 100000 | 10011110 | 1010 | 1000001 |
Color Harmonies of #9BAEA7
Complementary color
Monochromatic Colors of #9BAEA7
Black with #9BAEA7
Text Example
Text Example
White with #9BAEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEA7; }
p { color: rgb(155,174,167); }
H1.HeaderClassName
{
color: #9BAEA7;
}
.AnyTagClassName
{
color: #9BAEA7;
}
</style>
background-color css
<style>
a { background-color: #9BAEA7; }
a { background-color: rgb(155,174,167); }
div.DivClassName
{
background-color: #9BAEA7;
}
.BgClassName
{
background-color: #9BAEA7;
}
</style>
border-color css
<style>
span { border-color: #9BAEA7; }
span { border-color: rgb(155,174,167); }
td.TdClassName
{
border-color: #9BAEA7;
}
.TagClassName
{
border-color: #9BAEA7;
}
</style>