Shades of Mischka #A4A6B5
Tints of Mischka #A4A6B5
RGB
CMYK
RGB Variations
Color information
#A4A6B5 (or 0xA4A6B5) is known color: Mischka. HEX triplet: A4, A6 and B5. RGB value is (164,166,181). Sum of RGB (Red+Green+Blue) = 164+166+181=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #A4A6B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A6B5 is #5B594A. Grayscale: #A7A7A7. Windows color (decimal): -5986635 or 11904676. OLE color: 11904676.
HSL color Cylindrical-coordinate representation of color #A4A6B5: hue angle of 232.94º 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 #A4A6B5 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 164 | 166 | 181 | - |
CMYK | 0.09 | 0.08 | 0 | 0.29 |
HSL | 232.94º | 0.1% | 0.68% | - |
HSV(B) | 232.94º | 0.09% | 0.71% | - |
XYZ | 37.29 | 38.5 | 49.18 | - |
YUV | 167.11 | 135.84 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 166 | 181 | 0.09 | 0.08 | 0 | 0.29 | 232.94 | 0.1 | 0.68 |
Hex | A4 | A6 | B5 | 9 | 8 | 0 | 1D | E9 | A | 44 |
Octal | 244 | 246 | 265 | 11 | 10 | 0 | 35 | 351 | 12 | 104 |
Binary | 10100100 | 10100110 | 10110101 | 1001 | 1000 | 0 | 11101 | 11101001 | 1010 | 1000100 |
Color Harmonies of #A4A6B5
Complementary color
Monochromatic Colors of #A4A6B5
Black with #A4A6B5
Text Example
Text Example
White with #A4A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6B5; }
p { color: rgb(164,166,181); }
H1.HeaderClassName
{
color: #A4A6B5;
}
.AnyTagClassName
{
color: #A4A6B5;
}
</style>
background-color css
<style>
a { background-color: #A4A6B5; }
a { background-color: rgb(164,166,181); }
div.DivClassName
{
background-color: #A4A6B5;
}
.BgClassName
{
background-color: #A4A6B5;
}
</style>
border-color css
<style>
span { border-color: #A4A6B5; }
span { border-color: rgb(164,166,181); }
td.TdClassName
{
border-color: #A4A6B5;
}
.TagClassName
{
border-color: #A4A6B5;
}
</style>