Shades of Mischka #AAB0B7
Tints of Mischka #AAB0B7
RGB
CMYK
RGB Variations
Color information
#AAB0B7 (or 0xAAB0B7) is known color: Mischka. HEX triplet: AA, B0 and B7. RGB value is (170,176,183). Sum of RGB (Red+Green+Blue) = 170+176+183=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #AAB0B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0B7 is #554F48. Grayscale: #AEAEAE. Windows color (decimal): -5590857 or 12038314. OLE color: 12038314.
HSL color Cylindrical-coordinate representation of color #AAB0B7: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB0B7 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 176 | 183 | - |
CMYK | 0.07 | 0.04 | 0 | 0.28 |
HSL | 212.31º | 0.08% | 0.69% | - |
HSV(B) | 212.31º | 0.07% | 0.72% | - |
XYZ | 40.65 | 43.02 | 50.96 | - |
YUV | 175 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 176 | 183 | 0.07 | 0.04 | 0 | 0.28 | 212.31 | 0.08 | 0.69 |
Hex | AA | B0 | B7 | 7 | 4 | 0 | 1C | D4 | 8 | 45 |
Octal | 252 | 260 | 267 | 7 | 4 | 0 | 34 | 324 | 10 | 105 |
Binary | 10101010 | 10110000 | 10110111 | 111 | 100 | 0 | 11100 | 11010100 | 1000 | 1000101 |
Color Harmonies of #AAB0B7
Complementary color
Monochromatic Colors of #AAB0B7
Black with #AAB0B7
Text Example
Text Example
White with #AAB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0B7; }
p { color: rgb(170,176,183); }
H1.HeaderClassName
{
color: #AAB0B7;
}
.AnyTagClassName
{
color: #AAB0B7;
}
</style>
background-color css
<style>
a { background-color: #AAB0B7; }
a { background-color: rgb(170,176,183); }
div.DivClassName
{
background-color: #AAB0B7;
}
.BgClassName
{
background-color: #AAB0B7;
}
</style>
border-color css
<style>
span { border-color: #AAB0B7; }
span { border-color: rgb(170,176,183); }
td.TdClassName
{
border-color: #AAB0B7;
}
.TagClassName
{
border-color: #AAB0B7;
}
</style>