Shades of Mischka #A9ADB6
Tints of Mischka #A9ADB6
RGB
CMYK
RGB Variations
Color information
#A9ADB6 (or 0xA9ADB6) is known color: Mischka. HEX triplet: A9, AD and B6. RGB value is (169,173,182). Sum of RGB (Red+Green+Blue) = 169+173+182=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #A9ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADB6 is #565249. Grayscale: #ACACAC. Windows color (decimal): -5657162 or 11972009. OLE color: 11972009.
HSL color Cylindrical-coordinate representation of color #A9ADB6: hue angle of 221.54º 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 #A9ADB6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 173 | 182 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.29 |
| HSL | 221.54º | 0.08% | 0.69% | - |
| HSV(B) | 221.54º | 0.07% | 0.71% | - |
| XYZ | 39.75 | 41.7 | 50.21 | - |
| YUV | 172.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 182 | 0.07 | 0.05 | 0 | 0.29 | 221.54 | 0.08 | 0.69 |
| Hex | A9 | AD | B6 | 7 | 5 | 0 | 1D | DE | 8 | 45 |
| Octal | 251 | 255 | 266 | 7 | 5 | 0 | 35 | 336 | 10 | 105 |
| Binary | 10101001 | 10101101 | 10110110 | 111 | 101 | 0 | 11101 | 11011110 | 1000 | 1000101 |
Color Harmonies of #A9ADB6
Complementary color
Monochromatic Colors of #A9ADB6
Black with #A9ADB6
Text Example
Text Example
White with #A9ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADB6; }
p { color: rgb(169,173,182); }
H1.HeaderClassName
{
color: #A9ADB6;
}
.AnyTagClassName
{
color: #A9ADB6;
}
</style>
background-color css
<style>
a { background-color: #A9ADB6; }
a { background-color: rgb(169,173,182); }
div.DivClassName
{
background-color: #A9ADB6;
}
.BgClassName
{
background-color: #A9ADB6;
}
</style>
border-color css
<style>
span { border-color: #A9ADB6; }
span { border-color: rgb(169,173,182); }
td.TdClassName
{
border-color: #A9ADB6;
}
.TagClassName
{
border-color: #A9ADB6;
}
</style>