Shades of Mischka #9FA1AB
Tints of Mischka #9FA1AB
RGB
CMYK
RGB Variations
Color information
#9FA1AB (or 0x9FA1AB) is known color: Mischka. HEX triplet: 9F, A1 and AB. RGB value is (159,161,171). Sum of RGB (Red+Green+Blue) = 159+161+171=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #9FA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA1AB is #605E54. Grayscale: #A1A1A1. Windows color (decimal): -6315605 or 11248031. OLE color: 11248031.
HSL color Cylindrical-coordinate representation of color #9FA1AB: hue angle of 230º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9FA1AB is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 161 | 171 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.33 |
| HSL | 230º | 0.07% | 0.65% | - |
| HSV(B) | 230º | 0.07% | 0.67% | - |
| XYZ | 34.39 | 35.8 | 43.63 | - |
| YUV | 161.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 171 | 0.07 | 0.06 | 0 | 0.33 | 230 | 0.07 | 0.65 |
| Hex | 9F | A1 | AB | 7 | 6 | 0 | 21 | E6 | 7 | 41 |
| Octal | 237 | 241 | 253 | 7 | 6 | 0 | 41 | 346 | 7 | 101 |
| Binary | 10011111 | 10100001 | 10101011 | 111 | 110 | 0 | 100001 | 11100110 | 111 | 1000001 |
Color Harmonies of #9FA1AB
Complementary color
Monochromatic Colors of #9FA1AB
Black with #9FA1AB
Text Example
Text Example
White with #9FA1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1AB; }
p { color: rgb(159,161,171); }
H1.HeaderClassName
{
color: #9FA1AB;
}
.AnyTagClassName
{
color: #9FA1AB;
}
</style>
background-color css
<style>
a { background-color: #9FA1AB; }
a { background-color: rgb(159,161,171); }
div.DivClassName
{
background-color: #9FA1AB;
}
.BgClassName
{
background-color: #9FA1AB;
}
</style>
border-color css
<style>
span { border-color: #9FA1AB; }
span { border-color: rgb(159,161,171); }
td.TdClassName
{
border-color: #9FA1AB;
}
.TagClassName
{
border-color: #9FA1AB;
}
</style>