Shades of Mischka #A6ACB7
Tints of Mischka #A6ACB7
RGB
CMYK
RGB Variations
Color information
#A6ACB7 (or 0xA6ACB7) is known color: Mischka. HEX triplet: A6, AC and B7. RGB value is (166,172,183). Sum of RGB (Red+Green+Blue) = 166+172+183=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB7 is #595348. Grayscale: #ABABAB. Windows color (decimal): -5854025 or 12037286. OLE color: 12037286.
HSL color Cylindrical-coordinate representation of color #A6ACB7: hue angle of 218.82º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6ACB7 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 172 | 183 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.28 |
| HSL | 218.82º | 0.11% | 0.68% | - |
| HSV(B) | 218.82º | 0.09% | 0.72% | - |
| XYZ | 39.03 | 41.03 | 50.66 | - |
| YUV | 171.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 183 | 0.09 | 0.06 | 0 | 0.28 | 218.82 | 0.11 | 0.68 |
| Hex | A6 | AC | B7 | 9 | 6 | 0 | 1C | DB | B | 44 |
| Octal | 246 | 254 | 267 | 11 | 6 | 0 | 34 | 333 | 13 | 104 |
| Binary | 10100110 | 10101100 | 10110111 | 1001 | 110 | 0 | 11100 | 11011011 | 1011 | 1000100 |
Color Harmonies of #A6ACB7
Complementary color
Monochromatic Colors of #A6ACB7
Black with #A6ACB7
Text Example
Text Example
White with #A6ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACB7; }
p { color: rgb(166,172,183); }
H1.HeaderClassName
{
color: #A6ACB7;
}
.AnyTagClassName
{
color: #A6ACB7;
}
</style>
background-color css
<style>
a { background-color: #A6ACB7; }
a { background-color: rgb(166,172,183); }
div.DivClassName
{
background-color: #A6ACB7;
}
.BgClassName
{
background-color: #A6ACB7;
}
</style>
border-color css
<style>
span { border-color: #A6ACB7; }
span { border-color: rgb(166,172,183); }
td.TdClassName
{
border-color: #A6ACB7;
}
.TagClassName
{
border-color: #A6ACB7;
}
</style>