Shades of Mischka #A9ADB5
Tints of Mischka #A9ADB5
RGB
CMYK
RGB Variations
Color information
#A9ADB5 (or 0xA9ADB5) is known color: Mischka. HEX triplet: A9, AD and B5. RGB value is (169,173,181). Sum of RGB (Red+Green+Blue) = 169+173+181=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #A9ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADB5 is #56524A. Grayscale: #ACACAC. Windows color (decimal): -5657163 or 11906473. OLE color: 11906473.
HSL color Cylindrical-coordinate representation of color #A9ADB5: hue angle of 220º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9ADB5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 173 | 181 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.29 |
| HSL | 220º | 0.08% | 0.69% | - |
| HSV(B) | 220º | 0.07% | 0.71% | - |
| XYZ | 39.65 | 41.66 | 49.67 | - |
| YUV | 172.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 181 | 0.07 | 0.04 | 0 | 0.29 | 220 | 0.08 | 0.69 |
| Hex | A9 | AD | B5 | 7 | 4 | 0 | 1D | DC | 8 | 45 |
| Octal | 251 | 255 | 265 | 7 | 4 | 0 | 35 | 334 | 10 | 105 |
| Binary | 10101001 | 10101101 | 10110101 | 111 | 100 | 0 | 11101 | 11011100 | 1000 | 1000101 |
Color Harmonies of #A9ADB5
Complementary color
Monochromatic Colors of #A9ADB5
Black with #A9ADB5
Text Example
Text Example
White with #A9ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADB5; }
p { color: rgb(169,173,181); }
H1.HeaderClassName
{
color: #A9ADB5;
}
.AnyTagClassName
{
color: #A9ADB5;
}
</style>
background-color css
<style>
a { background-color: #A9ADB5; }
a { background-color: rgb(169,173,181); }
div.DivClassName
{
background-color: #A9ADB5;
}
.BgClassName
{
background-color: #A9ADB5;
}
</style>
border-color css
<style>
span { border-color: #A9ADB5; }
span { border-color: rgb(169,173,181); }
td.TdClassName
{
border-color: #A9ADB5;
}
.TagClassName
{
border-color: #A9ADB5;
}
</style>