Shades of Mischka #A8AEB6
Tints of Mischka #A8AEB6
RGB
CMYK
RGB Variations
Color information
#A8AEB6 (or 0xA8AEB6) is known color: Mischka. HEX triplet: A8, AE and B6. RGB value is (168,174,182). Sum of RGB (Red+Green+Blue) = 168+174+182=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 182 (71.48% from 255 or 34.73% from 524); Max value from RGB is 182 - color contains mainly: blue. Hex color #A8AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEB6 is #575149. Grayscale: #ADADAD. Windows color (decimal): -5722442 or 11972264. OLE color: 11972264.
HSL color Cylindrical-coordinate representation of color #A8AEB6: hue angle of 214.29º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AEB6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 174 | 182 | - |
CMYK | 0.08 | 0.04 | 0 | 0.29 |
HSL | 214.29º | 0.09% | 0.69% | - |
HSV(B) | 214.29º | 0.08% | 0.71% | - |
XYZ | 39.73 | 41.97 | 50.26 | - |
YUV | 173.12 | 133.01 | 124.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 174 | 182 | 0.08 | 0.04 | 0 | 0.29 | 214.29 | 0.09 | 0.69 |
Hex | A8 | AE | B6 | 8 | 4 | 0 | 1D | D6 | 9 | 45 |
Octal | 250 | 256 | 266 | 10 | 4 | 0 | 35 | 326 | 11 | 105 |
Binary | 10101000 | 10101110 | 10110110 | 1000 | 100 | 0 | 11101 | 11010110 | 1001 | 1000101 |
Color Harmonies of #A8AEB6
Complementary color
Monochromatic Colors of #A8AEB6
Black with #A8AEB6
Text Example
Text Example
White with #A8AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AEB6; }
p { color: rgb(168,174,182); }
H1.HeaderClassName
{
color: #A8AEB6;
}
.AnyTagClassName
{
color: #A8AEB6;
}
</style>
background-color css
<style>
a { background-color: #A8AEB6; }
a { background-color: rgb(168,174,182); }
div.DivClassName
{
background-color: #A8AEB6;
}
.BgClassName
{
background-color: #A8AEB6;
}
</style>
border-color css
<style>
span { border-color: #A8AEB6; }
span { border-color: rgb(168,174,182); }
td.TdClassName
{
border-color: #A8AEB6;
}
.TagClassName
{
border-color: #A8AEB6;
}
</style>