Shades of Tower Grey #9FADA7
Tints of Tower Grey #9FADA7
RGB
CMYK
RGB Variations
Color information
#9FADA7 (or 0x9FADA7) is known color: Tower Grey. HEX triplet: 9F, AD and A7. RGB value is (159,173,167). Sum of RGB (Red+Green+Blue) = 159+173+167=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA7 is #605258. Grayscale: #A8A8A8. Windows color (decimal): -6312537 or 10988959. OLE color: 10988959.
HSL color Cylindrical-coordinate representation of color #9FADA7: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FADA7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 167 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.32 |
| HSL | 154.29º | 0.08% | 0.65% | - |
| HSV(B) | 154.29º | 0.08% | 0.68% | - |
| XYZ | 36.22 | 40.05 | 42.38 | - |
| YUV | 168.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 167 | 0.08 | 0 | 0.03 | 0.32 | 154.29 | 0.08 | 0.65 |
| Hex | 9F | AD | A7 | 8 | 0 | 3 | 20 | 9A | 8 | 41 |
| Octal | 237 | 255 | 247 | 10 | 0 | 3 | 40 | 232 | 10 | 101 |
| Binary | 10011111 | 10101101 | 10100111 | 1000 | 0 | 11 | 100000 | 10011010 | 1000 | 1000001 |
Color Harmonies of #9FADA7
Complementary color
Monochromatic Colors of #9FADA7
Black with #9FADA7
Text Example
Text Example
White with #9FADA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADA7; }
p { color: rgb(159,173,167); }
H1.HeaderClassName
{
color: #9FADA7;
}
.AnyTagClassName
{
color: #9FADA7;
}
</style>
background-color css
<style>
a { background-color: #9FADA7; }
a { background-color: rgb(159,173,167); }
div.DivClassName
{
background-color: #9FADA7;
}
.BgClassName
{
background-color: #9FADA7;
}
</style>
border-color css
<style>
span { border-color: #9FADA7; }
span { border-color: rgb(159,173,167); }
td.TdClassName
{
border-color: #9FADA7;
}
.TagClassName
{
border-color: #9FADA7;
}
</style>