Shades of Mischka #A6ABB7
Tints of Mischka #A6ABB7
RGB
CMYK
RGB Variations
Color information
#A6ABB7 (or 0xA6ABB7) is known color: Mischka. HEX triplet: A6, AB and B7. RGB value is (166,171,183). Sum of RGB (Red+Green+Blue) = 166+171+183=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABB7 is #595448. Grayscale: #AAAAAA. Windows color (decimal): -5854281 or 12037030. OLE color: 12037030.
HSL color Cylindrical-coordinate representation of color #A6ABB7: hue angle of 222.35º 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 #A6ABB7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 166 | 171 | 183 | - |
CMYK | 0.09 | 0.07 | 0 | 0.28 |
HSL | 222.35º | 0.11% | 0.68% | - |
HSV(B) | 222.35º | 0.09% | 0.72% | - |
XYZ | 38.84 | 40.65 | 50.6 | - |
YUV | 170.87 | 134.84 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 171 | 183 | 0.09 | 0.07 | 0 | 0.28 | 222.35 | 0.11 | 0.68 |
Hex | A6 | AB | B7 | 9 | 7 | 0 | 1C | DE | B | 44 |
Octal | 246 | 253 | 267 | 11 | 7 | 0 | 34 | 336 | 13 | 104 |
Binary | 10100110 | 10101011 | 10110111 | 1001 | 111 | 0 | 11100 | 11011110 | 1011 | 1000100 |
Color Harmonies of #A6ABB7
Complementary color
Monochromatic Colors of #A6ABB7
Black with #A6ABB7
Text Example
Text Example
White with #A6ABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ABB7; }
p { color: rgb(166,171,183); }
H1.HeaderClassName
{
color: #A6ABB7;
}
.AnyTagClassName
{
color: #A6ABB7;
}
</style>
background-color css
<style>
a { background-color: #A6ABB7; }
a { background-color: rgb(166,171,183); }
div.DivClassName
{
background-color: #A6ABB7;
}
.BgClassName
{
background-color: #A6ABB7;
}
</style>
border-color css
<style>
span { border-color: #A6ABB7; }
span { border-color: rgb(166,171,183); }
td.TdClassName
{
border-color: #A6ABB7;
}
.TagClassName
{
border-color: #A6ABB7;
}
</style>