Shades of Mischka #A5A6A9
Tints of Mischka #A5A6A9
RGB
CMYK
RGB Variations
Color information
#A5A6A9 (or 0xA5A6A9) is known color: Mischka. HEX triplet: A5, A6 and A9. RGB value is (165,166,169). Sum of RGB (Red+Green+Blue) = 165+166+169=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 169 (66.41% from 255 or 33.8% from 500); Max value from RGB is 169 - color contains mainly: blue. Hex color #A5A6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A6A9 is #5A5956. Grayscale: #A6A6A6. Windows color (decimal): -5921111 or 11118245. OLE color: 11118245.
HSL color Cylindrical-coordinate representation of color #A5A6A9: hue angle of 225º degrees, saturation: 0.02, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A5A6A9 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 166 | 169 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.34 |
| HSL | 225º | 0.02% | 0.65% | - |
| HSV(B) | 225º | 0.02% | 0.66% | - |
| XYZ | 36.31 | 38.14 | 42.98 | - |
| YUV | 166.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 169 | 0.02 | 0.02 | 0 | 0.34 | 225 | 0.02 | 0.65 |
| Hex | A5 | A6 | A9 | 2 | 2 | 0 | 22 | E1 | 2 | 41 |
| Octal | 245 | 246 | 251 | 2 | 2 | 0 | 42 | 341 | 2 | 101 |
| Binary | 10100101 | 10100110 | 10101001 | 10 | 10 | 0 | 100010 | 11100001 | 10 | 1000001 |
Color Harmonies of #A5A6A9
Complementary color
Monochromatic Colors of #A5A6A9
Black with #A5A6A9
Text Example
Text Example
White with #A5A6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A6A9; }
p { color: rgb(165,166,169); }
H1.HeaderClassName
{
color: #A5A6A9;
}
.AnyTagClassName
{
color: #A5A6A9;
}
</style>
background-color css
<style>
a { background-color: #A5A6A9; }
a { background-color: rgb(165,166,169); }
div.DivClassName
{
background-color: #A5A6A9;
}
.BgClassName
{
background-color: #A5A6A9;
}
</style>
border-color css
<style>
span { border-color: #A5A6A9; }
span { border-color: rgb(165,166,169); }
td.TdClassName
{
border-color: #A5A6A9;
}
.TagClassName
{
border-color: #A5A6A9;
}
</style>