Shades of Mischka #A8ACB1
Tints of Mischka #A8ACB1
RGB
CMYK
RGB Variations
Color information
#A8ACB1 (or 0xA8ACB1) is known color: Mischka. HEX triplet: A8, AC and B1. RGB value is (168,172,177). Sum of RGB (Red+Green+Blue) = 168+172+177=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 177 - color contains mainly: blue. Hex color #A8ACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ACB1 is #57534E. Grayscale: #ABABAB. Windows color (decimal): -5722959 or 11644072. OLE color: 11644072.
HSL color Cylindrical-coordinate representation of color #A8ACB1: hue angle of 213.33º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A8ACB1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 172 | 177 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.31 |
| HSL | 213.33º | 0.05% | 0.68% | - |
| HSV(B) | 213.33º | 0.05% | 0.69% | - |
| XYZ | 38.84 | 41 | 47.46 | - |
| YUV | 171.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 177 | 0.05 | 0.03 | 0 | 0.31 | 213.33 | 0.05 | 0.68 |
| Hex | A8 | AC | B1 | 5 | 3 | 0 | 1F | D5 | 5 | 44 |
| Octal | 250 | 254 | 261 | 5 | 3 | 0 | 37 | 325 | 5 | 104 |
| Binary | 10101000 | 10101100 | 10110001 | 101 | 11 | 0 | 11111 | 11010101 | 101 | 1000100 |
Color Harmonies of #A8ACB1
Complementary color
Monochromatic Colors of #A8ACB1
Black with #A8ACB1
Text Example
Text Example
White with #A8ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ACB1; }
p { color: rgb(168,172,177); }
H1.HeaderClassName
{
color: #A8ACB1;
}
.AnyTagClassName
{
color: #A8ACB1;
}
</style>
background-color css
<style>
a { background-color: #A8ACB1; }
a { background-color: rgb(168,172,177); }
div.DivClassName
{
background-color: #A8ACB1;
}
.BgClassName
{
background-color: #A8ACB1;
}
</style>
border-color css
<style>
span { border-color: #A8ACB1; }
span { border-color: rgb(168,172,177); }
td.TdClassName
{
border-color: #A8ACB1;
}
.TagClassName
{
border-color: #A8ACB1;
}
</style>