Shades of Mischka #A7ADBD
Tints of Mischka #A7ADBD
RGB
CMYK
RGB Variations
Color information
#A7ADBD (or 0xA7ADBD) is known color: Mischka. HEX triplet: A7, AD and BD. RGB value is (167,173,189). Sum of RGB (Red+Green+Blue) = 167+173+189=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #A7ADBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ADBD is #585242. Grayscale: #ACACAC. Windows color (decimal): -5788227 or 12430759. OLE color: 12430759.
HSL color Cylindrical-coordinate representation of color #A7ADBD: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7ADBD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 173 | 189 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.26 |
| HSL | 223.64º | 0.14% | 0.7% | - |
| HSV(B) | 223.64º | 0.12% | 0.74% | - |
| XYZ | 40.07 | 41.78 | 54.1 | - |
| YUV | 173.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 189 | 0.12 | 0.08 | 0 | 0.26 | 223.64 | 0.14 | 0.7 |
| Hex | A7 | AD | BD | C | 8 | 0 | 1A | E0 | E | 46 |
| Octal | 247 | 255 | 275 | 14 | 10 | 0 | 32 | 340 | 16 | 106 |
| Binary | 10100111 | 10101101 | 10111101 | 1100 | 1000 | 0 | 11010 | 11100000 | 1110 | 1000110 |
Color Harmonies of #A7ADBD
Complementary color
Monochromatic Colors of #A7ADBD
Black with #A7ADBD
Text Example
Text Example
White with #A7ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ADBD; }
p { color: rgb(167,173,189); }
H1.HeaderClassName
{
color: #A7ADBD;
}
.AnyTagClassName
{
color: #A7ADBD;
}
</style>
background-color css
<style>
a { background-color: #A7ADBD; }
a { background-color: rgb(167,173,189); }
div.DivClassName
{
background-color: #A7ADBD;
}
.BgClassName
{
background-color: #A7ADBD;
}
</style>
border-color css
<style>
span { border-color: #A7ADBD; }
span { border-color: rgb(167,173,189); }
td.TdClassName
{
border-color: #A7ADBD;
}
.TagClassName
{
border-color: #A7ADBD;
}
</style>