Shades of Mischka #A7AAB7
Tints of Mischka #A7AAB7
RGB
CMYK
RGB Variations
Color information
#A7AAB7 (or 0xA7AAB7) is known color: Mischka. HEX triplet: A7, AA and B7. RGB value is (167,170,183). Sum of RGB (Red+Green+Blue) = 167+170+183=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #A7AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AAB7 is #585548. Grayscale: #AAAAAA. Windows color (decimal): -5789001 or 12036775. OLE color: 12036775.
HSL color Cylindrical-coordinate representation of color #A7AAB7: hue angle of 228.75º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A7AAB7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 170 | 183 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.28 |
| HSL | 228.75º | 0.1% | 0.69% | - |
| HSV(B) | 228.75º | 0.09% | 0.72% | - |
| XYZ | 38.86 | 40.38 | 50.55 | - |
| YUV | 170.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 183 | 0.09 | 0.07 | 0 | 0.28 | 228.75 | 0.1 | 0.69 |
| Hex | A7 | AA | B7 | 9 | 7 | 0 | 1C | E5 | A | 45 |
| Octal | 247 | 252 | 267 | 11 | 7 | 0 | 34 | 345 | 12 | 105 |
| Binary | 10100111 | 10101010 | 10110111 | 1001 | 111 | 0 | 11100 | 11100101 | 1010 | 1000101 |
Color Harmonies of #A7AAB7
Complementary color
Monochromatic Colors of #A7AAB7
Black with #A7AAB7
Text Example
Text Example
White with #A7AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AAB7; }
p { color: rgb(167,170,183); }
H1.HeaderClassName
{
color: #A7AAB7;
}
.AnyTagClassName
{
color: #A7AAB7;
}
</style>
background-color css
<style>
a { background-color: #A7AAB7; }
a { background-color: rgb(167,170,183); }
div.DivClassName
{
background-color: #A7AAB7;
}
.BgClassName
{
background-color: #A7AAB7;
}
</style>
border-color css
<style>
span { border-color: #A7AAB7; }
span { border-color: rgb(167,170,183); }
td.TdClassName
{
border-color: #A7AAB7;
}
.TagClassName
{
border-color: #A7AAB7;
}
</style>