Shades of Tower Grey #9FAEA7
Tints of Tower Grey #9FAEA7
RGB
CMYK
RGB Variations
Color information
#9FAEA7 (or 0x9FAEA7) is known color: Tower Grey. HEX triplet: 9F, AE and A7. RGB value is (159,174,167). Sum of RGB (Red+Green+Blue) = 159+174+167=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAEA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAEA7 is #605158. Grayscale: #A8A8A8. Windows color (decimal): -6312281 or 10989215. OLE color: 10989215.
HSL color Cylindrical-coordinate representation of color #9FAEA7: hue angle of 152º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAEA7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 167 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.32 |
| HSL | 152º | 0.08% | 0.65% | - |
| HSV(B) | 152º | 0.09% | 0.68% | - |
| XYZ | 36.41 | 40.43 | 42.44 | - |
| YUV | 168.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 167 | 0.09 | 0 | 0.04 | 0.32 | 152 | 0.08 | 0.65 |
| Hex | 9F | AE | A7 | 9 | 0 | 4 | 20 | 98 | 8 | 41 |
| Octal | 237 | 256 | 247 | 11 | 0 | 4 | 40 | 230 | 10 | 101 |
| Binary | 10011111 | 10101110 | 10100111 | 1001 | 0 | 100 | 100000 | 10011000 | 1000 | 1000001 |
Color Harmonies of #9FAEA7
Complementary color
Monochromatic Colors of #9FAEA7
Black with #9FAEA7
Text Example
Text Example
White with #9FAEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAEA7; }
p { color: rgb(159,174,167); }
H1.HeaderClassName
{
color: #9FAEA7;
}
.AnyTagClassName
{
color: #9FAEA7;
}
</style>
background-color css
<style>
a { background-color: #9FAEA7; }
a { background-color: rgb(159,174,167); }
div.DivClassName
{
background-color: #9FAEA7;
}
.BgClassName
{
background-color: #9FAEA7;
}
</style>
border-color css
<style>
span { border-color: #9FAEA7; }
span { border-color: rgb(159,174,167); }
td.TdClassName
{
border-color: #9FAEA7;
}
.TagClassName
{
border-color: #9FAEA7;
}
</style>