Shades of Mischka #A0A9BA
Tints of Mischka #A0A9BA
RGB
CMYK
RGB Variations
Color information
#A0A9BA (or 0xA0A9BA) is known color: Mischka. HEX triplet: A0, A9 and BA. RGB value is (160,169,186). Sum of RGB (Red+Green+Blue) = 160+169+186=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A9BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9BA is #5F5645. Grayscale: #A8A8A8. Windows color (decimal): -6248006 or 12233120. OLE color: 12233120.
HSL color Cylindrical-coordinate representation of color #A0A9BA: hue angle of 219.23º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0A9BA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 169 | 186 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.27 |
| HSL | 219.23º | 0.16% | 0.68% | - |
| HSV(B) | 219.23º | 0.14% | 0.73% | - |
| XYZ | 37.55 | 39.39 | 52.08 | - |
| YUV | 168.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 186 | 0.14 | 0.09 | 0 | 0.27 | 219.23 | 0.16 | 0.68 |
| Hex | A0 | A9 | BA | E | 9 | 0 | 1B | DB | 10 | 44 |
| Octal | 240 | 251 | 272 | 16 | 11 | 0 | 33 | 333 | 20 | 104 |
| Binary | 10100000 | 10101001 | 10111010 | 1110 | 1001 | 0 | 11011 | 11011011 | 10000 | 1000100 |
Color Harmonies of #A0A9BA
Complementary color
Monochromatic Colors of #A0A9BA
Black with #A0A9BA
Text Example
Text Example
White with #A0A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A9BA; }
p { color: rgb(160,169,186); }
H1.HeaderClassName
{
color: #A0A9BA;
}
.AnyTagClassName
{
color: #A0A9BA;
}
</style>
background-color css
<style>
a { background-color: #A0A9BA; }
a { background-color: rgb(160,169,186); }
div.DivClassName
{
background-color: #A0A9BA;
}
.BgClassName
{
background-color: #A0A9BA;
}
</style>
border-color css
<style>
span { border-color: #A0A9BA; }
span { border-color: rgb(160,169,186); }
td.TdClassName
{
border-color: #A0A9BA;
}
.TagClassName
{
border-color: #A0A9BA;
}
</style>