Shades of Mischka #A6ACB3
Tints of Mischka #A6ACB3
RGB
CMYK
RGB Variations
Color information
#A6ACB3 (or 0xA6ACB3) is known color: Mischka. HEX triplet: A6, AC and B3. RGB value is (166,172,179). Sum of RGB (Red+Green+Blue) = 166+172+179=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #A6ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB3 is #59534C. Grayscale: #AAAAAA. Windows color (decimal): -5854029 or 11775142. OLE color: 11775142.
HSL color Cylindrical-coordinate representation of color #A6ACB3: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6ACB3 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 172 | 179 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.30 |
| HSL | 212.31º | 0.08% | 0.68% | - |
| HSV(B) | 212.31º | 0.07% | 0.7% | - |
| XYZ | 38.62 | 40.87 | 48.5 | - |
| YUV | 171 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 179 | 0.07 | 0.04 | 0 | 0.30 | 212.31 | 0.08 | 0.68 |
| Hex | A6 | AC | B3 | 7 | 4 | 0 | 1E | D4 | 8 | 44 |
| Octal | 246 | 254 | 263 | 7 | 4 | 0 | 36 | 324 | 10 | 104 |
| Binary | 10100110 | 10101100 | 10110011 | 111 | 100 | 0 | 11110 | 11010100 | 1000 | 1000100 |
Color Harmonies of #A6ACB3
Complementary color
Monochromatic Colors of #A6ACB3
Black with #A6ACB3
Text Example
Text Example
White with #A6ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACB3; }
p { color: rgb(166,172,179); }
H1.HeaderClassName
{
color: #A6ACB3;
}
.AnyTagClassName
{
color: #A6ACB3;
}
</style>
background-color css
<style>
a { background-color: #A6ACB3; }
a { background-color: rgb(166,172,179); }
div.DivClassName
{
background-color: #A6ACB3;
}
.BgClassName
{
background-color: #A6ACB3;
}
</style>
border-color css
<style>
span { border-color: #A6ACB3; }
span { border-color: rgb(166,172,179); }
td.TdClassName
{
border-color: #A6ACB3;
}
.TagClassName
{
border-color: #A6ACB3;
}
</style>