Shades of Mischka #ACADB7
Tints of Mischka #ACADB7
RGB
CMYK
RGB Variations
Color information
#ACADB7 (or 0xACADB7) is known color: Mischka. HEX triplet: AC, AD and B7. RGB value is (172,173,183). Sum of RGB (Red+Green+Blue) = 172+173+183=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADB7 is #535248. Grayscale: #ADADAD. Windows color (decimal): -5460553 or 12037548. OLE color: 12037548.
HSL color Cylindrical-coordinate representation of color #ACADB7: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACADB7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 173 | 183 | - |
CMYK | 0.06 | 0.05 | 0 | 0.28 |
HSL | 234.55º | 0.07% | 0.7% | - |
HSV(B) | 234.55º | 0.06% | 0.72% | - |
XYZ | 40.5 | 42.08 | 50.79 | - |
YUV | 173.84 | 133.17 | 126.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 183 | 0.06 | 0.05 | 0 | 0.28 | 234.55 | 0.07 | 0.7 |
Hex | AC | AD | B7 | 6 | 5 | 0 | 1C | EB | 7 | 46 |
Octal | 254 | 255 | 267 | 6 | 5 | 0 | 34 | 353 | 7 | 106 |
Binary | 10101100 | 10101101 | 10110111 | 110 | 101 | 0 | 11100 | 11101011 | 111 | 1000110 |
Color Harmonies of #ACADB7
Complementary color
Monochromatic Colors of #ACADB7
Black with #ACADB7
Text Example
Text Example
White with #ACADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADB7; }
p { color: rgb(172,173,183); }
H1.HeaderClassName
{
color: #ACADB7;
}
.AnyTagClassName
{
color: #ACADB7;
}
</style>
background-color css
<style>
a { background-color: #ACADB7; }
a { background-color: rgb(172,173,183); }
div.DivClassName
{
background-color: #ACADB7;
}
.BgClassName
{
background-color: #ACADB7;
}
</style>
border-color css
<style>
span { border-color: #ACADB7; }
span { border-color: rgb(172,173,183); }
td.TdClassName
{
border-color: #ACADB7;
}
.TagClassName
{
border-color: #ACADB7;
}
</style>