Shades of Mischka #A5AAB3
Tints of Mischka #A5AAB3
RGB
CMYK
RGB Variations
Color information
#A5AAB3 (or 0xA5AAB3) is known color: Mischka. HEX triplet: A5, AA and B3. RGB value is (165,170,179). Sum of RGB (Red+Green+Blue) = 165+170+179=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 179 (70.31% from 255 or 34.82% from 514); Max value from RGB is 179 - color contains mainly: blue. Hex color #A5AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAB3 is #5A554C. Grayscale: #A9A9A9. Windows color (decimal): -5920077 or 11774629. OLE color: 11774629.
HSL color Cylindrical-coordinate representation of color #A5AAB3: hue angle of 218.57º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5AAB3 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 170 | 179 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.30 |
| HSL | 218.57º | 0.08% | 0.67% | - |
| HSV(B) | 218.57º | 0.08% | 0.7% | - |
| XYZ | 38.03 | 40 | 48.36 | - |
| YUV | 169.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 179 | 0.08 | 0.05 | 0 | 0.30 | 218.57 | 0.08 | 0.67 |
| Hex | A5 | AA | B3 | 8 | 5 | 0 | 1E | DB | 8 | 43 |
| Octal | 245 | 252 | 263 | 10 | 5 | 0 | 36 | 333 | 10 | 103 |
| Binary | 10100101 | 10101010 | 10110011 | 1000 | 101 | 0 | 11110 | 11011011 | 1000 | 1000011 |
Color Harmonies of #A5AAB3
Complementary color
Monochromatic Colors of #A5AAB3
Black with #A5AAB3
Text Example
Text Example
White with #A5AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAB3; }
p { color: rgb(165,170,179); }
H1.HeaderClassName
{
color: #A5AAB3;
}
.AnyTagClassName
{
color: #A5AAB3;
}
</style>
background-color css
<style>
a { background-color: #A5AAB3; }
a { background-color: rgb(165,170,179); }
div.DivClassName
{
background-color: #A5AAB3;
}
.BgClassName
{
background-color: #A5AAB3;
}
</style>
border-color css
<style>
span { border-color: #A5AAB3; }
span { border-color: rgb(165,170,179); }
td.TdClassName
{
border-color: #A5AAB3;
}
.TagClassName
{
border-color: #A5AAB3;
}
</style>