Shades of Mischka #A0A4BA
Tints of Mischka #A0A4BA
RGB
CMYK
RGB Variations
Color information
#A0A4BA (or 0xA0A4BA) is known color: Mischka. HEX triplet: A0, A4 and BA. RGB value is (160,164,186). Sum of RGB (Red+Green+Blue) = 160+164+186=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #A0A4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A4BA is #5F5B45. Grayscale: #A5A5A5. Windows color (decimal): -6249286 or 12231840. OLE color: 12231840.
HSL color Cylindrical-coordinate representation of color #A0A4BA: hue angle of 230.77º 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 #A0A4BA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 164 | 186 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.27 |
| HSL | 230.77º | 0.16% | 0.68% | - |
| HSV(B) | 230.77º | 0.14% | 0.73% | - |
| XYZ | 36.64 | 37.57 | 51.78 | - |
| YUV | 165.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 186 | 0.14 | 0.12 | 0 | 0.27 | 230.77 | 0.16 | 0.68 |
| Hex | A0 | A4 | BA | E | C | 0 | 1B | E7 | 10 | 44 |
| Octal | 240 | 244 | 272 | 16 | 14 | 0 | 33 | 347 | 20 | 104 |
| Binary | 10100000 | 10100100 | 10111010 | 1110 | 1100 | 0 | 11011 | 11100111 | 10000 | 1000100 |
Color Harmonies of #A0A4BA
Complementary color
Monochromatic Colors of #A0A4BA
Black with #A0A4BA
Text Example
Text Example
White with #A0A4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A4BA; }
p { color: rgb(160,164,186); }
H1.HeaderClassName
{
color: #A0A4BA;
}
.AnyTagClassName
{
color: #A0A4BA;
}
</style>
background-color css
<style>
a { background-color: #A0A4BA; }
a { background-color: rgb(160,164,186); }
div.DivClassName
{
background-color: #A0A4BA;
}
.BgClassName
{
background-color: #A0A4BA;
}
</style>
border-color css
<style>
span { border-color: #A0A4BA; }
span { border-color: rgb(160,164,186); }
td.TdClassName
{
border-color: #A0A4BA;
}
.TagClassName
{
border-color: #A0A4BA;
}
</style>