Shades of Hit Grey #9FA8A7
Tints of Hit Grey #9FA8A7
RGB
CMYK
RGB Variations
Color information
#9FA8A7 (or 0x9FA8A7) is known color: Hit Grey. HEX triplet: 9F, A8 and A7. RGB value is (159,168,167). Sum of RGB (Red+Green+Blue) = 159+168+167=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA8A7 is #605758. Grayscale: #A5A5A5. Windows color (decimal): -6313817 or 10987679. OLE color: 10987679.
HSL color Cylindrical-coordinate representation of color #9FA8A7: hue angle of 173.33º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9FA8A7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 159 | 168 | 167 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.34 |
| HSL | 173.33º | 0.05% | 0.64% | - |
| HSV(B) | 173.33º | 0.05% | 0.66% | - |
| XYZ | 35.28 | 38.17 | 42.07 | - |
| YUV | 165.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 168 | 167 | 0.05 | 0 | 0.01 | 0.34 | 173.33 | 0.05 | 0.64 |
| Hex | 9F | A8 | A7 | 5 | 0 | 1 | 22 | AD | 5 | 40 |
| Octal | 237 | 250 | 247 | 5 | 0 | 1 | 42 | 255 | 5 | 100 |
| Binary | 10011111 | 10101000 | 10100111 | 101 | 0 | 1 | 100010 | 10101101 | 101 | 1000000 |
Color Harmonies of #9FA8A7
Complementary color
Monochromatic Colors of #9FA8A7
Black with #9FA8A7
Text Example
Text Example
White with #9FA8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA8A7; }
p { color: rgb(159,168,167); }
H1.HeaderClassName
{
color: #9FA8A7;
}
.AnyTagClassName
{
color: #9FA8A7;
}
</style>
background-color css
<style>
a { background-color: #9FA8A7; }
a { background-color: rgb(159,168,167); }
div.DivClassName
{
background-color: #9FA8A7;
}
.BgClassName
{
background-color: #9FA8A7;
}
</style>
border-color css
<style>
span { border-color: #9FA8A7; }
span { border-color: rgb(159,168,167); }
td.TdClassName
{
border-color: #9FA8A7;
}
.TagClassName
{
border-color: #9FA8A7;
}
</style>