Shades of Mischka #A8AFBD
Tints of Mischka #A8AFBD
RGB
CMYK
RGB Variations
Color information
#A8AFBD (or 0xA8AFBD) is known color: Mischka. HEX triplet: A8, AF and BD. RGB value is (168,175,189). Sum of RGB (Red+Green+Blue) = 168+175+189=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBD is #575042. Grayscale: #AEAEAE. Windows color (decimal): -5722179 or 12431272. OLE color: 12431272.
HSL color Cylindrical-coordinate representation of color #A8AFBD: hue angle of 220º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AFBD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 168 | 175 | 189 | - |
CMYK | 0.11 | 0.07 | 0 | 0.26 |
HSL | 220º | 0.14% | 0.7% | - |
HSV(B) | 220º | 0.11% | 0.74% | - |
XYZ | 40.66 | 42.66 | 54.23 | - |
YUV | 174.5 | 136.18 | 123.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 175 | 189 | 0.11 | 0.07 | 0 | 0.26 | 220 | 0.14 | 0.7 |
Hex | A8 | AF | BD | B | 7 | 0 | 1A | DC | E | 46 |
Octal | 250 | 257 | 275 | 13 | 7 | 0 | 32 | 334 | 16 | 106 |
Binary | 10101000 | 10101111 | 10111101 | 1011 | 111 | 0 | 11010 | 11011100 | 1110 | 1000110 |
Color Harmonies of #A8AFBD
Complementary color
Monochromatic Colors of #A8AFBD
Black with #A8AFBD
Text Example
Text Example
White with #A8AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFBD; }
p { color: rgb(168,175,189); }
H1.HeaderClassName
{
color: #A8AFBD;
}
.AnyTagClassName
{
color: #A8AFBD;
}
</style>
background-color css
<style>
a { background-color: #A8AFBD; }
a { background-color: rgb(168,175,189); }
div.DivClassName
{
background-color: #A8AFBD;
}
.BgClassName
{
background-color: #A8AFBD;
}
</style>
border-color css
<style>
span { border-color: #A8AFBD; }
span { border-color: rgb(168,175,189); }
td.TdClassName
{
border-color: #A8AFBD;
}
.TagClassName
{
border-color: #A8AFBD;
}
</style>