Shades of Mischka #A8ACB7
Tints of Mischka #A8ACB7
RGB
CMYK
RGB Variations
Color information
#A8ACB7 (or 0xA8ACB7) is known color: Mischka. HEX triplet: A8, AC and B7. RGB value is (168,172,183). Sum of RGB (Red+Green+Blue) = 168+172+183=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACB7 is #575348. Grayscale: #ACACAC. Windows color (decimal): -5722953 or 12037288. OLE color: 12037288.
HSL color Cylindrical-coordinate representation of color #A8ACB7: hue angle of 224º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8ACB7 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 172 | 183 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.28 |
| HSL | 224º | 0.09% | 0.69% | - |
| HSV(B) | 224º | 0.08% | 0.72% | - |
| XYZ | 39.45 | 41.25 | 50.68 | - |
| YUV | 172.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 183 | 0.08 | 0.06 | 0 | 0.28 | 224 | 0.09 | 0.69 |
| Hex | A8 | AC | B7 | 8 | 6 | 0 | 1C | E0 | 9 | 45 |
| Octal | 250 | 254 | 267 | 10 | 6 | 0 | 34 | 340 | 11 | 105 |
| Binary | 10101000 | 10101100 | 10110111 | 1000 | 110 | 0 | 11100 | 11100000 | 1001 | 1000101 |
Color Harmonies of #A8ACB7
Complementary color
Monochromatic Colors of #A8ACB7
Black with #A8ACB7
Text Example
Text Example
White with #A8ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACB7; }
p { color: rgb(168,172,183); }
H1.HeaderClassName
{
color: #A8ACB7;
}
.AnyTagClassName
{
color: #A8ACB7;
}
</style>
background-color css
<style>
a { background-color: #A8ACB7; }
a { background-color: rgb(168,172,183); }
div.DivClassName
{
background-color: #A8ACB7;
}
.BgClassName
{
background-color: #A8ACB7;
}
</style>
border-color css
<style>
span { border-color: #A8ACB7; }
span { border-color: rgb(168,172,183); }
td.TdClassName
{
border-color: #A8ACB7;
}
.TagClassName
{
border-color: #A8ACB7;
}
</style>