Shades of Mischka #AAADB4
Tints of Mischka #AAADB4
RGB
CMYK
RGB Variations
Color information
#AAADB4 (or 0xAAADB4) is known color: Mischka. HEX triplet: AA, AD and B4. RGB value is (170,173,180). Sum of RGB (Red+Green+Blue) = 170+173+180=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 180 - color contains mainly: blue. Hex color #AAADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADB4 is #55524B. Grayscale: #ACACAC. Windows color (decimal): -5591628 or 11840938. OLE color: 11840938.
HSL color Cylindrical-coordinate representation of color #AAADB4: hue angle of 222º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AAADB4 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 173 | 180 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.29 |
| HSL | 222º | 0.06% | 0.69% | - |
| HSV(B) | 222º | 0.06% | 0.71% | - |
| XYZ | 39.76 | 41.73 | 49.14 | - |
| YUV | 172.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 180 | 0.06 | 0.04 | 0 | 0.29 | 222 | 0.06 | 0.69 |
| Hex | AA | AD | B4 | 6 | 4 | 0 | 1D | DE | 6 | 45 |
| Octal | 252 | 255 | 264 | 6 | 4 | 0 | 35 | 336 | 6 | 105 |
| Binary | 10101010 | 10101101 | 10110100 | 110 | 100 | 0 | 11101 | 11011110 | 110 | 1000101 |
Color Harmonies of #AAADB4
Complementary color
Monochromatic Colors of #AAADB4
Black with #AAADB4
Text Example
Text Example
White with #AAADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADB4; }
p { color: rgb(170,173,180); }
H1.HeaderClassName
{
color: #AAADB4;
}
.AnyTagClassName
{
color: #AAADB4;
}
</style>
background-color css
<style>
a { background-color: #AAADB4; }
a { background-color: rgb(170,173,180); }
div.DivClassName
{
background-color: #AAADB4;
}
.BgClassName
{
background-color: #AAADB4;
}
</style>
border-color css
<style>
span { border-color: #AAADB4; }
span { border-color: rgb(170,173,180); }
td.TdClassName
{
border-color: #AAADB4;
}
.TagClassName
{
border-color: #AAADB4;
}
</style>