Shades of Mischka #A6ACBC
Tints of Mischka #A6ACBC
RGB
CMYK
RGB Variations
Color information
#A6ACBC (or 0xA6ACBC) is known color: Mischka. HEX triplet: A6, AC and BC. RGB value is (166,172,188). Sum of RGB (Red+Green+Blue) = 166+172+188=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACBC is #595343. Grayscale: #ABABAB. Windows color (decimal): -5854020 or 12364966. OLE color: 12364966.
HSL color Cylindrical-coordinate representation of color #A6ACBC: hue angle of 223.64º 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 #A6ACBC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 172 | 188 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.26 |
| HSL | 223.64º | 0.14% | 0.69% | - |
| HSV(B) | 223.64º | 0.12% | 0.74% | - |
| XYZ | 39.56 | 41.24 | 53.45 | - |
| YUV | 172.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 172 | 188 | 0.12 | 0.09 | 0 | 0.26 | 223.64 | 0.14 | 0.69 |
| Hex | A6 | AC | BC | C | 9 | 0 | 1A | E0 | E | 45 |
| Octal | 246 | 254 | 274 | 14 | 11 | 0 | 32 | 340 | 16 | 105 |
| Binary | 10100110 | 10101100 | 10111100 | 1100 | 1001 | 0 | 11010 | 11100000 | 1110 | 1000101 |
Color Harmonies of #A6ACBC
Complementary color
Monochromatic Colors of #A6ACBC
Black with #A6ACBC
Text Example
Text Example
White with #A6ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACBC; }
p { color: rgb(166,172,188); }
H1.HeaderClassName
{
color: #A6ACBC;
}
.AnyTagClassName
{
color: #A6ACBC;
}
</style>
background-color css
<style>
a { background-color: #A6ACBC; }
a { background-color: rgb(166,172,188); }
div.DivClassName
{
background-color: #A6ACBC;
}
.BgClassName
{
background-color: #A6ACBC;
}
</style>
border-color css
<style>
span { border-color: #A6ACBC; }
span { border-color: rgb(166,172,188); }
td.TdClassName
{
border-color: #A6ACBC;
}
.TagClassName
{
border-color: #A6ACBC;
}
</style>