Shades of Mischka #AAADB1
Tints of Mischka #AAADB1
RGB
CMYK
RGB Variations
Color information
#AAADB1 (or 0xAAADB1) is known color: Mischka. HEX triplet: AA, AD and B1. RGB value is (170,173,177). Sum of RGB (Red+Green+Blue) = 170+173+177=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #AAADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADB1 is #55524E. Grayscale: #ACACAC. Windows color (decimal): -5591631 or 11644330. OLE color: 11644330.
HSL color Cylindrical-coordinate representation of color #AAADB1: hue angle of 214.29º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAADB1 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 173 | 177 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.31 |
| HSL | 214.29º | 0.04% | 0.68% | - |
| HSV(B) | 214.29º | 0.04% | 0.69% | - |
| XYZ | 39.46 | 41.61 | 47.55 | - |
| YUV | 172.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 177 | 0.04 | 0.02 | 0 | 0.31 | 214.29 | 0.04 | 0.68 |
| Hex | AA | AD | B1 | 4 | 2 | 0 | 1F | D6 | 4 | 44 |
| Octal | 252 | 255 | 261 | 4 | 2 | 0 | 37 | 326 | 4 | 104 |
| Binary | 10101010 | 10101101 | 10110001 | 100 | 10 | 0 | 11111 | 11010110 | 100 | 1000100 |
Color Harmonies of #AAADB1
Complementary color
Monochromatic Colors of #AAADB1
Black with #AAADB1
Text Example
Text Example
White with #AAADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADB1; }
p { color: rgb(170,173,177); }
H1.HeaderClassName
{
color: #AAADB1;
}
.AnyTagClassName
{
color: #AAADB1;
}
</style>
background-color css
<style>
a { background-color: #AAADB1; }
a { background-color: rgb(170,173,177); }
div.DivClassName
{
background-color: #AAADB1;
}
.BgClassName
{
background-color: #AAADB1;
}
</style>
border-color css
<style>
span { border-color: #AAADB1; }
span { border-color: rgb(170,173,177); }
td.TdClassName
{
border-color: #AAADB1;
}
.TagClassName
{
border-color: #AAADB1;
}
</style>