Shades of Mischka #A5ACB7
Tints of Mischka #A5ACB7
RGB
CMYK
RGB Variations
Color information
#A5ACB7 (or 0xA5ACB7) is known color: Mischka. HEX triplet: A5, AC and B7. RGB value is (165,172,183). Sum of RGB (Red+Green+Blue) = 165+172+183=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 172 (67.58% from 255 or 33.08% 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 #A5ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACB7 is #5A5348. Grayscale: #ABABAB. Windows color (decimal): -5919561 or 12037285. OLE color: 12037285.
HSL color Cylindrical-coordinate representation of color #A5ACB7: hue angle of 216.67º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5ACB7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 172 | 183 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.28 |
| HSL | 216.67º | 0.11% | 0.68% | - |
| HSV(B) | 216.67º | 0.1% | 0.72% | - |
| XYZ | 38.82 | 40.92 | 50.65 | - |
| YUV | 171.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 183 | 0.10 | 0.06 | 0 | 0.28 | 216.67 | 0.11 | 0.68 |
| Hex | A5 | AC | B7 | A | 6 | 0 | 1C | D9 | B | 44 |
| Octal | 245 | 254 | 267 | 12 | 6 | 0 | 34 | 331 | 13 | 104 |
| Binary | 10100101 | 10101100 | 10110111 | 1010 | 110 | 0 | 11100 | 11011001 | 1011 | 1000100 |
Color Harmonies of #A5ACB7
Complementary color
Monochromatic Colors of #A5ACB7
Black with #A5ACB7
Text Example
Text Example
White with #A5ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ACB7; }
p { color: rgb(165,172,183); }
H1.HeaderClassName
{
color: #A5ACB7;
}
.AnyTagClassName
{
color: #A5ACB7;
}
</style>
background-color css
<style>
a { background-color: #A5ACB7; }
a { background-color: rgb(165,172,183); }
div.DivClassName
{
background-color: #A5ACB7;
}
.BgClassName
{
background-color: #A5ACB7;
}
</style>
border-color css
<style>
span { border-color: #A5ACB7; }
span { border-color: rgb(165,172,183); }
td.TdClassName
{
border-color: #A5ACB7;
}
.TagClassName
{
border-color: #A5ACB7;
}
</style>