Shades of Mischka #A8AEB5
Tints of Mischka #A8AEB5
RGB
CMYK
RGB Variations
Color information
#A8AEB5 (or 0xA8AEB5) is known color: Mischka. HEX triplet: A8, AE and B5. RGB value is (168,174,181). Sum of RGB (Red+Green+Blue) = 168+174+181=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEB5 is #57514A. Grayscale: #ACACAC. Windows color (decimal): -5722443 or 11906728. OLE color: 11906728.
HSL color Cylindrical-coordinate representation of color #A8AEB5: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8AEB5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 174 | 181 | - |
CMYK | 0.07 | 0.04 | 0 | 0.29 |
HSL | 212.31º | 0.08% | 0.68% | - |
HSV(B) | 212.31º | 0.07% | 0.71% | - |
XYZ | 39.63 | 41.93 | 49.72 | - |
YUV | 173 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 181 | 0.07 | 0.04 | 0 | 0.29 | 212.31 | 0.08 | 0.68 |
Hex | A8 | AE | B5 | 7 | 4 | 0 | 1D | D4 | 8 | 44 |
Octal | 250 | 256 | 265 | 7 | 4 | 0 | 35 | 324 | 10 | 104 |
Binary | 10101000 | 10101110 | 10110101 | 111 | 100 | 0 | 11101 | 11010100 | 1000 | 1000100 |
Color Harmonies of #A8AEB5
Complementary color
Monochromatic Colors of #A8AEB5
Black with #A8AEB5
Text Example
Text Example
White with #A8AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEB5; }
p { color: rgb(168,174,181); }
H1.HeaderClassName
{
color: #A8AEB5;
}
.AnyTagClassName
{
color: #A8AEB5;
}
</style>
background-color css
<style>
a { background-color: #A8AEB5; }
a { background-color: rgb(168,174,181); }
div.DivClassName
{
background-color: #A8AEB5;
}
.BgClassName
{
background-color: #A8AEB5;
}
</style>
border-color css
<style>
span { border-color: #A8AEB5; }
span { border-color: rgb(168,174,181); }
td.TdClassName
{
border-color: #A8AEB5;
}
.TagClassName
{
border-color: #A8AEB5;
}
</style>