Shades of Mischka #A5A7B8
Tints of Mischka #A5A7B8
RGB
CMYK
RGB Variations
Color information
#A5A7B8 (or 0xA5A7B8) is known color: Mischka. HEX triplet: A5, A7 and B8. RGB value is (165,167,184). Sum of RGB (Red+Green+Blue) = 165+167+184=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 184 - color contains mainly: blue. Hex color #A5A7B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A7B8 is #5A5847. Grayscale: #A8A8A8. Windows color (decimal): -5920840 or 12101541. OLE color: 12101541.
HSL color Cylindrical-coordinate representation of color #A5A7B8: hue angle of 233.68º degrees, saturation: 0.12, 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 #A5A7B8 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 167 | 184 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.28 |
| HSL | 233.68º | 0.12% | 0.68% | - |
| HSV(B) | 233.68º | 0.1% | 0.72% | - |
| XYZ | 37.99 | 39.1 | 50.89 | - |
| YUV | 168.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 184 | 0.10 | 0.09 | 0 | 0.28 | 233.68 | 0.12 | 0.68 |
| Hex | A5 | A7 | B8 | A | 9 | 0 | 1C | EA | C | 44 |
| Octal | 245 | 247 | 270 | 12 | 11 | 0 | 34 | 352 | 14 | 104 |
| Binary | 10100101 | 10100111 | 10111000 | 1010 | 1001 | 0 | 11100 | 11101010 | 1100 | 1000100 |
Color Harmonies of #A5A7B8
Complementary color
Monochromatic Colors of #A5A7B8
Black with #A5A7B8
Text Example
Text Example
White with #A5A7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7B8; }
p { color: rgb(165,167,184); }
H1.HeaderClassName
{
color: #A5A7B8;
}
.AnyTagClassName
{
color: #A5A7B8;
}
</style>
background-color css
<style>
a { background-color: #A5A7B8; }
a { background-color: rgb(165,167,184); }
div.DivClassName
{
background-color: #A5A7B8;
}
.BgClassName
{
background-color: #A5A7B8;
}
</style>
border-color css
<style>
span { border-color: #A5A7B8; }
span { border-color: rgb(165,167,184); }
td.TdClassName
{
border-color: #A5A7B8;
}
.TagClassName
{
border-color: #A5A7B8;
}
</style>