Shades of Mischka #A6ACB5
Tints of Mischka #A6ACB5
RGB
CMYK
RGB Variations
Color information
#A6ACB5 (or 0xA6ACB5) is known color: Mischka. HEX triplet: A6, AC and B5. RGB value is (166,172,181). Sum of RGB (Red+Green+Blue) = 166+172+181=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A6ACB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB5 is #59534A. Grayscale: #ABABAB. Windows color (decimal): -5854027 or 11906214. OLE color: 11906214.
HSL color Cylindrical-coordinate representation of color #A6ACB5: hue angle of 216º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6ACB5 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 166 | 172 | 181 | - |
CMYK | 0.08 | 0.05 | 0 | 0.29 |
HSL | 216º | 0.09% | 0.68% | - |
HSV(B) | 216º | 0.08% | 0.71% | - |
XYZ | 38.82 | 40.95 | 49.57 | - |
YUV | 171.23 | 133.51 | 124.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 172 | 181 | 0.08 | 0.05 | 0 | 0.29 | 216 | 0.09 | 0.68 |
Hex | A6 | AC | B5 | 8 | 5 | 0 | 1D | D8 | 9 | 44 |
Octal | 246 | 254 | 265 | 10 | 5 | 0 | 35 | 330 | 11 | 104 |
Binary | 10100110 | 10101100 | 10110101 | 1000 | 101 | 0 | 11101 | 11011000 | 1001 | 1000100 |
Color Harmonies of #A6ACB5
Complementary color
Monochromatic Colors of #A6ACB5
Black with #A6ACB5
Text Example
Text Example
White with #A6ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ACB5; }
p { color: rgb(166,172,181); }
H1.HeaderClassName
{
color: #A6ACB5;
}
.AnyTagClassName
{
color: #A6ACB5;
}
</style>
background-color css
<style>
a { background-color: #A6ACB5; }
a { background-color: rgb(166,172,181); }
div.DivClassName
{
background-color: #A6ACB5;
}
.BgClassName
{
background-color: #A6ACB5;
}
</style>
border-color css
<style>
span { border-color: #A6ACB5; }
span { border-color: rgb(166,172,181); }
td.TdClassName
{
border-color: #A6ACB5;
}
.TagClassName
{
border-color: #A6ACB5;
}
</style>