Shades of Mischka #A6AFBC
Tints of Mischka #A6AFBC
RGB
CMYK
RGB Variations
Color information
#A6AFBC (or 0xA6AFBC) is known color: Mischka. HEX triplet: A6, AF and BC. RGB value is (166,175,188). Sum of RGB (Red+Green+Blue) = 166+175+188=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFBC is #595043. Grayscale: #ADADAD. Windows color (decimal): -5853252 or 12365734. OLE color: 12365734.
HSL color Cylindrical-coordinate representation of color #A6AFBC: hue angle of 215.45º 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 #A6AFBC is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 175 | 188 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.26 |
| HSL | 215.45º | 0.14% | 0.69% | - |
| HSV(B) | 215.45º | 0.12% | 0.74% | - |
| XYZ | 40.13 | 42.4 | 53.65 | - |
| YUV | 173.79 | 136.02 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 188 | 0.12 | 0.07 | 0 | 0.26 | 215.45 | 0.14 | 0.69 |
| Hex | A6 | AF | BC | C | 7 | 0 | 1A | D7 | E | 45 |
| Octal | 246 | 257 | 274 | 14 | 7 | 0 | 32 | 327 | 16 | 105 |
| Binary | 10100110 | 10101111 | 10111100 | 1100 | 111 | 0 | 11010 | 11010111 | 1110 | 1000101 |
Color Harmonies of #A6AFBC
Complementary color
Monochromatic Colors of #A6AFBC
Black with #A6AFBC
Text Example
Text Example
White with #A6AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFBC; }
p { color: rgb(166,175,188); }
H1.HeaderClassName
{
color: #A6AFBC;
}
.AnyTagClassName
{
color: #A6AFBC;
}
</style>
background-color css
<style>
a { background-color: #A6AFBC; }
a { background-color: rgb(166,175,188); }
div.DivClassName
{
background-color: #A6AFBC;
}
.BgClassName
{
background-color: #A6AFBC;
}
</style>
border-color css
<style>
span { border-color: #A6AFBC; }
span { border-color: rgb(166,175,188); }
td.TdClassName
{
border-color: #A6AFBC;
}
.TagClassName
{
border-color: #A6AFBC;
}
</style>