Shades of Mischka #AFB0B1
Tints of Mischka #AFB0B1
RGB
CMYK
RGB Variations
Color information
#AFB0B1 (or 0xAFB0B1) is known color: Mischka. HEX triplet: AF, B0 and B1. RGB value is (175,176,177). Sum of RGB (Red+Green+Blue) = 175+176+177=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFB0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0B1 is #504F4E. Grayscale: #AFAFAF. Windows color (decimal): -5263183 or 11645103. OLE color: 11645103.
HSL color Cylindrical-coordinate representation of color #AFB0B1: hue angle of 210º degrees, saturation: 0.01, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #AFB0B1 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 176 | 177 | - |
CMYK | 0.01 | 0.01 | 0 | 0.31 |
HSL | 210º | 0.01% | 0.69% | - |
HSV(B) | 210º | 0.01% | 0.69% | - |
XYZ | 41.14 | 43.34 | 47.79 | - |
YUV | 175.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 176 | 177 | 0.01 | 0.01 | 0 | 0.31 | 210 | 0.01 | 0.69 |
Hex | AF | B0 | B1 | 1 | 1 | 0 | 1F | D2 | 1 | 45 |
Octal | 257 | 260 | 261 | 1 | 1 | 0 | 37 | 322 | 1 | 105 |
Binary | 10101111 | 10110000 | 10110001 | 1 | 1 | 0 | 11111 | 11010010 | 1 | 1000101 |
Color Harmonies of #AFB0B1
Complementary color
Monochromatic Colors of #AFB0B1
Black with #AFB0B1
Text Example
Text Example
White with #AFB0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0B1; }
p { color: rgb(175,176,177); }
H1.HeaderClassName
{
color: #AFB0B1;
}
.AnyTagClassName
{
color: #AFB0B1;
}
</style>
background-color css
<style>
a { background-color: #AFB0B1; }
a { background-color: rgb(175,176,177); }
div.DivClassName
{
background-color: #AFB0B1;
}
.BgClassName
{
background-color: #AFB0B1;
}
</style>
border-color css
<style>
span { border-color: #AFB0B1; }
span { border-color: rgb(175,176,177); }
td.TdClassName
{
border-color: #AFB0B1;
}
.TagClassName
{
border-color: #AFB0B1;
}
</style>