Shades of Mischka #A4AAB5
Tints of Mischka #A4AAB5
RGB
CMYK
RGB Variations
Color information
#A4AAB5 (or 0xA4AAB5) is known color: Mischka. HEX triplet: A4, AA and B5. RGB value is (164,170,181). Sum of RGB (Red+Green+Blue) = 164+170+181=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AAB5 is #5B554A. Grayscale: #A9A9A9. Windows color (decimal): -5985611 or 11905700. OLE color: 11905700.
HSL color Cylindrical-coordinate representation of color #A4AAB5: hue angle of 218.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AAB5 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 170 | 181 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.29 |
| HSL | 218.82º | 0.1% | 0.68% | - |
| HSV(B) | 218.82º | 0.09% | 0.71% | - |
| XYZ | 38.03 | 39.98 | 49.43 | - |
| YUV | 169.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 181 | 0.09 | 0.06 | 0 | 0.29 | 218.82 | 0.1 | 0.68 |
| Hex | A4 | AA | B5 | 9 | 6 | 0 | 1D | DB | A | 44 |
| Octal | 244 | 252 | 265 | 11 | 6 | 0 | 35 | 333 | 12 | 104 |
| Binary | 10100100 | 10101010 | 10110101 | 1001 | 110 | 0 | 11101 | 11011011 | 1010 | 1000100 |
Color Harmonies of #A4AAB5
Complementary color
Monochromatic Colors of #A4AAB5
Black with #A4AAB5
Text Example
Text Example
White with #A4AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AAB5; }
p { color: rgb(164,170,181); }
H1.HeaderClassName
{
color: #A4AAB5;
}
.AnyTagClassName
{
color: #A4AAB5;
}
</style>
background-color css
<style>
a { background-color: #A4AAB5; }
a { background-color: rgb(164,170,181); }
div.DivClassName
{
background-color: #A4AAB5;
}
.BgClassName
{
background-color: #A4AAB5;
}
</style>
border-color css
<style>
span { border-color: #A4AAB5; }
span { border-color: rgb(164,170,181); }
td.TdClassName
{
border-color: #A4AAB5;
}
.TagClassName
{
border-color: #A4AAB5;
}
</style>