Shades of Mischka #A0A5AD
Tints of Mischka #A0A5AD
RGB
CMYK
RGB Variations
Color information
#A0A5AD (or 0xA0A5AD) is known color: Mischka. HEX triplet: A0, A5 and AD. RGB value is (160,165,173). Sum of RGB (Red+Green+Blue) = 160+165+173=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #A0A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A5AD is #5F5A52. Grayscale: #A4A4A4. Windows color (decimal): -6249043 or 11380128. OLE color: 11380128.
HSL color Cylindrical-coordinate representation of color #A0A5AD: hue angle of 216.92º 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 #A0A5AD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 165 | 173 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.32 |
| HSL | 216.92º | 0.07% | 0.65% | - |
| HSV(B) | 216.92º | 0.08% | 0.68% | - |
| XYZ | 35.5 | 37.4 | 44.88 | - |
| YUV | 164.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 173 | 0.08 | 0.05 | 0 | 0.32 | 216.92 | 0.07 | 0.65 |
| Hex | A0 | A5 | AD | 8 | 5 | 0 | 20 | D9 | 7 | 41 |
| Octal | 240 | 245 | 255 | 10 | 5 | 0 | 40 | 331 | 7 | 101 |
| Binary | 10100000 | 10100101 | 10101101 | 1000 | 101 | 0 | 100000 | 11011001 | 111 | 1000001 |
Color Harmonies of #A0A5AD
Complementary color
Monochromatic Colors of #A0A5AD
Black with #A0A5AD
Text Example
Text Example
White with #A0A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A5AD; }
p { color: rgb(160,165,173); }
H1.HeaderClassName
{
color: #A0A5AD;
}
.AnyTagClassName
{
color: #A0A5AD;
}
</style>
background-color css
<style>
a { background-color: #A0A5AD; }
a { background-color: rgb(160,165,173); }
div.DivClassName
{
background-color: #A0A5AD;
}
.BgClassName
{
background-color: #A0A5AD;
}
</style>
border-color css
<style>
span { border-color: #A0A5AD; }
span { border-color: rgb(160,165,173); }
td.TdClassName
{
border-color: #A0A5AD;
}
.TagClassName
{
border-color: #A0A5AD;
}
</style>