Shades of Mischka #A5ADB7
Tints of Mischka #A5ADB7
RGB
CMYK
RGB Variations
Color information
#A5ADB7 (or 0xA5ADB7) is known color: Mischka. HEX triplet: A5, AD and B7. RGB value is (165,173,183). Sum of RGB (Red+Green+Blue) = 165+173+183=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A5ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADB7 is #5A5248. Grayscale: #ABABAB. Windows color (decimal): -5919305 or 12037541. OLE color: 12037541.
HSL color Cylindrical-coordinate representation of color #A5ADB7: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5ADB7 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 173 | 183 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.28 |
| HSL | 213.33º | 0.11% | 0.68% | - |
| HSV(B) | 213.33º | 0.1% | 0.72% | - |
| XYZ | 39.01 | 41.31 | 50.72 | - |
| YUV | 171.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 183 | 0.10 | 0.05 | 0 | 0.28 | 213.33 | 0.11 | 0.68 |
| Hex | A5 | AD | B7 | A | 5 | 0 | 1C | D5 | B | 44 |
| Octal | 245 | 255 | 267 | 12 | 5 | 0 | 34 | 325 | 13 | 104 |
| Binary | 10100101 | 10101101 | 10110111 | 1010 | 101 | 0 | 11100 | 11010101 | 1011 | 1000100 |
Color Harmonies of #A5ADB7
Complementary color
Monochromatic Colors of #A5ADB7
Black with #A5ADB7
Text Example
Text Example
White with #A5ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADB7; }
p { color: rgb(165,173,183); }
H1.HeaderClassName
{
color: #A5ADB7;
}
.AnyTagClassName
{
color: #A5ADB7;
}
</style>
background-color css
<style>
a { background-color: #A5ADB7; }
a { background-color: rgb(165,173,183); }
div.DivClassName
{
background-color: #A5ADB7;
}
.BgClassName
{
background-color: #A5ADB7;
}
</style>
border-color css
<style>
span { border-color: #A5ADB7; }
span { border-color: rgb(165,173,183); }
td.TdClassName
{
border-color: #A5ADB7;
}
.TagClassName
{
border-color: #A5ADB7;
}
</style>