Shades of Mischka #A4A8BA
Tints of Mischka #A4A8BA
RGB
CMYK
RGB Variations
Color information
#A4A8BA (or 0xA4A8BA) is known color: Mischka. HEX triplet: A4, A8 and BA. RGB value is (164,168,186). Sum of RGB (Red+Green+Blue) = 164+168+186=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #A4A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A8BA is #5B5745. Grayscale: #A8A8A8. Windows color (decimal): -5986118 or 12232868. OLE color: 12232868.
HSL color Cylindrical-coordinate representation of color #A4A8BA: hue angle of 229.09º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A8BA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 164 | 168 | 186 | - |
CMYK | 0.12 | 0.10 | 0 | 0.27 |
HSL | 229.09º | 0.14% | 0.69% | - |
HSV(B) | 229.09º | 0.12% | 0.73% | - |
XYZ | 38.18 | 39.44 | 52.06 | - |
YUV | 168.86 | 137.67 | 124.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 168 | 186 | 0.12 | 0.10 | 0 | 0.27 | 229.09 | 0.14 | 0.69 |
Hex | A4 | A8 | BA | C | A | 0 | 1B | E5 | E | 45 |
Octal | 244 | 250 | 272 | 14 | 12 | 0 | 33 | 345 | 16 | 105 |
Binary | 10100100 | 10101000 | 10111010 | 1100 | 1010 | 0 | 11011 | 11100101 | 1110 | 1000101 |
Color Harmonies of #A4A8BA
Complementary color
Monochromatic Colors of #A4A8BA
Black with #A4A8BA
Text Example
Text Example
White with #A4A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A8BA; }
p { color: rgb(164,168,186); }
H1.HeaderClassName
{
color: #A4A8BA;
}
.AnyTagClassName
{
color: #A4A8BA;
}
</style>
background-color css
<style>
a { background-color: #A4A8BA; }
a { background-color: rgb(164,168,186); }
div.DivClassName
{
background-color: #A4A8BA;
}
.BgClassName
{
background-color: #A4A8BA;
}
</style>
border-color css
<style>
span { border-color: #A4A8BA; }
span { border-color: rgb(164,168,186); }
td.TdClassName
{
border-color: #A4A8BA;
}
.TagClassName
{
border-color: #A4A8BA;
}
</style>