Shades of Tower Grey #9BA3A0
Tints of Tower Grey #9BA3A0
RGB
CMYK
RGB Variations
Color information
#9BA3A0 (or 0x9BA3A0) is known color: Tower Grey. HEX triplet: 9B, A3 and A0. RGB value is (155,163,160). Sum of RGB (Red+Green+Blue) = 155+163+160=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA3A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA3A0 is #645C5F. Grayscale: #A0A0A0. Windows color (decimal): -6577248 or 10527643. OLE color: 10527643.
HSL color Cylindrical-coordinate representation of color #9BA3A0: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9BA3A0 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
RGB | 155 | 163 | 160 | - |
CMYK | 0.05 | 0 | 0.02 | 0.36 |
HSL | 157.5º | 0.04% | 0.62% | - |
HSV(B) | 157.5º | 0.05% | 0.64% | - |
XYZ | 32.96 | 35.7 | 38.41 | - |
YUV | 160.27 | 127.85 | 124.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 155 | 163 | 160 | 0.05 | 0 | 0.02 | 0.36 | 157.5 | 0.04 | 0.62 |
Hex | 9B | A3 | A0 | 5 | 0 | 2 | 24 | 9E | 4 | 3E |
Octal | 233 | 243 | 240 | 5 | 0 | 2 | 44 | 236 | 4 | 76 |
Binary | 10011011 | 10100011 | 10100000 | 101 | 0 | 10 | 100100 | 10011110 | 100 | 111110 |
Color Harmonies of #9BA3A0
Complementary color
Monochromatic Colors of #9BA3A0
Black with #9BA3A0
Text Example
Text Example
White with #9BA3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA3A0; }
p { color: rgb(155,163,160); }
H1.HeaderClassName
{
color: #9BA3A0;
}
.AnyTagClassName
{
color: #9BA3A0;
}
</style>
background-color css
<style>
a { background-color: #9BA3A0; }
a { background-color: rgb(155,163,160); }
div.DivClassName
{
background-color: #9BA3A0;
}
.BgClassName
{
background-color: #9BA3A0;
}
</style>
border-color css
<style>
span { border-color: #9BA3A0; }
span { border-color: rgb(155,163,160); }
td.TdClassName
{
border-color: #9BA3A0;
}
.TagClassName
{
border-color: #9BA3A0;
}
</style>