Shades of Mischka #A6AABB
Tints of Mischka #A6AABB
RGB
CMYK
RGB Variations
Color information
#A6AABB (or 0xA6AABB) is known color: Mischka. HEX triplet: A6, AA and BB. RGB value is (166,170,187). Sum of RGB (Red+Green+Blue) = 166+170+187=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AABB is #595544. Grayscale: #AAAAAA. Windows color (decimal): -5854533 or 12298918. OLE color: 12298918.
HSL color Cylindrical-coordinate representation of color #A6AABB: hue angle of 228.57º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6AABB is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 170 | 187 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.27 |
| HSL | 228.57º | 0.13% | 0.69% | - |
| HSV(B) | 228.57º | 0.11% | 0.73% | - |
| XYZ | 39.07 | 40.44 | 52.76 | - |
| YUV | 170.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 187 | 0.11 | 0.09 | 0 | 0.27 | 228.57 | 0.13 | 0.69 |
| Hex | A6 | AA | BB | B | 9 | 0 | 1B | E5 | D | 45 |
| Octal | 246 | 252 | 273 | 13 | 11 | 0 | 33 | 345 | 15 | 105 |
| Binary | 10100110 | 10101010 | 10111011 | 1011 | 1001 | 0 | 11011 | 11100101 | 1101 | 1000101 |
Color Harmonies of #A6AABB
Complementary color
Monochromatic Colors of #A6AABB
Black with #A6AABB
Text Example
Text Example
White with #A6AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AABB; }
p { color: rgb(166,170,187); }
H1.HeaderClassName
{
color: #A6AABB;
}
.AnyTagClassName
{
color: #A6AABB;
}
</style>
background-color css
<style>
a { background-color: #A6AABB; }
a { background-color: rgb(166,170,187); }
div.DivClassName
{
background-color: #A6AABB;
}
.BgClassName
{
background-color: #A6AABB;
}
</style>
border-color css
<style>
span { border-color: #A6AABB; }
span { border-color: rgb(166,170,187); }
td.TdClassName
{
border-color: #A6AABB;
}
.TagClassName
{
border-color: #A6AABB;
}
</style>