Shades of Mischka #A8ADB6
Tints of Mischka #A8ADB6
RGB
CMYK
RGB Variations
Color information
#A8ADB6 (or 0xA8ADB6) is known color: Mischka. HEX triplet: A8, AD and B6. RGB value is (168,173,182). Sum of RGB (Red+Green+Blue) = 168+173+182=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #A8ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADB6 is #575249. Grayscale: #ACACAC. Windows color (decimal): -5722698 or 11972008. OLE color: 11972008.
HSL color Cylindrical-coordinate representation of color #A8ADB6: hue angle of 218.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8ADB6 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 173 | 182 | - |
CMYK | 0.08 | 0.05 | 0 | 0.29 |
HSL | 218.57º | 0.09% | 0.69% | - |
HSV(B) | 218.57º | 0.08% | 0.71% | - |
XYZ | 39.54 | 41.59 | 50.2 | - |
YUV | 172.53 | 133.34 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 182 | 0.08 | 0.05 | 0 | 0.29 | 218.57 | 0.09 | 0.69 |
Hex | A8 | AD | B6 | 8 | 5 | 0 | 1D | DB | 9 | 45 |
Octal | 250 | 255 | 266 | 10 | 5 | 0 | 35 | 333 | 11 | 105 |
Binary | 10101000 | 10101101 | 10110110 | 1000 | 101 | 0 | 11101 | 11011011 | 1001 | 1000101 |
Color Harmonies of #A8ADB6
Complementary color
Monochromatic Colors of #A8ADB6
Black with #A8ADB6
Text Example
Text Example
White with #A8ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADB6; }
p { color: rgb(168,173,182); }
H1.HeaderClassName
{
color: #A8ADB6;
}
.AnyTagClassName
{
color: #A8ADB6;
}
</style>
background-color css
<style>
a { background-color: #A8ADB6; }
a { background-color: rgb(168,173,182); }
div.DivClassName
{
background-color: #A8ADB6;
}
.BgClassName
{
background-color: #A8ADB6;
}
</style>
border-color css
<style>
span { border-color: #A8ADB6; }
span { border-color: rgb(168,173,182); }
td.TdClassName
{
border-color: #A8ADB6;
}
.TagClassName
{
border-color: #A8ADB6;
}
</style>