Shades of Mischka #A1A5AD
Tints of Mischka #A1A5AD
RGB
CMYK
RGB Variations
Color information
#A1A5AD (or 0xA1A5AD) is known color: Mischka. HEX triplet: A1, A5 and AD. RGB value is (161,165,173). Sum of RGB (Red+Green+Blue) = 161+165+173=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 173 - color contains mainly: blue. Hex color #A1A5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A5AD is #5E5A52. Grayscale: #A4A4A4. Windows color (decimal): -6183507 or 11380129. OLE color: 11380129.
HSL color Cylindrical-coordinate representation of color #A1A5AD: hue angle of 220º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A1A5AD is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 165 | 173 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.32 |
| HSL | 220º | 0.07% | 0.65% | - |
| HSV(B) | 220º | 0.07% | 0.68% | - |
| XYZ | 35.7 | 37.5 | 44.89 | - |
| YUV | 164.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 173 | 0.07 | 0.05 | 0 | 0.32 | 220 | 0.07 | 0.65 |
| Hex | A1 | A5 | AD | 7 | 5 | 0 | 20 | DC | 7 | 41 |
| Octal | 241 | 245 | 255 | 7 | 5 | 0 | 40 | 334 | 7 | 101 |
| Binary | 10100001 | 10100101 | 10101101 | 111 | 101 | 0 | 100000 | 11011100 | 111 | 1000001 |
Color Harmonies of #A1A5AD
Complementary color
Monochromatic Colors of #A1A5AD
Black with #A1A5AD
Text Example
Text Example
White with #A1A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5AD; }
p { color: rgb(161,165,173); }
H1.HeaderClassName
{
color: #A1A5AD;
}
.AnyTagClassName
{
color: #A1A5AD;
}
</style>
background-color css
<style>
a { background-color: #A1A5AD; }
a { background-color: rgb(161,165,173); }
div.DivClassName
{
background-color: #A1A5AD;
}
.BgClassName
{
background-color: #A1A5AD;
}
</style>
border-color css
<style>
span { border-color: #A1A5AD; }
span { border-color: rgb(161,165,173); }
td.TdClassName
{
border-color: #A1A5AD;
}
.TagClassName
{
border-color: #A1A5AD;
}
</style>