Shades of Mischka #AAB0B8
Tints of Mischka #AAB0B8
RGB
CMYK
RGB Variations
Color information
#AAB0B8 (or 0xAAB0B8) is known color: Mischka. HEX triplet: AA, B0 and B8. RGB value is (170,176,184). Sum of RGB (Red+Green+Blue) = 170+176+184=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAB0B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B8 is #554F47. Grayscale: #AFAFAF. Windows color (decimal): -5590856 or 12103850. OLE color: 12103850.
HSL color Cylindrical-coordinate representation of color #AAB0B8: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB0B8 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 176 | 184 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.28 |
| HSL | 214.29º | 0.09% | 0.69% | - |
| HSV(B) | 214.29º | 0.08% | 0.72% | - |
| XYZ | 40.75 | 43.06 | 51.51 | - |
| YUV | 175.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 184 | 0.08 | 0.04 | 0 | 0.28 | 214.29 | 0.09 | 0.69 |
| Hex | AA | B0 | B8 | 8 | 4 | 0 | 1C | D6 | 9 | 45 |
| Octal | 252 | 260 | 270 | 10 | 4 | 0 | 34 | 326 | 11 | 105 |
| Binary | 10101010 | 10110000 | 10111000 | 1000 | 100 | 0 | 11100 | 11010110 | 1001 | 1000101 |
Color Harmonies of #AAB0B8
Complementary color
Monochromatic Colors of #AAB0B8
Black with #AAB0B8
Text Example
Text Example
White with #AAB0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0B8; }
p { color: rgb(170,176,184); }
H1.HeaderClassName
{
color: #AAB0B8;
}
.AnyTagClassName
{
color: #AAB0B8;
}
</style>
background-color css
<style>
a { background-color: #AAB0B8; }
a { background-color: rgb(170,176,184); }
div.DivClassName
{
background-color: #AAB0B8;
}
.BgClassName
{
background-color: #AAB0B8;
}
</style>
border-color css
<style>
span { border-color: #AAB0B8; }
span { border-color: rgb(170,176,184); }
td.TdClassName
{
border-color: #AAB0B8;
}
.TagClassName
{
border-color: #AAB0B8;
}
</style>