Shades of Mischka #A8ADB5
Tints of Mischka #A8ADB5
RGB
CMYK
RGB Variations
Color information
#A8ADB5 (or 0xA8ADB5) is known color: Mischka. HEX triplet: A8, AD and B5. RGB value is (168,173,181). Sum of RGB (Red+Green+Blue) = 168+173+181=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADB5 is #57524A. Grayscale: #ACACAC. Windows color (decimal): -5722699 or 11906472. OLE color: 11906472.
HSL color Cylindrical-coordinate representation of color #A8ADB5: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8ADB5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 173 | 181 | - |
CMYK | 0.07 | 0.04 | 0 | 0.29 |
HSL | 216.92º | 0.08% | 0.68% | - |
HSV(B) | 216.92º | 0.07% | 0.71% | - |
XYZ | 39.43 | 41.55 | 49.66 | - |
YUV | 172.42 | 132.84 | 124.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 181 | 0.07 | 0.04 | 0 | 0.29 | 216.92 | 0.08 | 0.68 |
Hex | A8 | AD | B5 | 7 | 4 | 0 | 1D | D9 | 8 | 44 |
Octal | 250 | 255 | 265 | 7 | 4 | 0 | 35 | 331 | 10 | 104 |
Binary | 10101000 | 10101101 | 10110101 | 111 | 100 | 0 | 11101 | 11011001 | 1000 | 1000100 |
Color Harmonies of #A8ADB5
Complementary color
Monochromatic Colors of #A8ADB5
Black with #A8ADB5
Text Example
Text Example
White with #A8ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADB5; }
p { color: rgb(168,173,181); }
H1.HeaderClassName
{
color: #A8ADB5;
}
.AnyTagClassName
{
color: #A8ADB5;
}
</style>
background-color css
<style>
a { background-color: #A8ADB5; }
a { background-color: rgb(168,173,181); }
div.DivClassName
{
background-color: #A8ADB5;
}
.BgClassName
{
background-color: #A8ADB5;
}
</style>
border-color css
<style>
span { border-color: #A8ADB5; }
span { border-color: rgb(168,173,181); }
td.TdClassName
{
border-color: #A8ADB5;
}
.TagClassName
{
border-color: #A8ADB5;
}
</style>