Shades of Mischka #AAABAE
Tints of Mischka #AAABAE
RGB
CMYK
RGB Variations
Color information
#AAABAE (or 0xAAABAE) is known color: Mischka. HEX triplet: AA, AB and AE. RGB value is (170,171,174). Sum of RGB (Red+Green+Blue) = 170+171+174=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 174 - color contains mainly: blue. Hex color #AAABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABAE is #555451. Grayscale: #ABABAB. Windows color (decimal): -5592146 or 11447210. OLE color: 11447210.
HSL color Cylindrical-coordinate representation of color #AAABAE: hue angle of 225º degrees, saturation: 0.02, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AAABAE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 171 | 174 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.32 |
| HSL | 225º | 0.02% | 0.67% | - |
| HSV(B) | 225º | 0.02% | 0.68% | - |
| XYZ | 38.78 | 40.73 | 45.86 | - |
| YUV | 171.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 174 | 0.02 | 0.02 | 0 | 0.32 | 225 | 0.02 | 0.67 |
| Hex | AA | AB | AE | 2 | 2 | 0 | 20 | E1 | 2 | 43 |
| Octal | 252 | 253 | 256 | 2 | 2 | 0 | 40 | 341 | 2 | 103 |
| Binary | 10101010 | 10101011 | 10101110 | 10 | 10 | 0 | 100000 | 11100001 | 10 | 1000011 |
Color Harmonies of #AAABAE
Complementary color
Monochromatic Colors of #AAABAE
Black with #AAABAE
Text Example
Text Example
White with #AAABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABAE; }
p { color: rgb(170,171,174); }
H1.HeaderClassName
{
color: #AAABAE;
}
.AnyTagClassName
{
color: #AAABAE;
}
</style>
background-color css
<style>
a { background-color: #AAABAE; }
a { background-color: rgb(170,171,174); }
div.DivClassName
{
background-color: #AAABAE;
}
.BgClassName
{
background-color: #AAABAE;
}
</style>
border-color css
<style>
span { border-color: #AAABAE; }
span { border-color: rgb(170,171,174); }
td.TdClassName
{
border-color: #AAABAE;
}
.TagClassName
{
border-color: #AAABAE;
}
</style>