Shades of Mischka #AAABAF
Tints of Mischka #AAABAF
RGB
CMYK
RGB Variations
Color information
#AAABAF (or 0xAAABAF) is known color: Mischka. HEX triplet: AA, AB and AF. RGB value is (170,171,175). Sum of RGB (Red+Green+Blue) = 170+171+175=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAABAF is #555450. Grayscale: #ABABAB. Windows color (decimal): -5592145 or 11512746. OLE color: 11512746.
HSL color Cylindrical-coordinate representation of color #AAABAF: hue angle of 228º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AAABAF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 171 | 175 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.31 |
| HSL | 228º | 0.03% | 0.68% | - |
| HSV(B) | 228º | 0.03% | 0.69% | - |
| XYZ | 38.88 | 40.77 | 46.38 | - |
| YUV | 171.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 175 | 0.03 | 0.02 | 0 | 0.31 | 228 | 0.03 | 0.68 |
| Hex | AA | AB | AF | 3 | 2 | 0 | 1F | E4 | 3 | 44 |
| Octal | 252 | 253 | 257 | 3 | 2 | 0 | 37 | 344 | 3 | 104 |
| Binary | 10101010 | 10101011 | 10101111 | 11 | 10 | 0 | 11111 | 11100100 | 11 | 1000100 |
Color Harmonies of #AAABAF
Complementary color
Monochromatic Colors of #AAABAF
Black with #AAABAF
Text Example
Text Example
White with #AAABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABAF; }
p { color: rgb(170,171,175); }
H1.HeaderClassName
{
color: #AAABAF;
}
.AnyTagClassName
{
color: #AAABAF;
}
</style>
background-color css
<style>
a { background-color: #AAABAF; }
a { background-color: rgb(170,171,175); }
div.DivClassName
{
background-color: #AAABAF;
}
.BgClassName
{
background-color: #AAABAF;
}
</style>
border-color css
<style>
span { border-color: #AAABAF; }
span { border-color: rgb(170,171,175); }
td.TdClassName
{
border-color: #AAABAF;
}
.TagClassName
{
border-color: #AAABAF;
}
</style>