Shades of Mischka #A0A9BE
Tints of Mischka #A0A9BE
RGB
CMYK
RGB Variations
Color information
#A0A9BE (or 0xA0A9BE) is known color: Mischka. HEX triplet: A0, A9 and BE. RGB value is (160,169,190). Sum of RGB (Red+Green+Blue) = 160+169+190=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A9BE is #5F5641. Grayscale: #A8A8A8. Windows color (decimal): -6248002 or 12495264. OLE color: 12495264.
HSL color Cylindrical-coordinate representation of color #A0A9BE: hue angle of 222º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0A9BE is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 169 | 190 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.25 |
| HSL | 222º | 0.19% | 0.69% | - |
| HSV(B) | 222º | 0.16% | 0.75% | - |
| XYZ | 37.98 | 39.57 | 54.35 | - |
| YUV | 168.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 190 | 0.16 | 0.11 | 0 | 0.25 | 222 | 0.19 | 0.69 |
| Hex | A0 | A9 | BE | 10 | B | 0 | 19 | DE | 13 | 45 |
| Octal | 240 | 251 | 276 | 20 | 13 | 0 | 31 | 336 | 23 | 105 |
| Binary | 10100000 | 10101001 | 10111110 | 10000 | 1011 | 0 | 11001 | 11011110 | 10011 | 1000101 |
Color Harmonies of #A0A9BE
Complementary color
Monochromatic Colors of #A0A9BE
Black with #A0A9BE
Text Example
Text Example
White with #A0A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A9BE; }
p { color: rgb(160,169,190); }
H1.HeaderClassName
{
color: #A0A9BE;
}
.AnyTagClassName
{
color: #A0A9BE;
}
</style>
background-color css
<style>
a { background-color: #A0A9BE; }
a { background-color: rgb(160,169,190); }
div.DivClassName
{
background-color: #A0A9BE;
}
.BgClassName
{
background-color: #A0A9BE;
}
</style>
border-color css
<style>
span { border-color: #A0A9BE; }
span { border-color: rgb(160,169,190); }
td.TdClassName
{
border-color: #A0A9BE;
}
.TagClassName
{
border-color: #A0A9BE;
}
</style>