Shades of Mischka #ABACAE
Tints of Mischka #ABACAE
RGB
CMYK
RGB Variations
Color information
#ABACAE (or 0xABACAE) is known color: Mischka. HEX triplet: AB, AC and AE. RGB value is (171,172,174). Sum of RGB (Red+Green+Blue) = 171+172+174=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 174 - color contains mainly: blue. Hex color #ABACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACAE is #545351. Grayscale: #ABABAB. Windows color (decimal): -5526354 or 11447467. OLE color: 11447467.
HSL color Cylindrical-coordinate representation of color #ABACAE: hue angle of 220º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ABACAE is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 172 | 174 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.32 |
| HSL | 220º | 0.02% | 0.68% | - |
| HSV(B) | 220º | 0.02% | 0.68% | - |
| XYZ | 39.19 | 41.22 | 45.94 | - |
| YUV | 171.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 174 | 0.02 | 0.01 | 0 | 0.32 | 220 | 0.02 | 0.68 |
| Hex | AB | AC | AE | 2 | 1 | 0 | 20 | DC | 2 | 44 |
| Octal | 253 | 254 | 256 | 2 | 1 | 0 | 40 | 334 | 2 | 104 |
| Binary | 10101011 | 10101100 | 10101110 | 10 | 1 | 0 | 100000 | 11011100 | 10 | 1000100 |
Color Harmonies of #ABACAE
Complementary color
Monochromatic Colors of #ABACAE
Black with #ABACAE
Text Example
Text Example
White with #ABACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACAE; }
p { color: rgb(171,172,174); }
H1.HeaderClassName
{
color: #ABACAE;
}
.AnyTagClassName
{
color: #ABACAE;
}
</style>
background-color css
<style>
a { background-color: #ABACAE; }
a { background-color: rgb(171,172,174); }
div.DivClassName
{
background-color: #ABACAE;
}
.BgClassName
{
background-color: #ABACAE;
}
</style>
border-color css
<style>
span { border-color: #ABACAE; }
span { border-color: rgb(171,172,174); }
td.TdClassName
{
border-color: #ABACAE;
}
.TagClassName
{
border-color: #ABACAE;
}
</style>