Shades of Mischka #A9AEBC
Tints of Mischka #A9AEBC
RGB
CMYK
RGB Variations
Color information
#A9AEBC (or 0xA9AEBC) is known color: Mischka. HEX triplet: A9, AE and BC. RGB value is (169,174,188). Sum of RGB (Red+Green+Blue) = 169+174+188=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEBC is #565143. Grayscale: #AEAEAE. Windows color (decimal): -5656900 or 12365481. OLE color: 12365481.
HSL color Cylindrical-coordinate representation of color #A9AEBC: hue angle of 224.21º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9AEBC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 174 | 188 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.26 |
| HSL | 224.21º | 0.12% | 0.7% | - |
| HSV(B) | 224.21º | 0.1% | 0.74% | - |
| XYZ | 40.58 | 42.34 | 53.61 | - |
| YUV | 174.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 188 | 0.10 | 0.07 | 0 | 0.26 | 224.21 | 0.12 | 0.7 |
| Hex | A9 | AE | BC | A | 7 | 0 | 1A | E0 | C | 46 |
| Octal | 251 | 256 | 274 | 12 | 7 | 0 | 32 | 340 | 14 | 106 |
| Binary | 10101001 | 10101110 | 10111100 | 1010 | 111 | 0 | 11010 | 11100000 | 1100 | 1000110 |
Color Harmonies of #A9AEBC
Complementary color
Monochromatic Colors of #A9AEBC
Black with #A9AEBC
Text Example
Text Example
White with #A9AEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEBC; }
p { color: rgb(169,174,188); }
H1.HeaderClassName
{
color: #A9AEBC;
}
.AnyTagClassName
{
color: #A9AEBC;
}
</style>
background-color css
<style>
a { background-color: #A9AEBC; }
a { background-color: rgb(169,174,188); }
div.DivClassName
{
background-color: #A9AEBC;
}
.BgClassName
{
background-color: #A9AEBC;
}
</style>
border-color css
<style>
span { border-color: #A9AEBC; }
span { border-color: rgb(169,174,188); }
td.TdClassName
{
border-color: #A9AEBC;
}
.TagClassName
{
border-color: #A9AEBC;
}
</style>