Shades of Mischka #A0ADBC
Tints of Mischka #A0ADBC
RGB
CMYK
RGB Variations
Color information
#A0ADBC (or 0xA0ADBC) is known color: Mischka. HEX triplet: A0, AD and BC. RGB value is (160,173,188). Sum of RGB (Red+Green+Blue) = 160+173+188=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #A0ADBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ADBC is #5F5243. Grayscale: #AAAAAA. Windows color (decimal): -6246980 or 12365216. OLE color: 12365216.
HSL color Cylindrical-coordinate representation of color #A0ADBC: hue angle of 212.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0ADBC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 173 | 188 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.26 |
| HSL | 212.14º | 0.17% | 0.68% | - |
| HSV(B) | 212.14º | 0.15% | 0.74% | - |
| XYZ | 38.52 | 40.99 | 53.46 | - |
| YUV | 170.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 188 | 0.15 | 0.08 | 0 | 0.26 | 212.14 | 0.17 | 0.68 |
| Hex | A0 | AD | BC | F | 8 | 0 | 1A | D4 | 11 | 44 |
| Octal | 240 | 255 | 274 | 17 | 10 | 0 | 32 | 324 | 21 | 104 |
| Binary | 10100000 | 10101101 | 10111100 | 1111 | 1000 | 0 | 11010 | 11010100 | 10001 | 1000100 |
Color Harmonies of #A0ADBC
Complementary color
Monochromatic Colors of #A0ADBC
Black with #A0ADBC
Text Example
Text Example
White with #A0ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ADBC; }
p { color: rgb(160,173,188); }
H1.HeaderClassName
{
color: #A0ADBC;
}
.AnyTagClassName
{
color: #A0ADBC;
}
</style>
background-color css
<style>
a { background-color: #A0ADBC; }
a { background-color: rgb(160,173,188); }
div.DivClassName
{
background-color: #A0ADBC;
}
.BgClassName
{
background-color: #A0ADBC;
}
</style>
border-color css
<style>
span { border-color: #A0ADBC; }
span { border-color: rgb(160,173,188); }
td.TdClassName
{
border-color: #A0ADBC;
}
.TagClassName
{
border-color: #A0ADBC;
}
</style>