Shades of Tower Grey #9FADA4
Tints of Tower Grey #9FADA4
RGB
CMYK
RGB Variations
Color information
#9FADA4 (or 0x9FADA4) is known color: Tower Grey. HEX triplet: 9F, AD and A4. RGB value is (159,173,164). Sum of RGB (Red+Green+Blue) = 159+173+164=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 173 - color contains mainly: green. Hex color #9FADA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FADA4 is #60525B. Grayscale: #A7A7A7. Windows color (decimal): -6312540 or 10792351. OLE color: 10792351.
HSL color Cylindrical-coordinate representation of color #9FADA4: hue angle of 141.43º 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 #9FADA4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
RGB | 159 | 173 | 164 | - |
CMYK | 0.08 | 0 | 0.05 | 0.32 |
HSL | 141.43º | 0.08% | 0.65% | - |
HSV(B) | 141.43º | 0.08% | 0.68% | - |
XYZ | 35.94 | 39.94 | 40.94 | - |
YUV | 167.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 173 | 164 | 0.08 | 0 | 0.05 | 0.32 | 141.43 | 0.08 | 0.65 |
Hex | 9F | AD | A4 | 8 | 0 | 5 | 20 | 8D | 8 | 41 |
Octal | 237 | 255 | 244 | 10 | 0 | 5 | 40 | 215 | 10 | 101 |
Binary | 10011111 | 10101101 | 10100100 | 1000 | 0 | 101 | 100000 | 10001101 | 1000 | 1000001 |
Color Harmonies of #9FADA4
Complementary color
Monochromatic Colors of #9FADA4
Black with #9FADA4
Text Example
Text Example
White with #9FADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FADA4; }
p { color: rgb(159,173,164); }
H1.HeaderClassName
{
color: #9FADA4;
}
.AnyTagClassName
{
color: #9FADA4;
}
</style>
background-color css
<style>
a { background-color: #9FADA4; }
a { background-color: rgb(159,173,164); }
div.DivClassName
{
background-color: #9FADA4;
}
.BgClassName
{
background-color: #9FADA4;
}
</style>
border-color css
<style>
span { border-color: #9FADA4; }
span { border-color: rgb(159,173,164); }
td.TdClassName
{
border-color: #9FADA4;
}
.TagClassName
{
border-color: #9FADA4;
}
</style>