Shades of Mischka #A0A3AD
Tints of Mischka #A0A3AD
RGB
CMYK
RGB Variations
Color information
#A0A3AD (or 0xA0A3AD) is known color: Mischka. HEX triplet: A0, A3 and AD. RGB value is (160,163,173). Sum of RGB (Red+Green+Blue) = 160+163+173=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0A3AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A3AD is #5F5C52. Grayscale: #A3A3A3. Windows color (decimal): -6249555 or 11379616. OLE color: 11379616.
HSL color Cylindrical-coordinate representation of color #A0A3AD: hue angle of 226.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0A3AD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 163 | 173 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.32 |
| HSL | 226.15º | 0.07% | 0.65% | - |
| HSV(B) | 226.15º | 0.08% | 0.68% | - |
| XYZ | 35.14 | 36.69 | 44.76 | - |
| YUV | 163.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 173 | 0.08 | 0.06 | 0 | 0.32 | 226.15 | 0.07 | 0.65 |
| Hex | A0 | A3 | AD | 8 | 6 | 0 | 20 | E2 | 7 | 41 |
| Octal | 240 | 243 | 255 | 10 | 6 | 0 | 40 | 342 | 7 | 101 |
| Binary | 10100000 | 10100011 | 10101101 | 1000 | 110 | 0 | 100000 | 11100010 | 111 | 1000001 |
Color Harmonies of #A0A3AD
Complementary color
Monochromatic Colors of #A0A3AD
Black with #A0A3AD
Text Example
Text Example
White with #A0A3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A3AD; }
p { color: rgb(160,163,173); }
H1.HeaderClassName
{
color: #A0A3AD;
}
.AnyTagClassName
{
color: #A0A3AD;
}
</style>
background-color css
<style>
a { background-color: #A0A3AD; }
a { background-color: rgb(160,163,173); }
div.DivClassName
{
background-color: #A0A3AD;
}
.BgClassName
{
background-color: #A0A3AD;
}
</style>
border-color css
<style>
span { border-color: #A0A3AD; }
span { border-color: rgb(160,163,173); }
td.TdClassName
{
border-color: #A0A3AD;
}
.TagClassName
{
border-color: #A0A3AD;
}
</style>