Shades of Mischka #A9ACB6
Tints of Mischka #A9ACB6
RGB
CMYK
RGB Variations
Color information
#A9ACB6 (or 0xA9ACB6) is known color: Mischka. HEX triplet: A9, AC and B6. RGB value is (169,172,182). Sum of RGB (Red+Green+Blue) = 169+172+182=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #A9ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACB6 is #565349. Grayscale: #ACACAC. Windows color (decimal): -5657418 or 11971753. OLE color: 11971753.
HSL color Cylindrical-coordinate representation of color #A9ACB6: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9ACB6 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 172 | 182 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.29 |
| HSL | 226.15º | 0.08% | 0.69% | - |
| HSV(B) | 226.15º | 0.07% | 0.71% | - |
| XYZ | 39.56 | 41.32 | 50.15 | - |
| YUV | 172.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 172 | 182 | 0.07 | 0.05 | 0 | 0.29 | 226.15 | 0.08 | 0.69 |
| Hex | A9 | AC | B6 | 7 | 5 | 0 | 1D | E2 | 8 | 45 |
| Octal | 251 | 254 | 266 | 7 | 5 | 0 | 35 | 342 | 10 | 105 |
| Binary | 10101001 | 10101100 | 10110110 | 111 | 101 | 0 | 11101 | 11100010 | 1000 | 1000101 |
Color Harmonies of #A9ACB6
Complementary color
Monochromatic Colors of #A9ACB6
Black with #A9ACB6
Text Example
Text Example
White with #A9ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ACB6; }
p { color: rgb(169,172,182); }
H1.HeaderClassName
{
color: #A9ACB6;
}
.AnyTagClassName
{
color: #A9ACB6;
}
</style>
background-color css
<style>
a { background-color: #A9ACB6; }
a { background-color: rgb(169,172,182); }
div.DivClassName
{
background-color: #A9ACB6;
}
.BgClassName
{
background-color: #A9ACB6;
}
</style>
border-color css
<style>
span { border-color: #A9ACB6; }
span { border-color: rgb(169,172,182); }
td.TdClassName
{
border-color: #A9ACB6;
}
.TagClassName
{
border-color: #A9ACB6;
}
</style>