Shades of Mischka #A8AFB6
Tints of Mischka #A8AFB6
RGB
CMYK
RGB Variations
Color information
#A8AFB6 (or 0xA8AFB6) is known color: Mischka. HEX triplet: A8, AF and B6. RGB value is (168,175,182). Sum of RGB (Red+Green+Blue) = 168+175+182=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 182 (71.48% from 255 or 34.67% from 525); Max value from RGB is 182 - color contains mainly: blue. Hex color #A8AFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFB6 is #575049. Grayscale: #ADADAD. Windows color (decimal): -5722186 or 11972520. OLE color: 11972520.
HSL color Cylindrical-coordinate representation of color #A8AFB6: hue angle of 210º 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 #A8AFB6 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 175 | 182 | - |
CMYK | 0.08 | 0.04 | 0 | 0.29 |
HSL | 210º | 0.09% | 0.69% | - |
HSV(B) | 210º | 0.08% | 0.71% | - |
XYZ | 39.92 | 42.36 | 50.33 | - |
YUV | 173.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 182 | 0.08 | 0.04 | 0 | 0.29 | 210 | 0.09 | 0.69 |
Hex | A8 | AF | B6 | 8 | 4 | 0 | 1D | D2 | 9 | 45 |
Octal | 250 | 257 | 266 | 10 | 4 | 0 | 35 | 322 | 11 | 105 |
Binary | 10101000 | 10101111 | 10110110 | 1000 | 100 | 0 | 11101 | 11010010 | 1001 | 1000101 |
Color Harmonies of #A8AFB6
Complementary color
Monochromatic Colors of #A8AFB6
Black with #A8AFB6
Text Example
Text Example
White with #A8AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFB6; }
p { color: rgb(168,175,182); }
H1.HeaderClassName
{
color: #A8AFB6;
}
.AnyTagClassName
{
color: #A8AFB6;
}
</style>
background-color css
<style>
a { background-color: #A8AFB6; }
a { background-color: rgb(168,175,182); }
div.DivClassName
{
background-color: #A8AFB6;
}
.BgClassName
{
background-color: #A8AFB6;
}
</style>
border-color css
<style>
span { border-color: #A8AFB6; }
span { border-color: rgb(168,175,182); }
td.TdClassName
{
border-color: #A8AFB6;
}
.TagClassName
{
border-color: #A8AFB6;
}
</style>