Shades of Mischka #A7ACB4
Tints of Mischka #A7ACB4
RGB
CMYK
RGB Variations
Color information
#A7ACB4 (or 0xA7ACB4) is known color: Mischka. HEX triplet: A7, AC and B4. RGB value is (167,172,180). Sum of RGB (Red+Green+Blue) = 167+172+180=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 180 - color contains mainly: blue. Hex color #A7ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ACB4 is #58534B. Grayscale: #ABABAB. Windows color (decimal): -5788492 or 11840679. OLE color: 11840679.
HSL color Cylindrical-coordinate representation of color #A7ACB4: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7ACB4 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 172 | 180 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.29 |
| HSL | 216.92º | 0.08% | 0.68% | - |
| HSV(B) | 216.92º | 0.07% | 0.71% | - |
| XYZ | 38.93 | 41.02 | 49.05 | - |
| YUV | 171.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 172 | 180 | 0.07 | 0.04 | 0 | 0.29 | 216.92 | 0.08 | 0.68 |
| Hex | A7 | AC | B4 | 7 | 4 | 0 | 1D | D9 | 8 | 44 |
| Octal | 247 | 254 | 264 | 7 | 4 | 0 | 35 | 331 | 10 | 104 |
| Binary | 10100111 | 10101100 | 10110100 | 111 | 100 | 0 | 11101 | 11011001 | 1000 | 1000100 |
Color Harmonies of #A7ACB4
Complementary color
Monochromatic Colors of #A7ACB4
Black with #A7ACB4
Text Example
Text Example
White with #A7ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7ACB4; }
p { color: rgb(167,172,180); }
H1.HeaderClassName
{
color: #A7ACB4;
}
.AnyTagClassName
{
color: #A7ACB4;
}
</style>
background-color css
<style>
a { background-color: #A7ACB4; }
a { background-color: rgb(167,172,180); }
div.DivClassName
{
background-color: #A7ACB4;
}
.BgClassName
{
background-color: #A7ACB4;
}
</style>
border-color css
<style>
span { border-color: #A7ACB4; }
span { border-color: rgb(167,172,180); }
td.TdClassName
{
border-color: #A7ACB4;
}
.TagClassName
{
border-color: #A7ACB4;
}
</style>