Shades of Mischka #A9AEBB
Tints of Mischka #A9AEBB
RGB
CMYK
RGB Variations
Color information
#A9AEBB (or 0xA9AEBB) is known color: Mischka. HEX triplet: A9, AE and BB. RGB value is (169,174,187). Sum of RGB (Red+Green+Blue) = 169+174+187=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEBB is #565144. Grayscale: #ADADAD. Windows color (decimal): -5656901 or 12299945. OLE color: 12299945.
HSL color Cylindrical-coordinate representation of color #A9AEBB: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AEBB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 174 | 187 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.27 |
| HSL | 223.33º | 0.12% | 0.7% | - |
| HSV(B) | 223.33º | 0.1% | 0.73% | - |
| XYZ | 40.47 | 42.29 | 53.04 | - |
| YUV | 173.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 187 | 0.10 | 0.07 | 0 | 0.27 | 223.33 | 0.12 | 0.7 |
| Hex | A9 | AE | BB | A | 7 | 0 | 1B | DF | C | 46 |
| Octal | 251 | 256 | 273 | 12 | 7 | 0 | 33 | 337 | 14 | 106 |
| Binary | 10101001 | 10101110 | 10111011 | 1010 | 111 | 0 | 11011 | 11011111 | 1100 | 1000110 |
Color Harmonies of #A9AEBB
Complementary color
Monochromatic Colors of #A9AEBB
Black with #A9AEBB
Text Example
Text Example
White with #A9AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEBB; }
p { color: rgb(169,174,187); }
H1.HeaderClassName
{
color: #A9AEBB;
}
.AnyTagClassName
{
color: #A9AEBB;
}
</style>
background-color css
<style>
a { background-color: #A9AEBB; }
a { background-color: rgb(169,174,187); }
div.DivClassName
{
background-color: #A9AEBB;
}
.BgClassName
{
background-color: #A9AEBB;
}
</style>
border-color css
<style>
span { border-color: #A9AEBB; }
span { border-color: rgb(169,174,187); }
td.TdClassName
{
border-color: #A9AEBB;
}
.TagClassName
{
border-color: #A9AEBB;
}
</style>