Shades of Mischka #ADAFB5
Tints of Mischka #ADAFB5
RGB
CMYK
RGB Variations
Color information
#ADAFB5 (or 0xADAFB5) is known color: Mischka. HEX triplet: AD, AF and B5. RGB value is (173,175,181). Sum of RGB (Red+Green+Blue) = 173+175+181=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADAFB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFB5 is #52504A. Grayscale: #AFAFAF. Windows color (decimal): -5394507 or 11906989. OLE color: 11906989.
HSL color Cylindrical-coordinate representation of color #ADAFB5: hue angle of 225º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADAFB5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 175 | 181 | - |
CMYK | 0.04 | 0.03 | 0 | 0.29 |
HSL | 225º | 0.05% | 0.69% | - |
HSV(B) | 225º | 0.04% | 0.71% | - |
XYZ | 40.9 | 42.88 | 49.84 | - |
YUV | 175.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 175 | 181 | 0.04 | 0.03 | 0 | 0.29 | 225 | 0.05 | 0.69 |
Hex | AD | AF | B5 | 4 | 3 | 0 | 1D | E1 | 5 | 45 |
Octal | 255 | 257 | 265 | 4 | 3 | 0 | 35 | 341 | 5 | 105 |
Binary | 10101101 | 10101111 | 10110101 | 100 | 11 | 0 | 11101 | 11100001 | 101 | 1000101 |
Color Harmonies of #ADAFB5
Complementary color
Monochromatic Colors of #ADAFB5
Black with #ADAFB5
Text Example
Text Example
White with #ADAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAFB5; }
p { color: rgb(173,175,181); }
H1.HeaderClassName
{
color: #ADAFB5;
}
.AnyTagClassName
{
color: #ADAFB5;
}
</style>
background-color css
<style>
a { background-color: #ADAFB5; }
a { background-color: rgb(173,175,181); }
div.DivClassName
{
background-color: #ADAFB5;
}
.BgClassName
{
background-color: #ADAFB5;
}
</style>
border-color css
<style>
span { border-color: #ADAFB5; }
span { border-color: rgb(173,175,181); }
td.TdClassName
{
border-color: #ADAFB5;
}
.TagClassName
{
border-color: #ADAFB5;
}
</style>