Shades of Mischka #9EA0AA
Tints of Mischka #9EA0AA
RGB
CMYK
RGB Variations
Color information
#9EA0AA (or 0x9EA0AA) is known color: Mischka. HEX triplet: 9E, A0 and AA. RGB value is (158,160,170). Sum of RGB (Red+Green+Blue) = 158+160+170=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 170 - color contains mainly: blue. Hex color #9EA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA0AA is #615F55. Grayscale: #A0A0A0. Windows color (decimal): -6381398 or 11182238. OLE color: 11182238.
HSL color Cylindrical-coordinate representation of color #9EA0AA: hue angle of 230º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA0AA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 160 | 170 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.33 |
| HSL | 230º | 0.07% | 0.64% | - |
| HSV(B) | 230º | 0.07% | 0.67% | - |
| XYZ | 33.93 | 35.31 | 43.06 | - |
| YUV | 160.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 160 | 170 | 0.07 | 0.06 | 0 | 0.33 | 230 | 0.07 | 0.64 |
| Hex | 9E | A0 | AA | 7 | 6 | 0 | 21 | E6 | 7 | 40 |
| Octal | 236 | 240 | 252 | 7 | 6 | 0 | 41 | 346 | 7 | 100 |
| Binary | 10011110 | 10100000 | 10101010 | 111 | 110 | 0 | 100001 | 11100110 | 111 | 1000000 |
Color Harmonies of #9EA0AA
Complementary color
Monochromatic Colors of #9EA0AA
Black with #9EA0AA
Text Example
Text Example
White with #9EA0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA0AA; }
p { color: rgb(158,160,170); }
H1.HeaderClassName
{
color: #9EA0AA;
}
.AnyTagClassName
{
color: #9EA0AA;
}
</style>
background-color css
<style>
a { background-color: #9EA0AA; }
a { background-color: rgb(158,160,170); }
div.DivClassName
{
background-color: #9EA0AA;
}
.BgClassName
{
background-color: #9EA0AA;
}
</style>
border-color css
<style>
span { border-color: #9EA0AA; }
span { border-color: rgb(158,160,170); }
td.TdClassName
{
border-color: #9EA0AA;
}
.TagClassName
{
border-color: #9EA0AA;
}
</style>