Shades of Mischka #A8ADB2
Tints of Mischka #A8ADB2
RGB
CMYK
RGB Variations
Color information
#A8ADB2 (or 0xA8ADB2) is known color: Mischka. HEX triplet: A8, AD and B2. RGB value is (168,173,178). Sum of RGB (Red+Green+Blue) = 168+173+178=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 178 - color contains mainly: blue. Hex color #A8ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ADB2 is #57524D. Grayscale: #ACACAC. Windows color (decimal): -5722702 or 11709864. OLE color: 11709864.
HSL color Cylindrical-coordinate representation of color #A8ADB2: hue angle of 210º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8ADB2 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 173 | 178 | - |
CMYK | 0.06 | 0.03 | 0 | 0.30 |
HSL | 210º | 0.06% | 0.68% | - |
HSV(B) | 210º | 0.06% | 0.7% | - |
XYZ | 39.13 | 41.43 | 48.05 | - |
YUV | 172.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 178 | 0.06 | 0.03 | 0 | 0.30 | 210 | 0.06 | 0.68 |
Hex | A8 | AD | B2 | 6 | 3 | 0 | 1E | D2 | 6 | 44 |
Octal | 250 | 255 | 262 | 6 | 3 | 0 | 36 | 322 | 6 | 104 |
Binary | 10101000 | 10101101 | 10110010 | 110 | 11 | 0 | 11110 | 11010010 | 110 | 1000100 |
Color Harmonies of #A8ADB2
Complementary color
Monochromatic Colors of #A8ADB2
Black with #A8ADB2
Text Example
Text Example
White with #A8ADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADB2; }
p { color: rgb(168,173,178); }
H1.HeaderClassName
{
color: #A8ADB2;
}
.AnyTagClassName
{
color: #A8ADB2;
}
</style>
background-color css
<style>
a { background-color: #A8ADB2; }
a { background-color: rgb(168,173,178); }
div.DivClassName
{
background-color: #A8ADB2;
}
.BgClassName
{
background-color: #A8ADB2;
}
</style>
border-color css
<style>
span { border-color: #A8ADB2; }
span { border-color: rgb(168,173,178); }
td.TdClassName
{
border-color: #A8ADB2;
}
.TagClassName
{
border-color: #A8ADB2;
}
</style>