Shades of Mischka #ADAEAF
Tints of Mischka #ADAEAF
RGB
CMYK
RGB Variations
Color information
#ADAEAF (or 0xADAEAF) is known color: Mischka. HEX triplet: AD, AE and AF. RGB value is (173,174,175). Sum of RGB (Red+Green+Blue) = 173+174+175=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAF is #525150. Grayscale: #ADADAD. Windows color (decimal): -5394769 or 11513517. OLE color: 11513517.
HSL color Cylindrical-coordinate representation of color #ADAEAF: hue angle of 210º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAEAF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 173 | 174 | 175 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 210º | 0.01% | 0.68% | - |
HSV(B) | 210º | 0.01% | 0.69% | - |
XYZ | 40.11 | 42.25 | 46.6 | - |
YUV | 173.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 174 | 175 | 0.01 | 0.01 | 0 | 0.31 | 210 | 0.01 | 0.68 |
Hex | AD | AE | AF | 1 | 1 | 0 | 1F | D2 | 1 | 44 |
Octal | 255 | 256 | 257 | 1 | 1 | 0 | 37 | 322 | 1 | 104 |
Binary | 10101101 | 10101110 | 10101111 | 1 | 1 | 0 | 11111 | 11010010 | 1 | 1000100 |
Color Harmonies of #ADAEAF
Complementary color
Monochromatic Colors of #ADAEAF
Black with #ADAEAF
Text Example
Text Example
White with #ADAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAEAF; }
p { color: rgb(173,174,175); }
H1.HeaderClassName
{
color: #ADAEAF;
}
.AnyTagClassName
{
color: #ADAEAF;
}
</style>
background-color css
<style>
a { background-color: #ADAEAF; }
a { background-color: rgb(173,174,175); }
div.DivClassName
{
background-color: #ADAEAF;
}
.BgClassName
{
background-color: #ADAEAF;
}
</style>
border-color css
<style>
span { border-color: #ADAEAF; }
span { border-color: rgb(173,174,175); }
td.TdClassName
{
border-color: #ADAEAF;
}
.TagClassName
{
border-color: #ADAEAF;
}
</style>