Shades of Mischka #A5AEBF
Tints of Mischka #A5AEBF
RGB
CMYK
RGB Variations
Color information
#A5AEBF (or 0xA5AEBF) is known color: Mischka. HEX triplet: A5, AE and BF. RGB value is (165,174,191). Sum of RGB (Red+Green+Blue) = 165+174+191=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A5AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEBF is #5A5140. Grayscale: #ADADAD. Windows color (decimal): -5919041 or 12562085. OLE color: 12562085.
HSL color Cylindrical-coordinate representation of color #A5AEBF: hue angle of 219.23º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5AEBF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 174 | 191 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.25 |
| HSL | 219.23º | 0.17% | 0.7% | - |
| HSV(B) | 219.23º | 0.14% | 0.75% | - |
| XYZ | 40.06 | 42.03 | 55.29 | - |
| YUV | 173.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 191 | 0.14 | 0.09 | 0 | 0.25 | 219.23 | 0.17 | 0.7 |
| Hex | A5 | AE | BF | E | 9 | 0 | 19 | DB | 11 | 46 |
| Octal | 245 | 256 | 277 | 16 | 11 | 0 | 31 | 333 | 21 | 106 |
| Binary | 10100101 | 10101110 | 10111111 | 1110 | 1001 | 0 | 11001 | 11011011 | 10001 | 1000110 |
Color Harmonies of #A5AEBF
Complementary color
Monochromatic Colors of #A5AEBF
Black with #A5AEBF
Text Example
Text Example
White with #A5AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AEBF; }
p { color: rgb(165,174,191); }
H1.HeaderClassName
{
color: #A5AEBF;
}
.AnyTagClassName
{
color: #A5AEBF;
}
</style>
background-color css
<style>
a { background-color: #A5AEBF; }
a { background-color: rgb(165,174,191); }
div.DivClassName
{
background-color: #A5AEBF;
}
.BgClassName
{
background-color: #A5AEBF;
}
</style>
border-color css
<style>
span { border-color: #A5AEBF; }
span { border-color: rgb(165,174,191); }
td.TdClassName
{
border-color: #A5AEBF;
}
.TagClassName
{
border-color: #A5AEBF;
}
</style>