Shades of Mischka #ACADB9
Tints of Mischka #ACADB9
RGB
CMYK
RGB Variations
Color information
#ACADB9 (or 0xACADB9) is known color: Mischka. HEX triplet: AC, AD and B9. RGB value is (172,173,185). Sum of RGB (Red+Green+Blue) = 172+173+185=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADB9 is #535246. Grayscale: #AEAEAE. Windows color (decimal): -5460551 or 12168620. OLE color: 12168620.
HSL color Cylindrical-coordinate representation of color #ACADB9: hue angle of 235.38º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACADB9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 173 | 185 | - |
CMYK | 0.07 | 0.06 | 0 | 0.27 |
HSL | 235.38º | 0.08% | 0.7% | - |
HSV(B) | 235.38º | 0.07% | 0.73% | - |
XYZ | 40.71 | 42.16 | 51.89 | - |
YUV | 174.07 | 134.17 | 126.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 173 | 185 | 0.07 | 0.06 | 0 | 0.27 | 235.38 | 0.08 | 0.7 |
Hex | AC | AD | B9 | 7 | 6 | 0 | 1B | EB | 8 | 46 |
Octal | 254 | 255 | 271 | 7 | 6 | 0 | 33 | 353 | 10 | 106 |
Binary | 10101100 | 10101101 | 10111001 | 111 | 110 | 0 | 11011 | 11101011 | 1000 | 1000110 |
Color Harmonies of #ACADB9
Complementary color
Monochromatic Colors of #ACADB9
Black with #ACADB9
Text Example
Text Example
White with #ACADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACADB9; }
p { color: rgb(172,173,185); }
H1.HeaderClassName
{
color: #ACADB9;
}
.AnyTagClassName
{
color: #ACADB9;
}
</style>
background-color css
<style>
a { background-color: #ACADB9; }
a { background-color: rgb(172,173,185); }
div.DivClassName
{
background-color: #ACADB9;
}
.BgClassName
{
background-color: #ACADB9;
}
</style>
border-color css
<style>
span { border-color: #ACADB9; }
span { border-color: rgb(172,173,185); }
td.TdClassName
{
border-color: #ACADB9;
}
.TagClassName
{
border-color: #ACADB9;
}
</style>