Shades of Mischka #9CA2AD
Tints of Mischka #9CA2AD
RGB
CMYK
RGB Variations
Color information
#9CA2AD (or 0x9CA2AD) is known color: Mischka. HEX triplet: 9C, A2 and AD. RGB value is (156,162,173). Sum of RGB (Red+Green+Blue) = 156+162+173=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #9CA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA2AD is #635D52. Grayscale: #A1A1A1. Windows color (decimal): -6511955 or 11379356. OLE color: 11379356.
HSL color Cylindrical-coordinate representation of color #9CA2AD: hue angle of 218.82º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA2AD is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 162 | 173 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.32 |
| HSL | 218.82º | 0.09% | 0.65% | - |
| HSV(B) | 218.82º | 0.1% | 0.68% | - |
| XYZ | 34.17 | 35.93 | 44.67 | - |
| YUV | 161.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 173 | 0.10 | 0.06 | 0 | 0.32 | 218.82 | 0.09 | 0.65 |
| Hex | 9C | A2 | AD | A | 6 | 0 | 20 | DB | 9 | 41 |
| Octal | 234 | 242 | 255 | 12 | 6 | 0 | 40 | 333 | 11 | 101 |
| Binary | 10011100 | 10100010 | 10101101 | 1010 | 110 | 0 | 100000 | 11011011 | 1001 | 1000001 |
Color Harmonies of #9CA2AD
Complementary color
Monochromatic Colors of #9CA2AD
Black with #9CA2AD
Text Example
Text Example
White with #9CA2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA2AD; }
p { color: rgb(156,162,173); }
H1.HeaderClassName
{
color: #9CA2AD;
}
.AnyTagClassName
{
color: #9CA2AD;
}
</style>
background-color css
<style>
a { background-color: #9CA2AD; }
a { background-color: rgb(156,162,173); }
div.DivClassName
{
background-color: #9CA2AD;
}
.BgClassName
{
background-color: #9CA2AD;
}
</style>
border-color css
<style>
span { border-color: #9CA2AD; }
span { border-color: rgb(156,162,173); }
td.TdClassName
{
border-color: #9CA2AD;
}
.TagClassName
{
border-color: #9CA2AD;
}
</style>