Shades of Mischka #A9AAB0
Tints of Mischka #A9AAB0
RGB
CMYK
RGB Variations
Color information
#A9AAB0 (or 0xA9AAB0) is known color: Mischka. HEX triplet: A9, AA and B0. RGB value is (169,170,176). Sum of RGB (Red+Green+Blue) = 169+170+176=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 176 - color contains mainly: blue. Hex color #A9AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAB0 is #56554F. Grayscale: #AAAAAA. Windows color (decimal): -5657936 or 11578025. OLE color: 11578025.
HSL color Cylindrical-coordinate representation of color #A9AAB0: hue angle of 231.43º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A9AAB0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 170 | 176 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.31 |
| HSL | 231.43º | 0.04% | 0.68% | - |
| HSV(B) | 231.43º | 0.04% | 0.69% | - |
| XYZ | 38.57 | 40.32 | 46.82 | - |
| YUV | 170.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 176 | 0.04 | 0.03 | 0 | 0.31 | 231.43 | 0.04 | 0.68 |
| Hex | A9 | AA | B0 | 4 | 3 | 0 | 1F | E7 | 4 | 44 |
| Octal | 251 | 252 | 260 | 4 | 3 | 0 | 37 | 347 | 4 | 104 |
| Binary | 10101001 | 10101010 | 10110000 | 100 | 11 | 0 | 11111 | 11100111 | 100 | 1000100 |
Color Harmonies of #A9AAB0
Complementary color
Monochromatic Colors of #A9AAB0
Black with #A9AAB0
Text Example
Text Example
White with #A9AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAB0; }
p { color: rgb(169,170,176); }
H1.HeaderClassName
{
color: #A9AAB0;
}
.AnyTagClassName
{
color: #A9AAB0;
}
</style>
background-color css
<style>
a { background-color: #A9AAB0; }
a { background-color: rgb(169,170,176); }
div.DivClassName
{
background-color: #A9AAB0;
}
.BgClassName
{
background-color: #A9AAB0;
}
</style>
border-color css
<style>
span { border-color: #A9AAB0; }
span { border-color: rgb(169,170,176); }
td.TdClassName
{
border-color: #A9AAB0;
}
.TagClassName
{
border-color: #A9AAB0;
}
</style>