Shades of Tower Grey #9CB0A5
Tints of Tower Grey #9CB0A5
RGB
CMYK
RGB Variations
Color information
#9CB0A5 (or 0x9CB0A5) is known color: Tower Grey. HEX triplet: 9C, B0 and A5. RGB value is (156,176,165). Sum of RGB (Red+Green+Blue) = 156+176+165=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB0A5 is #634F5A. Grayscale: #A8A8A8. Windows color (decimal): -6508379 or 10858652. OLE color: 10858652.
HSL color Cylindrical-coordinate representation of color #9CB0A5: hue angle of 147º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CB0A5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 176 | 165 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.31 |
| HSL | 147º | 0.11% | 0.65% | - |
| HSV(B) | 147º | 0.11% | 0.69% | - |
| XYZ | 36.03 | 40.84 | 41.58 | - |
| YUV | 168.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 176 | 165 | 0.11 | 0 | 0.06 | 0.31 | 147 | 0.11 | 0.65 |
| Hex | 9C | B0 | A5 | B | 0 | 6 | 1F | 93 | B | 41 |
| Octal | 234 | 260 | 245 | 13 | 0 | 6 | 37 | 223 | 13 | 101 |
| Binary | 10011100 | 10110000 | 10100101 | 1011 | 0 | 110 | 11111 | 10010011 | 1011 | 1000001 |
Color Harmonies of #9CB0A5
Complementary color
Monochromatic Colors of #9CB0A5
Black with #9CB0A5
Text Example
Text Example
White with #9CB0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB0A5; }
p { color: rgb(156,176,165); }
H1.HeaderClassName
{
color: #9CB0A5;
}
.AnyTagClassName
{
color: #9CB0A5;
}
</style>
background-color css
<style>
a { background-color: #9CB0A5; }
a { background-color: rgb(156,176,165); }
div.DivClassName
{
background-color: #9CB0A5;
}
.BgClassName
{
background-color: #9CB0A5;
}
</style>
border-color css
<style>
span { border-color: #9CB0A5; }
span { border-color: rgb(156,176,165); }
td.TdClassName
{
border-color: #9CB0A5;
}
.TagClassName
{
border-color: #9CB0A5;
}
</style>