Shades of Mischka #A3A6B4
Tints of Mischka #A3A6B4
RGB
CMYK
RGB Variations
Color information
#A3A6B4 (or 0xA3A6B4) is known color: Mischka. HEX triplet: A3, A6 and B4. RGB value is (163,166,180). Sum of RGB (Red+Green+Blue) = 163+166+180=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #A3A6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A6B4 is #5C594B. Grayscale: #A6A6A6. Windows color (decimal): -6052172 or 11839139. OLE color: 11839139.
HSL color Cylindrical-coordinate representation of color #A3A6B4: hue angle of 229.41º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3A6B4 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 166 | 180 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.29 |
| HSL | 229.41º | 0.1% | 0.67% | - |
| HSV(B) | 229.41º | 0.09% | 0.71% | - |
| XYZ | 36.98 | 38.35 | 48.63 | - |
| YUV | 166.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 180 | 0.09 | 0.08 | 0 | 0.29 | 229.41 | 0.1 | 0.67 |
| Hex | A3 | A6 | B4 | 9 | 8 | 0 | 1D | E5 | A | 43 |
| Octal | 243 | 246 | 264 | 11 | 10 | 0 | 35 | 345 | 12 | 103 |
| Binary | 10100011 | 10100110 | 10110100 | 1001 | 1000 | 0 | 11101 | 11100101 | 1010 | 1000011 |
Color Harmonies of #A3A6B4
Complementary color
Monochromatic Colors of #A3A6B4
Black with #A3A6B4
Text Example
Text Example
White with #A3A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A6B4; }
p { color: rgb(163,166,180); }
H1.HeaderClassName
{
color: #A3A6B4;
}
.AnyTagClassName
{
color: #A3A6B4;
}
</style>
background-color css
<style>
a { background-color: #A3A6B4; }
a { background-color: rgb(163,166,180); }
div.DivClassName
{
background-color: #A3A6B4;
}
.BgClassName
{
background-color: #A3A6B4;
}
</style>
border-color css
<style>
span { border-color: #A3A6B4; }
span { border-color: rgb(163,166,180); }
td.TdClassName
{
border-color: #A3A6B4;
}
.TagClassName
{
border-color: #A3A6B4;
}
</style>