Shades of Mischka #A5ADB5
Tints of Mischka #A5ADB5
RGB
CMYK
RGB Variations
Color information
#A5ADB5 (or 0xA5ADB5) is known color: Mischka. HEX triplet: A5, AD and B5. RGB value is (165,173,181). Sum of RGB (Red+Green+Blue) = 165+173+181=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A5ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADB5 is #5A524A. Grayscale: #ABABAB. Windows color (decimal): -5919307 or 11906469. OLE color: 11906469.
HSL color Cylindrical-coordinate representation of color #A5ADB5: hue angle of 210º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A5ADB5 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 173 | 181 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.29 |
| HSL | 210º | 0.1% | 0.68% | - |
| HSV(B) | 210º | 0.09% | 0.71% | - |
| XYZ | 38.8 | 41.22 | 49.63 | - |
| YUV | 171.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 181 | 0.09 | 0.04 | 0 | 0.29 | 210 | 0.1 | 0.68 |
| Hex | A5 | AD | B5 | 9 | 4 | 0 | 1D | D2 | A | 44 |
| Octal | 245 | 255 | 265 | 11 | 4 | 0 | 35 | 322 | 12 | 104 |
| Binary | 10100101 | 10101101 | 10110101 | 1001 | 100 | 0 | 11101 | 11010010 | 1010 | 1000100 |
Color Harmonies of #A5ADB5
Complementary color
Monochromatic Colors of #A5ADB5
Black with #A5ADB5
Text Example
Text Example
White with #A5ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADB5; }
p { color: rgb(165,173,181); }
H1.HeaderClassName
{
color: #A5ADB5;
}
.AnyTagClassName
{
color: #A5ADB5;
}
</style>
background-color css
<style>
a { background-color: #A5ADB5; }
a { background-color: rgb(165,173,181); }
div.DivClassName
{
background-color: #A5ADB5;
}
.BgClassName
{
background-color: #A5ADB5;
}
</style>
border-color css
<style>
span { border-color: #A5ADB5; }
span { border-color: rgb(165,173,181); }
td.TdClassName
{
border-color: #A5ADB5;
}
.TagClassName
{
border-color: #A5ADB5;
}
</style>