Shades of Mischka #A8AAB5
Tints of Mischka #A8AAB5
RGB
CMYK
RGB Variations
Color information
#A8AAB5 (or 0xA8AAB5) is known color: Mischka. HEX triplet: A8, AA and B5. RGB value is (168,170,181). Sum of RGB (Red+Green+Blue) = 168+170+181=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AAB5 is #57554A. Grayscale: #AAAAAA. Windows color (decimal): -5723467 or 11905704. OLE color: 11905704.
HSL color Cylindrical-coordinate representation of color #A8AAB5: hue angle of 230.77º 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 #A8AAB5 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 170 | 181 | - |
CMYK | 0.07 | 0.06 | 0 | 0.29 |
HSL | 230.77º | 0.08% | 0.68% | - |
HSV(B) | 230.77º | 0.07% | 0.71% | - |
XYZ | 38.86 | 40.41 | 49.47 | - |
YUV | 170.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 181 | 0.07 | 0.06 | 0 | 0.29 | 230.77 | 0.08 | 0.68 |
Hex | A8 | AA | B5 | 7 | 6 | 0 | 1D | E7 | 8 | 44 |
Octal | 250 | 252 | 265 | 7 | 6 | 0 | 35 | 347 | 10 | 104 |
Binary | 10101000 | 10101010 | 10110101 | 111 | 110 | 0 | 11101 | 11100111 | 1000 | 1000100 |
Color Harmonies of #A8AAB5
Complementary color
Monochromatic Colors of #A8AAB5
Black with #A8AAB5
Text Example
Text Example
White with #A8AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AAB5; }
p { color: rgb(168,170,181); }
H1.HeaderClassName
{
color: #A8AAB5;
}
.AnyTagClassName
{
color: #A8AAB5;
}
</style>
background-color css
<style>
a { background-color: #A8AAB5; }
a { background-color: rgb(168,170,181); }
div.DivClassName
{
background-color: #A8AAB5;
}
.BgClassName
{
background-color: #A8AAB5;
}
</style>
border-color css
<style>
span { border-color: #A8AAB5; }
span { border-color: rgb(168,170,181); }
td.TdClassName
{
border-color: #A8AAB5;
}
.TagClassName
{
border-color: #A8AAB5;
}
</style>