Shades of Mischka #AAB0B6
Tints of Mischka #AAB0B6
RGB
CMYK
RGB Variations
Color information
#AAB0B6 (or 0xAAB0B6) is known color: Mischka. HEX triplet: AA, B0 and B6. RGB value is (170,176,182). Sum of RGB (Red+Green+Blue) = 170+176+182=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 182 - color contains mainly: blue. Hex color #AAB0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B6 is #554F49. Grayscale: #AEAEAE. Windows color (decimal): -5590858 or 11972778. OLE color: 11972778.
HSL color Cylindrical-coordinate representation of color #AAB0B6: hue angle of 210º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB0B6 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 176 | 182 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.29 |
| HSL | 210º | 0.08% | 0.69% | - |
| HSV(B) | 210º | 0.07% | 0.71% | - |
| XYZ | 40.55 | 42.97 | 50.41 | - |
| YUV | 174.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 182 | 0.07 | 0.03 | 0 | 0.29 | 210 | 0.08 | 0.69 |
| Hex | AA | B0 | B6 | 7 | 3 | 0 | 1D | D2 | 8 | 45 |
| Octal | 252 | 260 | 266 | 7 | 3 | 0 | 35 | 322 | 10 | 105 |
| Binary | 10101010 | 10110000 | 10110110 | 111 | 11 | 0 | 11101 | 11010010 | 1000 | 1000101 |
Color Harmonies of #AAB0B6
Complementary color
Monochromatic Colors of #AAB0B6
Black with #AAB0B6
Text Example
Text Example
White with #AAB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0B6; }
p { color: rgb(170,176,182); }
H1.HeaderClassName
{
color: #AAB0B6;
}
.AnyTagClassName
{
color: #AAB0B6;
}
</style>
background-color css
<style>
a { background-color: #AAB0B6; }
a { background-color: rgb(170,176,182); }
div.DivClassName
{
background-color: #AAB0B6;
}
.BgClassName
{
background-color: #AAB0B6;
}
</style>
border-color css
<style>
span { border-color: #AAB0B6; }
span { border-color: rgb(170,176,182); }
td.TdClassName
{
border-color: #AAB0B6;
}
.TagClassName
{
border-color: #AAB0B6;
}
</style>