Shades of Tower Grey #9FA7A4
Tints of Tower Grey #9FA7A4
RGB
CMYK
RGB Variations
Color information
#9FA7A4 (or 0x9FA7A4) is known color: Tower Grey. HEX triplet: 9F, A7 and A4. RGB value is (159,167,164). Sum of RGB (Red+Green+Blue) = 159+167+164=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA7A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA7A4 is #60585B. Grayscale: #A4A4A4. Windows color (decimal): -6314076 or 10790815. OLE color: 10790815.
HSL color Cylindrical-coordinate representation of color #9FA7A4: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9FA7A4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 167 | 164 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.35 |
| HSL | 157.5º | 0.04% | 0.64% | - |
| HSV(B) | 157.5º | 0.05% | 0.65% | - |
| XYZ | 34.82 | 37.69 | 40.56 | - |
| YUV | 164.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 167 | 164 | 0.05 | 0 | 0.02 | 0.35 | 157.5 | 0.04 | 0.64 |
| Hex | 9F | A7 | A4 | 5 | 0 | 2 | 23 | 9E | 4 | 40 |
| Octal | 237 | 247 | 244 | 5 | 0 | 2 | 43 | 236 | 4 | 100 |
| Binary | 10011111 | 10100111 | 10100100 | 101 | 0 | 10 | 100011 | 10011110 | 100 | 1000000 |
Color Harmonies of #9FA7A4
Complementary color
Monochromatic Colors of #9FA7A4
Black with #9FA7A4
Text Example
Text Example
White with #9FA7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA7A4; }
p { color: rgb(159,167,164); }
H1.HeaderClassName
{
color: #9FA7A4;
}
.AnyTagClassName
{
color: #9FA7A4;
}
</style>
background-color css
<style>
a { background-color: #9FA7A4; }
a { background-color: rgb(159,167,164); }
div.DivClassName
{
background-color: #9FA7A4;
}
.BgClassName
{
background-color: #9FA7A4;
}
</style>
border-color css
<style>
span { border-color: #9FA7A4; }
span { border-color: rgb(159,167,164); }
td.TdClassName
{
border-color: #9FA7A4;
}
.TagClassName
{
border-color: #9FA7A4;
}
</style>