Shades of Mischka #A3ADBB
Tints of Mischka #A3ADBB
RGB
CMYK
RGB Variations
Color information
#A3ADBB (or 0xA3ADBB) is known color: Mischka. HEX triplet: A3, AD and BB. RGB value is (163,173,187). Sum of RGB (Red+Green+Blue) = 163+173+187=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 173 (67.97% from 255 or 33.08% 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 #A3ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADBB is #5C5244. Grayscale: #ABABAB. Windows color (decimal): -6050373 or 12299683. OLE color: 12299683.
HSL color Cylindrical-coordinate representation of color #A3ADBB: hue angle of 215º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3ADBB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 173 | 187 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.27 |
| HSL | 215º | 0.15% | 0.69% | - |
| HSV(B) | 215º | 0.13% | 0.73% | - |
| XYZ | 39.02 | 41.26 | 52.92 | - |
| YUV | 171.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 187 | 0.13 | 0.07 | 0 | 0.27 | 215 | 0.15 | 0.69 |
| Hex | A3 | AD | BB | D | 7 | 0 | 1B | D7 | F | 45 |
| Octal | 243 | 255 | 273 | 15 | 7 | 0 | 33 | 327 | 17 | 105 |
| Binary | 10100011 | 10101101 | 10111011 | 1101 | 111 | 0 | 11011 | 11010111 | 1111 | 1000101 |
Color Harmonies of #A3ADBB
Complementary color
Monochromatic Colors of #A3ADBB
Black with #A3ADBB
Text Example
Text Example
White with #A3ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ADBB; }
p { color: rgb(163,173,187); }
H1.HeaderClassName
{
color: #A3ADBB;
}
.AnyTagClassName
{
color: #A3ADBB;
}
</style>
background-color css
<style>
a { background-color: #A3ADBB; }
a { background-color: rgb(163,173,187); }
div.DivClassName
{
background-color: #A3ADBB;
}
.BgClassName
{
background-color: #A3ADBB;
}
</style>
border-color css
<style>
span { border-color: #A3ADBB; }
span { border-color: rgb(163,173,187); }
td.TdClassName
{
border-color: #A3ADBB;
}
.TagClassName
{
border-color: #A3ADBB;
}
</style>