Shades of Mischka #A8ADB7
Tints of Mischka #A8ADB7
RGB
CMYK
RGB Variations
Color information
#A8ADB7 (or 0xA8ADB7) is known color: Mischka. HEX triplet: A8, AD and B7. RGB value is (168,173,183). Sum of RGB (Red+Green+Blue) = 168+173+183=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ADB7 is #575248. Grayscale: #ACACAC. Windows color (decimal): -5722697 or 12037544. OLE color: 12037544.
HSL color Cylindrical-coordinate representation of color #A8ADB7: hue angle of 220º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8ADB7 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 173 | 183 | - |
CMYK | 0.08 | 0.05 | 0 | 0.28 |
HSL | 220º | 0.09% | 0.69% | - |
HSV(B) | 220º | 0.08% | 0.72% | - |
XYZ | 39.64 | 41.63 | 50.75 | - |
YUV | 172.65 | 133.84 | 124.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 173 | 183 | 0.08 | 0.05 | 0 | 0.28 | 220 | 0.09 | 0.69 |
Hex | A8 | AD | B7 | 8 | 5 | 0 | 1C | DC | 9 | 45 |
Octal | 250 | 255 | 267 | 10 | 5 | 0 | 34 | 334 | 11 | 105 |
Binary | 10101000 | 10101101 | 10110111 | 1000 | 101 | 0 | 11100 | 11011100 | 1001 | 1000101 |
Color Harmonies of #A8ADB7
Complementary color
Monochromatic Colors of #A8ADB7
Black with #A8ADB7
Text Example
Text Example
White with #A8ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ADB7; }
p { color: rgb(168,173,183); }
H1.HeaderClassName
{
color: #A8ADB7;
}
.AnyTagClassName
{
color: #A8ADB7;
}
</style>
background-color css
<style>
a { background-color: #A8ADB7; }
a { background-color: rgb(168,173,183); }
div.DivClassName
{
background-color: #A8ADB7;
}
.BgClassName
{
background-color: #A8ADB7;
}
</style>
border-color css
<style>
span { border-color: #A8ADB7; }
span { border-color: rgb(168,173,183); }
td.TdClassName
{
border-color: #A8ADB7;
}
.TagClassName
{
border-color: #A8ADB7;
}
</style>