Shades of Mischka #A6ACB8
Tints of Mischka #A6ACB8
RGB
CMYK
RGB Variations
Color information
#A6ACB8 (or 0xA6ACB8) is known color: Mischka. HEX triplet: A6, AC and B8. RGB value is (166,172,184). Sum of RGB (Red+Green+Blue) = 166+172+184=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 184 - color contains mainly: blue. Hex color #A6ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB8 is #595347. Grayscale: #ABABAB. Windows color (decimal): -5854024 or 12102822. OLE color: 12102822.
HSL color Cylindrical-coordinate representation of color #A6ACB8: hue angle of 220º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6ACB8 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 172 | 184 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.28 |
| HSL | 220º | 0.11% | 0.69% | - |
| HSV(B) | 220º | 0.1% | 0.72% | - |
| XYZ | 39.13 | 41.07 | 51.21 | - |
| YUV | 171.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 184 | 0.10 | 0.07 | 0 | 0.28 | 220 | 0.11 | 0.69 |
| Hex | A6 | AC | B8 | A | 7 | 0 | 1C | DC | B | 45 |
| Octal | 246 | 254 | 270 | 12 | 7 | 0 | 34 | 334 | 13 | 105 |
| Binary | 10100110 | 10101100 | 10111000 | 1010 | 111 | 0 | 11100 | 11011100 | 1011 | 1000101 |
Color Harmonies of #A6ACB8
Complementary color
Monochromatic Colors of #A6ACB8
Black with #A6ACB8
Text Example
Text Example
White with #A6ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACB8; }
p { color: rgb(166,172,184); }
H1.HeaderClassName
{
color: #A6ACB8;
}
.AnyTagClassName
{
color: #A6ACB8;
}
</style>
background-color css
<style>
a { background-color: #A6ACB8; }
a { background-color: rgb(166,172,184); }
div.DivClassName
{
background-color: #A6ACB8;
}
.BgClassName
{
background-color: #A6ACB8;
}
</style>
border-color css
<style>
span { border-color: #A6ACB8; }
span { border-color: rgb(166,172,184); }
td.TdClassName
{
border-color: #A6ACB8;
}
.TagClassName
{
border-color: #A6ACB8;
}
</style>