Shades of Mischka #A5A6AA
Tints of Mischka #A5A6AA
RGB
CMYK
RGB Variations
Color information
#A5A6AA (or 0xA5A6AA) is known color: Mischka. HEX triplet: A5, A6 and AA. RGB value is (165,166,170). Sum of RGB (Red+Green+Blue) = 165+166+170=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 170 - color contains mainly: blue. Hex color #A5A6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A6AA is #5A5955. Grayscale: #A6A6A6. Windows color (decimal): -5921110 or 11183781. OLE color: 11183781.
HSL color Cylindrical-coordinate representation of color #A5A6AA: hue angle of 228º degrees, saturation: 0.03, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A5A6AA is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 166 | 170 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.33 |
| HSL | 228º | 0.03% | 0.66% | - |
| HSV(B) | 228º | 0.03% | 0.67% | - |
| XYZ | 36.41 | 38.17 | 43.48 | - |
| YUV | 166.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 170 | 0.03 | 0.02 | 0 | 0.33 | 228 | 0.03 | 0.66 |
| Hex | A5 | A6 | AA | 3 | 2 | 0 | 21 | E4 | 3 | 42 |
| Octal | 245 | 246 | 252 | 3 | 2 | 0 | 41 | 344 | 3 | 102 |
| Binary | 10100101 | 10100110 | 10101010 | 11 | 10 | 0 | 100001 | 11100100 | 11 | 1000010 |
Color Harmonies of #A5A6AA
Complementary color
Monochromatic Colors of #A5A6AA
Black with #A5A6AA
Text Example
Text Example
White with #A5A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A6AA; }
p { color: rgb(165,166,170); }
H1.HeaderClassName
{
color: #A5A6AA;
}
.AnyTagClassName
{
color: #A5A6AA;
}
</style>
background-color css
<style>
a { background-color: #A5A6AA; }
a { background-color: rgb(165,166,170); }
div.DivClassName
{
background-color: #A5A6AA;
}
.BgClassName
{
background-color: #A5A6AA;
}
</style>
border-color css
<style>
span { border-color: #A5A6AA; }
span { border-color: rgb(165,166,170); }
td.TdClassName
{
border-color: #A5A6AA;
}
.TagClassName
{
border-color: #A5A6AA;
}
</style>