Shades of Tower Grey #9CABA3
Tints of Tower Grey #9CABA3
RGB
CMYK
RGB Variations
Color information
#9CABA3 (or 0x9CABA3) is known color: Tower Grey. HEX triplet: 9C, AB and A3. RGB value is (156,171,163). Sum of RGB (Red+Green+Blue) = 156+171+163=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #9CABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CABA3 is #63545C. Grayscale: #A5A5A5. Windows color (decimal): -6509661 or 10726300. OLE color: 10726300.
HSL color Cylindrical-coordinate representation of color #9CABA3: hue angle of 148º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9CABA3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 171 | 163 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.33 |
| HSL | 148º | 0.08% | 0.64% | - |
| HSV(B) | 148º | 0.09% | 0.67% | - |
| XYZ | 34.88 | 38.84 | 40.31 | - |
| YUV | 165.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 171 | 163 | 0.09 | 0 | 0.05 | 0.33 | 148 | 0.08 | 0.64 |
| Hex | 9C | AB | A3 | 9 | 0 | 5 | 21 | 94 | 8 | 40 |
| Octal | 234 | 253 | 243 | 11 | 0 | 5 | 41 | 224 | 10 | 100 |
| Binary | 10011100 | 10101011 | 10100011 | 1001 | 0 | 101 | 100001 | 10010100 | 1000 | 1000000 |
Color Harmonies of #9CABA3
Complementary color
Monochromatic Colors of #9CABA3
Black with #9CABA3
Text Example
Text Example
White with #9CABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CABA3; }
p { color: rgb(156,171,163); }
H1.HeaderClassName
{
color: #9CABA3;
}
.AnyTagClassName
{
color: #9CABA3;
}
</style>
background-color css
<style>
a { background-color: #9CABA3; }
a { background-color: rgb(156,171,163); }
div.DivClassName
{
background-color: #9CABA3;
}
.BgClassName
{
background-color: #9CABA3;
}
</style>
border-color css
<style>
span { border-color: #9CABA3; }
span { border-color: rgb(156,171,163); }
td.TdClassName
{
border-color: #9CABA3;
}
.TagClassName
{
border-color: #9CABA3;
}
</style>