Shades of Mischka #AAAEBC
Tints of Mischka #AAAEBC
RGB
CMYK
RGB Variations
Color information
#AAAEBC (or 0xAAAEBC) is known color: Mischka. HEX triplet: AA, AE and BC. RGB value is (170,174,188). Sum of RGB (Red+Green+Blue) = 170+174+188=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEBC is #555143. Grayscale: #AEAEAE. Windows color (decimal): -5591364 or 12365482. OLE color: 12365482.
HSL color Cylindrical-coordinate representation of color #AAAEBC: hue angle of 226.67º 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 #AAAEBC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 174 | 188 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.26 |
| HSL | 226.67º | 0.12% | 0.7% | - |
| HSV(B) | 226.67º | 0.1% | 0.74% | - |
| XYZ | 40.79 | 42.45 | 53.62 | - |
| YUV | 174.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 188 | 0.10 | 0.07 | 0 | 0.26 | 226.67 | 0.12 | 0.7 |
| Hex | AA | AE | BC | A | 7 | 0 | 1A | E3 | C | 46 |
| Octal | 252 | 256 | 274 | 12 | 7 | 0 | 32 | 343 | 14 | 106 |
| Binary | 10101010 | 10101110 | 10111100 | 1010 | 111 | 0 | 11010 | 11100011 | 1100 | 1000110 |
Color Harmonies of #AAAEBC
Complementary color
Monochromatic Colors of #AAAEBC
Black with #AAAEBC
Text Example
Text Example
White with #AAAEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEBC; }
p { color: rgb(170,174,188); }
H1.HeaderClassName
{
color: #AAAEBC;
}
.AnyTagClassName
{
color: #AAAEBC;
}
</style>
background-color css
<style>
a { background-color: #AAAEBC; }
a { background-color: rgb(170,174,188); }
div.DivClassName
{
background-color: #AAAEBC;
}
.BgClassName
{
background-color: #AAAEBC;
}
</style>
border-color css
<style>
span { border-color: #AAAEBC; }
span { border-color: rgb(170,174,188); }
td.TdClassName
{
border-color: #AAAEBC;
}
.TagClassName
{
border-color: #AAAEBC;
}
</style>