Shades of Tower Grey #9BACA5
Tints of Tower Grey #9BACA5
RGB
CMYK
RGB Variations
Color information
#9BACA5 (or 0x9BACA5) is known color: Tower Grey. HEX triplet: 9B, AC and A5. RGB value is (155,172,165). Sum of RGB (Red+Green+Blue) = 155+172+165=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA5 is #64535A. Grayscale: #A6A6A6. Windows color (decimal): -6574939 or 10857627. OLE color: 10857627.
HSL color Cylindrical-coordinate representation of color #9BACA5: hue angle of 155.29º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BACA5 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 172 | 165 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.33 |
| HSL | 155.29º | 0.09% | 0.64% | - |
| HSV(B) | 155.29º | 0.1% | 0.67% | - |
| XYZ | 35.06 | 39.19 | 41.31 | - |
| YUV | 166.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 172 | 165 | 0.10 | 0 | 0.04 | 0.33 | 155.29 | 0.09 | 0.64 |
| Hex | 9B | AC | A5 | A | 0 | 4 | 21 | 9B | 9 | 40 |
| Octal | 233 | 254 | 245 | 12 | 0 | 4 | 41 | 233 | 11 | 100 |
| Binary | 10011011 | 10101100 | 10100101 | 1010 | 0 | 100 | 100001 | 10011011 | 1001 | 1000000 |
Color Harmonies of #9BACA5
Complementary color
Monochromatic Colors of #9BACA5
Black with #9BACA5
Text Example
Text Example
White with #9BACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BACA5; }
p { color: rgb(155,172,165); }
H1.HeaderClassName
{
color: #9BACA5;
}
.AnyTagClassName
{
color: #9BACA5;
}
</style>
background-color css
<style>
a { background-color: #9BACA5; }
a { background-color: rgb(155,172,165); }
div.DivClassName
{
background-color: #9BACA5;
}
.BgClassName
{
background-color: #9BACA5;
}
</style>
border-color css
<style>
span { border-color: #9BACA5; }
span { border-color: rgb(155,172,165); }
td.TdClassName
{
border-color: #9BACA5;
}
.TagClassName
{
border-color: #9BACA5;
}
</style>