Shades of Mischka #A1A6B1
Tints of Mischka #A1A6B1
RGB
CMYK
RGB Variations
Color information
#A1A6B1 (or 0xA1A6B1) is known color: Mischka. HEX triplet: A1, A6 and B1. RGB value is (161,166,177). Sum of RGB (Red+Green+Blue) = 161+166+177=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 177 - color contains mainly: blue. Hex color #A1A6B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A6B1 is #5E594E. Grayscale: #A5A5A5. Windows color (decimal): -6183247 or 11642529. OLE color: 11642529.
HSL color Cylindrical-coordinate representation of color #A1A6B1: hue angle of 221.25º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1A6B1 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 166 | 177 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.31 |
| HSL | 221.25º | 0.09% | 0.66% | - |
| HSV(B) | 221.25º | 0.09% | 0.69% | - |
| XYZ | 36.27 | 38.02 | 47.02 | - |
| YUV | 165.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 177 | 0.09 | 0.06 | 0 | 0.31 | 221.25 | 0.09 | 0.66 |
| Hex | A1 | A6 | B1 | 9 | 6 | 0 | 1F | DD | 9 | 42 |
| Octal | 241 | 246 | 261 | 11 | 6 | 0 | 37 | 335 | 11 | 102 |
| Binary | 10100001 | 10100110 | 10110001 | 1001 | 110 | 0 | 11111 | 11011101 | 1001 | 1000010 |
Color Harmonies of #A1A6B1
Complementary color
Monochromatic Colors of #A1A6B1
Black with #A1A6B1
Text Example
Text Example
White with #A1A6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A6B1; }
p { color: rgb(161,166,177); }
H1.HeaderClassName
{
color: #A1A6B1;
}
.AnyTagClassName
{
color: #A1A6B1;
}
</style>
background-color css
<style>
a { background-color: #A1A6B1; }
a { background-color: rgb(161,166,177); }
div.DivClassName
{
background-color: #A1A6B1;
}
.BgClassName
{
background-color: #A1A6B1;
}
</style>
border-color css
<style>
span { border-color: #A1A6B1; }
span { border-color: rgb(161,166,177); }
td.TdClassName
{
border-color: #A1A6B1;
}
.TagClassName
{
border-color: #A1A6B1;
}
</style>