Shades of Hit Grey #9FA6A5
Tints of Hit Grey #9FA6A5
RGB
CMYK
RGB Variations
Color information
#9FA6A5 (or 0x9FA6A5) is known color: Hit Grey. HEX triplet: 9F, A6 and A5. RGB value is (159,166,165). Sum of RGB (Red+Green+Blue) = 159+166+165=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA6A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA6A5 is #60595A. Grayscale: #A3A3A3. Windows color (decimal): -6314331 or 10856095. OLE color: 10856095.
HSL color Cylindrical-coordinate representation of color #9FA6A5: hue angle of 171.43º degrees, saturation: 0.04, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9FA6A5 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 165 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.35 |
| HSL | 171.43º | 0.04% | 0.64% | - |
| HSV(B) | 171.43º | 0.04% | 0.65% | - |
| XYZ | 34.73 | 37.36 | 40.98 | - |
| YUV | 163.79 | 128.68 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 165 | 0.04 | 0 | 0.01 | 0.35 | 171.43 | 0.04 | 0.64 |
| Hex | 9F | A6 | A5 | 4 | 0 | 1 | 23 | AB | 4 | 40 |
| Octal | 237 | 246 | 245 | 4 | 0 | 1 | 43 | 253 | 4 | 100 |
| Binary | 10011111 | 10100110 | 10100101 | 100 | 0 | 1 | 100011 | 10101011 | 100 | 1000000 |
Color Harmonies of #9FA6A5
Complementary color
Monochromatic Colors of #9FA6A5
Black with #9FA6A5
Text Example
Text Example
White with #9FA6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA6A5; }
p { color: rgb(159,166,165); }
H1.HeaderClassName
{
color: #9FA6A5;
}
.AnyTagClassName
{
color: #9FA6A5;
}
</style>
background-color css
<style>
a { background-color: #9FA6A5; }
a { background-color: rgb(159,166,165); }
div.DivClassName
{
background-color: #9FA6A5;
}
.BgClassName
{
background-color: #9FA6A5;
}
</style>
border-color css
<style>
span { border-color: #9FA6A5; }
span { border-color: rgb(159,166,165); }
td.TdClassName
{
border-color: #9FA6A5;
}
.TagClassName
{
border-color: #9FA6A5;
}
</style>