Shades of Tower Grey #9A9F9D
Tints of Tower Grey #9A9F9D
RGB
CMYK
RGB Variations
Color information
#9A9F9D (or 0x9A9F9D) is known color: Tower Grey. HEX triplet: 9A, 9F and 9D. RGB value is (154,159,157). Sum of RGB (Red+Green+Blue) = 154+159+157=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9F9D is #656062. Grayscale: #9D9D9D. Windows color (decimal): -6643811 or 10330010. OLE color: 10330010.
HSL color Cylindrical-coordinate representation of color #9A9F9D: hue angle of 156º degrees, saturation: 0.03, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9F9D is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 159 | 157 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.38 |
| HSL | 156º | 0.03% | 0.61% | - |
| HSV(B) | 156º | 0.03% | 0.62% | - |
| XYZ | 31.81 | 34.1 | 36.8 | - |
| YUV | 157.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 159 | 157 | 0.03 | 0 | 0.01 | 0.38 | 156 | 0.03 | 0.61 |
| Hex | 9A | 9F | 9D | 3 | 0 | 1 | 26 | 9C | 3 | 3D |
| Octal | 232 | 237 | 235 | 3 | 0 | 1 | 46 | 234 | 3 | 75 |
| Binary | 10011010 | 10011111 | 10011101 | 11 | 0 | 1 | 100110 | 10011100 | 11 | 111101 |
Color Harmonies of #9A9F9D
Complementary color
Monochromatic Colors of #9A9F9D
Black with #9A9F9D
Text Example
Text Example
White with #9A9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9F9D; }
p { color: rgb(154,159,157); }
H1.HeaderClassName
{
color: #9A9F9D;
}
.AnyTagClassName
{
color: #9A9F9D;
}
</style>
background-color css
<style>
a { background-color: #9A9F9D; }
a { background-color: rgb(154,159,157); }
div.DivClassName
{
background-color: #9A9F9D;
}
.BgClassName
{
background-color: #9A9F9D;
}
</style>
border-color css
<style>
span { border-color: #9A9F9D; }
span { border-color: rgb(154,159,157); }
td.TdClassName
{
border-color: #9A9F9D;
}
.TagClassName
{
border-color: #9A9F9D;
}
</style>