Shades of Tower Grey #9CA9A3
Tints of Tower Grey #9CA9A3
RGB
CMYK
RGB Variations
Color information
#9CA9A3 (or 0x9CA9A3) is known color: Tower Grey. HEX triplet: 9C, A9 and A3. RGB value is (156,169,163). Sum of RGB (Red+Green+Blue) = 156+169+163=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA9A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA9A3 is #63565C. Grayscale: #A4A4A4. Windows color (decimal): -6510173 or 10725788. OLE color: 10725788.
HSL color Cylindrical-coordinate representation of color #9CA9A3: hue angle of 152.31º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA9A3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 156 | 169 | 163 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.34 |
| HSL | 152.31º | 0.07% | 0.64% | - |
| HSV(B) | 152.31º | 0.08% | 0.66% | - |
| XYZ | 34.51 | 38.09 | 40.18 | - |
| YUV | 164.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 163 | 0.08 | 0 | 0.04 | 0.34 | 152.31 | 0.07 | 0.64 |
| Hex | 9C | A9 | A3 | 8 | 0 | 4 | 22 | 98 | 7 | 40 |
| Octal | 234 | 251 | 243 | 10 | 0 | 4 | 42 | 230 | 7 | 100 |
| Binary | 10011100 | 10101001 | 10100011 | 1000 | 0 | 100 | 100010 | 10011000 | 111 | 1000000 |
Color Harmonies of #9CA9A3
Complementary color
Monochromatic Colors of #9CA9A3
Black with #9CA9A3
Text Example
Text Example
White with #9CA9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9A3; }
p { color: rgb(156,169,163); }
H1.HeaderClassName
{
color: #9CA9A3;
}
.AnyTagClassName
{
color: #9CA9A3;
}
</style>
background-color css
<style>
a { background-color: #9CA9A3; }
a { background-color: rgb(156,169,163); }
div.DivClassName
{
background-color: #9CA9A3;
}
.BgClassName
{
background-color: #9CA9A3;
}
</style>
border-color css
<style>
span { border-color: #9CA9A3; }
span { border-color: rgb(156,169,163); }
td.TdClassName
{
border-color: #9CA9A3;
}
.TagClassName
{
border-color: #9CA9A3;
}
</style>