Shades of Mischka #A1AEBE
Tints of Mischka #A1AEBE
RGB
CMYK
RGB Variations
Color information
#A1AEBE (or 0xA1AEBE) is known color: Mischka. HEX triplet: A1, AE and BE. RGB value is (161,174,190). Sum of RGB (Red+Green+Blue) = 161+174+190=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #A1AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AEBE is #5E5141. Grayscale: #ABABAB. Windows color (decimal): -6181186 or 12496545. OLE color: 12496545.
HSL color Cylindrical-coordinate representation of color #A1AEBE: hue angle of 213.1º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A1AEBE is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 174 | 190 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.25 |
| HSL | 213.1º | 0.18% | 0.69% | - |
| HSV(B) | 213.1º | 0.15% | 0.75% | - |
| XYZ | 39.13 | 41.57 | 54.68 | - |
| YUV | 171.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 190 | 0.15 | 0.08 | 0 | 0.25 | 213.1 | 0.18 | 0.69 |
| Hex | A1 | AE | BE | F | 8 | 0 | 19 | D5 | 12 | 45 |
| Octal | 241 | 256 | 276 | 17 | 10 | 0 | 31 | 325 | 22 | 105 |
| Binary | 10100001 | 10101110 | 10111110 | 1111 | 1000 | 0 | 11001 | 11010101 | 10010 | 1000101 |
Color Harmonies of #A1AEBE
Complementary color
Monochromatic Colors of #A1AEBE
Black with #A1AEBE
Text Example
Text Example
White with #A1AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AEBE; }
p { color: rgb(161,174,190); }
H1.HeaderClassName
{
color: #A1AEBE;
}
.AnyTagClassName
{
color: #A1AEBE;
}
</style>
background-color css
<style>
a { background-color: #A1AEBE; }
a { background-color: rgb(161,174,190); }
div.DivClassName
{
background-color: #A1AEBE;
}
.BgClassName
{
background-color: #A1AEBE;
}
</style>
border-color css
<style>
span { border-color: #A1AEBE; }
span { border-color: rgb(161,174,190); }
td.TdClassName
{
border-color: #A1AEBE;
}
.TagClassName
{
border-color: #A1AEBE;
}
</style>