Shades of Mischka #A9ADB2
Tints of Mischka #A9ADB2
RGB
CMYK
RGB Variations
Color information
#A9ADB2 (or 0xA9ADB2) is known color: Mischka. HEX triplet: A9, AD and B2. RGB value is (169,173,178). Sum of RGB (Red+Green+Blue) = 169+173+178=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 178 - color contains mainly: blue. Hex color #A9ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ADB2 is #56524D. Grayscale: #ACACAC. Windows color (decimal): -5657166 or 11709865. OLE color: 11709865.
HSL color Cylindrical-coordinate representation of color #A9ADB2: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A9ADB2 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 173 | 178 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.30 |
| HSL | 213.33º | 0.06% | 0.68% | - |
| HSV(B) | 213.33º | 0.05% | 0.7% | - |
| XYZ | 39.34 | 41.54 | 48.06 | - |
| YUV | 172.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 178 | 0.05 | 0.03 | 0 | 0.30 | 213.33 | 0.06 | 0.68 |
| Hex | A9 | AD | B2 | 5 | 3 | 0 | 1E | D5 | 6 | 44 |
| Octal | 251 | 255 | 262 | 5 | 3 | 0 | 36 | 325 | 6 | 104 |
| Binary | 10101001 | 10101101 | 10110010 | 101 | 11 | 0 | 11110 | 11010101 | 110 | 1000100 |
Color Harmonies of #A9ADB2
Complementary color
Monochromatic Colors of #A9ADB2
Black with #A9ADB2
Text Example
Text Example
White with #A9ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADB2; }
p { color: rgb(169,173,178); }
H1.HeaderClassName
{
color: #A9ADB2;
}
.AnyTagClassName
{
color: #A9ADB2;
}
</style>
background-color css
<style>
a { background-color: #A9ADB2; }
a { background-color: rgb(169,173,178); }
div.DivClassName
{
background-color: #A9ADB2;
}
.BgClassName
{
background-color: #A9ADB2;
}
</style>
border-color css
<style>
span { border-color: #A9ADB2; }
span { border-color: rgb(169,173,178); }
td.TdClassName
{
border-color: #A9ADB2;
}
.TagClassName
{
border-color: #A9ADB2;
}
</style>