Shades of Mischka #A6AEBC
Tints of Mischka #A6AEBC
RGB
CMYK
RGB Variations
Color information
#A6AEBC (or 0xA6AEBC) is known color: Mischka. HEX triplet: A6, AE and BC. RGB value is (166,174,188). Sum of RGB (Red+Green+Blue) = 166+174+188=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AEBC is #595143. Grayscale: #ADADAD. Windows color (decimal): -5853508 or 12365478. OLE color: 12365478.
HSL color Cylindrical-coordinate representation of color #A6AEBC: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6AEBC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 174 | 188 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.26 |
| HSL | 218.18º | 0.14% | 0.69% | - |
| HSV(B) | 218.18º | 0.12% | 0.74% | - |
| XYZ | 39.94 | 42.01 | 53.58 | - |
| YUV | 173.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 188 | 0.12 | 0.07 | 0 | 0.26 | 218.18 | 0.14 | 0.69 |
| Hex | A6 | AE | BC | C | 7 | 0 | 1A | DA | E | 45 |
| Octal | 246 | 256 | 274 | 14 | 7 | 0 | 32 | 332 | 16 | 105 |
| Binary | 10100110 | 10101110 | 10111100 | 1100 | 111 | 0 | 11010 | 11011010 | 1110 | 1000101 |
Color Harmonies of #A6AEBC
Complementary color
Monochromatic Colors of #A6AEBC
Black with #A6AEBC
Text Example
Text Example
White with #A6AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AEBC; }
p { color: rgb(166,174,188); }
H1.HeaderClassName
{
color: #A6AEBC;
}
.AnyTagClassName
{
color: #A6AEBC;
}
</style>
background-color css
<style>
a { background-color: #A6AEBC; }
a { background-color: rgb(166,174,188); }
div.DivClassName
{
background-color: #A6AEBC;
}
.BgClassName
{
background-color: #A6AEBC;
}
</style>
border-color css
<style>
span { border-color: #A6AEBC; }
span { border-color: rgb(166,174,188); }
td.TdClassName
{
border-color: #A6AEBC;
}
.TagClassName
{
border-color: #A6AEBC;
}
</style>