Shades of Tower Grey #9CADA8
Tints of Tower Grey #9CADA8
RGB
CMYK
RGB Variations
Color information
#9CADA8 (or 0x9CADA8) is known color: Tower Grey. HEX triplet: 9C, AD and A8. RGB value is (156,173,168). Sum of RGB (Red+Green+Blue) = 156+173+168=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA8 is #635257. Grayscale: #A7A7A7. Windows color (decimal): -6509144 or 11054492. OLE color: 11054492.
HSL color Cylindrical-coordinate representation of color #9CADA8: hue angle of 162.35º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CADA8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 168 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.32 |
| HSL | 162.35º | 0.09% | 0.65% | - |
| HSV(B) | 162.35º | 0.1% | 0.68% | - |
| XYZ | 35.72 | 39.78 | 42.84 | - |
| YUV | 167.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 168 | 0.10 | 0 | 0.03 | 0.32 | 162.35 | 0.09 | 0.65 |
| Hex | 9C | AD | A8 | A | 0 | 3 | 20 | A2 | 9 | 41 |
| Octal | 234 | 255 | 250 | 12 | 0 | 3 | 40 | 242 | 11 | 101 |
| Binary | 10011100 | 10101101 | 10101000 | 1010 | 0 | 11 | 100000 | 10100010 | 1001 | 1000001 |
Color Harmonies of #9CADA8
Complementary color
Monochromatic Colors of #9CADA8
Black with #9CADA8
Text Example
Text Example
White with #9CADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADA8; }
p { color: rgb(156,173,168); }
H1.HeaderClassName
{
color: #9CADA8;
}
.AnyTagClassName
{
color: #9CADA8;
}
</style>
background-color css
<style>
a { background-color: #9CADA8; }
a { background-color: rgb(156,173,168); }
div.DivClassName
{
background-color: #9CADA8;
}
.BgClassName
{
background-color: #9CADA8;
}
</style>
border-color css
<style>
span { border-color: #9CADA8; }
span { border-color: rgb(156,173,168); }
td.TdClassName
{
border-color: #9CADA8;
}
.TagClassName
{
border-color: #9CADA8;
}
</style>