Shades of Mischka #A6ADBA
Tints of Mischka #A6ADBA
RGB
CMYK
RGB Variations
Color information
#A6ADBA (or 0xA6ADBA) is known color: Mischka. HEX triplet: A6, AD and BA. RGB value is (166,173,186). Sum of RGB (Red+Green+Blue) = 166+173+186=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #A6ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADBA is #595245. Grayscale: #ACACAC. Windows color (decimal): -5853766 or 12234150. OLE color: 12234150.
HSL color Cylindrical-coordinate representation of color #A6ADBA: hue angle of 219º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6ADBA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 173 | 186 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.27 |
| HSL | 219º | 0.13% | 0.69% | - |
| HSV(B) | 219º | 0.11% | 0.73% | - |
| XYZ | 39.53 | 41.54 | 52.39 | - |
| YUV | 172.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 186 | 0.11 | 0.07 | 0 | 0.27 | 219 | 0.13 | 0.69 |
| Hex | A6 | AD | BA | B | 7 | 0 | 1B | DB | D | 45 |
| Octal | 246 | 255 | 272 | 13 | 7 | 0 | 33 | 333 | 15 | 105 |
| Binary | 10100110 | 10101101 | 10111010 | 1011 | 111 | 0 | 11011 | 11011011 | 1101 | 1000101 |
Color Harmonies of #A6ADBA
Complementary color
Monochromatic Colors of #A6ADBA
Black with #A6ADBA
Text Example
Text Example
White with #A6ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ADBA; }
p { color: rgb(166,173,186); }
H1.HeaderClassName
{
color: #A6ADBA;
}
.AnyTagClassName
{
color: #A6ADBA;
}
</style>
background-color css
<style>
a { background-color: #A6ADBA; }
a { background-color: rgb(166,173,186); }
div.DivClassName
{
background-color: #A6ADBA;
}
.BgClassName
{
background-color: #A6ADBA;
}
</style>
border-color css
<style>
span { border-color: #A6ADBA; }
span { border-color: rgb(166,173,186); }
td.TdClassName
{
border-color: #A6ADBA;
}
.TagClassName
{
border-color: #A6ADBA;
}
</style>