Shades of Mischka #A5A7AD
Tints of Mischka #A5A7AD
RGB
CMYK
RGB Variations
Color information
#A5A7AD (or 0xA5A7AD) is known color: Mischka. HEX triplet: A5, A7 and AD. RGB value is (165,167,173). Sum of RGB (Red+Green+Blue) = 165+167+173=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 173 - color contains mainly: blue. Hex color #A5A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A7AD is #5A5852. Grayscale: #A7A7A7. Windows color (decimal): -5920851 or 11380645. OLE color: 11380645.
HSL color Cylindrical-coordinate representation of color #A5A7AD: hue angle of 225º 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 #A5A7AD is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 167 | 173 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.32 |
| HSL | 225º | 0.05% | 0.66% | - |
| HSV(B) | 225º | 0.05% | 0.68% | - |
| XYZ | 36.88 | 38.65 | 45.05 | - |
| YUV | 167.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 173 | 0.05 | 0.03 | 0 | 0.32 | 225 | 0.05 | 0.66 |
| Hex | A5 | A7 | AD | 5 | 3 | 0 | 20 | E1 | 5 | 42 |
| Octal | 245 | 247 | 255 | 5 | 3 | 0 | 40 | 341 | 5 | 102 |
| Binary | 10100101 | 10100111 | 10101101 | 101 | 11 | 0 | 100000 | 11100001 | 101 | 1000010 |
Color Harmonies of #A5A7AD
Complementary color
Monochromatic Colors of #A5A7AD
Black with #A5A7AD
Text Example
Text Example
White with #A5A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A7AD; }
p { color: rgb(165,167,173); }
H1.HeaderClassName
{
color: #A5A7AD;
}
.AnyTagClassName
{
color: #A5A7AD;
}
</style>
background-color css
<style>
a { background-color: #A5A7AD; }
a { background-color: rgb(165,167,173); }
div.DivClassName
{
background-color: #A5A7AD;
}
.BgClassName
{
background-color: #A5A7AD;
}
</style>
border-color css
<style>
span { border-color: #A5A7AD; }
span { border-color: rgb(165,167,173); }
td.TdClassName
{
border-color: #A5A7AD;
}
.TagClassName
{
border-color: #A5A7AD;
}
</style>