Shades of Mischka #A5A6AD
Tints of Mischka #A5A6AD
RGB
CMYK
RGB Variations
Color information
#A5A6AD (or 0xA5A6AD) is known color: Mischka. HEX triplet: A5, A6 and AD. RGB value is (165,166,173). Sum of RGB (Red+Green+Blue) = 165+166+173=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: blue. Hex color #A5A6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A6AD is #5A5952. Grayscale: #A6A6A6. Windows color (decimal): -5921107 or 11380389. OLE color: 11380389.
HSL color Cylindrical-coordinate representation of color #A5A6AD: hue angle of 232.5º degrees, saturation: 0.05, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A5A6AD is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 166 | 173 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.32 |
| HSL | 232.5º | 0.05% | 0.66% | - |
| HSV(B) | 232.5º | 0.05% | 0.68% | - |
| XYZ | 36.7 | 38.29 | 44.99 | - |
| YUV | 166.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 173 | 0.05 | 0.04 | 0 | 0.32 | 232.5 | 0.05 | 0.66 |
| Hex | A5 | A6 | AD | 5 | 4 | 0 | 20 | E8 | 5 | 42 |
| Octal | 245 | 246 | 255 | 5 | 4 | 0 | 40 | 350 | 5 | 102 |
| Binary | 10100101 | 10100110 | 10101101 | 101 | 100 | 0 | 100000 | 11101000 | 101 | 1000010 |
Color Harmonies of #A5A6AD
Complementary color
Monochromatic Colors of #A5A6AD
Black with #A5A6AD
Text Example
Text Example
White with #A5A6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A6AD; }
p { color: rgb(165,166,173); }
H1.HeaderClassName
{
color: #A5A6AD;
}
.AnyTagClassName
{
color: #A5A6AD;
}
</style>
background-color css
<style>
a { background-color: #A5A6AD; }
a { background-color: rgb(165,166,173); }
div.DivClassName
{
background-color: #A5A6AD;
}
.BgClassName
{
background-color: #A5A6AD;
}
</style>
border-color css
<style>
span { border-color: #A5A6AD; }
span { border-color: rgb(165,166,173); }
td.TdClassName
{
border-color: #A5A6AD;
}
.TagClassName
{
border-color: #A5A6AD;
}
</style>