Shades of Mischka #AAADB8
Tints of Mischka #AAADB8
RGB
CMYK
RGB Variations
Color information
#AAADB8 (or 0xAAADB8) is known color: Mischka. HEX triplet: AA, AD and B8. RGB value is (170,173,184). Sum of RGB (Red+Green+Blue) = 170+173+184=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 184 - color contains mainly: blue. Hex color #AAADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADB8 is #555247. Grayscale: #ADADAD. Windows color (decimal): -5591624 or 12103082. OLE color: 12103082.
HSL color Cylindrical-coordinate representation of color #AAADB8: hue angle of 227.14º 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 #AAADB8 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 170 | 173 | 184 | - |
CMYK | 0.08 | 0.06 | 0 | 0.28 |
HSL | 227.14º | 0.09% | 0.69% | - |
HSV(B) | 227.14º | 0.08% | 0.72% | - |
XYZ | 40.17 | 41.89 | 51.32 | - |
YUV | 173.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 184 | 0.08 | 0.06 | 0 | 0.28 | 227.14 | 0.09 | 0.69 |
Hex | AA | AD | B8 | 8 | 6 | 0 | 1C | E3 | 9 | 45 |
Octal | 252 | 255 | 270 | 10 | 6 | 0 | 34 | 343 | 11 | 105 |
Binary | 10101010 | 10101101 | 10111000 | 1000 | 110 | 0 | 11100 | 11100011 | 1001 | 1000101 |
Color Harmonies of #AAADB8
Complementary color
Monochromatic Colors of #AAADB8
Black with #AAADB8
Text Example
Text Example
White with #AAADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADB8; }
p { color: rgb(170,173,184); }
H1.HeaderClassName
{
color: #AAADB8;
}
.AnyTagClassName
{
color: #AAADB8;
}
</style>
background-color css
<style>
a { background-color: #AAADB8; }
a { background-color: rgb(170,173,184); }
div.DivClassName
{
background-color: #AAADB8;
}
.BgClassName
{
background-color: #AAADB8;
}
</style>
border-color css
<style>
span { border-color: #AAADB8; }
span { border-color: rgb(170,173,184); }
td.TdClassName
{
border-color: #AAADB8;
}
.TagClassName
{
border-color: #AAADB8;
}
</style>