Shades of Tower Grey #9CADA4
Tints of Tower Grey #9CADA4
RGB
CMYK
RGB Variations
Color information
#9CADA4 (or 0x9CADA4) is known color: Tower Grey. HEX triplet: 9C, AD and A4. RGB value is (156,173,164). Sum of RGB (Red+Green+Blue) = 156+173+164=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 173 - color contains mainly: green. Hex color #9CADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CADA4 is #63525B. Grayscale: #A6A6A6. Windows color (decimal): -6509148 or 10792348. OLE color: 10792348.
HSL color Cylindrical-coordinate representation of color #9CADA4: hue angle of 148.24º 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 #9CADA4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 164 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.32 |
| HSL | 148.24º | 0.09% | 0.65% | - |
| HSV(B) | 148.24º | 0.1% | 0.68% | - |
| XYZ | 35.35 | 39.64 | 40.91 | - |
| YUV | 166.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 164 | 0.10 | 0 | 0.05 | 0.32 | 148.24 | 0.09 | 0.65 |
| Hex | 9C | AD | A4 | A | 0 | 5 | 20 | 94 | 9 | 41 |
| Octal | 234 | 255 | 244 | 12 | 0 | 5 | 40 | 224 | 11 | 101 |
| Binary | 10011100 | 10101101 | 10100100 | 1010 | 0 | 101 | 100000 | 10010100 | 1001 | 1000001 |
Color Harmonies of #9CADA4
Complementary color
Monochromatic Colors of #9CADA4
Black with #9CADA4
Text Example
Text Example
White with #9CADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CADA4; }
p { color: rgb(156,173,164); }
H1.HeaderClassName
{
color: #9CADA4;
}
.AnyTagClassName
{
color: #9CADA4;
}
</style>
background-color css
<style>
a { background-color: #9CADA4; }
a { background-color: rgb(156,173,164); }
div.DivClassName
{
background-color: #9CADA4;
}
.BgClassName
{
background-color: #9CADA4;
}
</style>
border-color css
<style>
span { border-color: #9CADA4; }
span { border-color: rgb(156,173,164); }
td.TdClassName
{
border-color: #9CADA4;
}
.TagClassName
{
border-color: #9CADA4;
}
</style>