Shades of Mischka #ACAFB6
Tints of Mischka #ACAFB6
RGB
CMYK
RGB Variations
Color information
#ACAFB6 (or 0xACAFB6) is known color: Mischka. HEX triplet: AC, AF and B6. RGB value is (172,175,182). Sum of RGB (Red+Green+Blue) = 172+175+182=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 182 - color contains mainly: blue. Hex color #ACAFB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFB6 is #535049. Grayscale: #AEAEAE. Windows color (decimal): -5460042 or 11972524. OLE color: 11972524.
HSL color Cylindrical-coordinate representation of color #ACAFB6: hue angle of 222º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ACAFB6 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 175 | 182 | - |
CMYK | 0.05 | 0.04 | 0 | 0.29 |
HSL | 222º | 0.06% | 0.69% | - |
HSV(B) | 222º | 0.05% | 0.71% | - |
XYZ | 40.79 | 42.81 | 50.37 | - |
YUV | 174.9 | 132.01 | 125.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 182 | 0.05 | 0.04 | 0 | 0.29 | 222 | 0.06 | 0.69 |
Hex | AC | AF | B6 | 5 | 4 | 0 | 1D | DE | 6 | 45 |
Octal | 254 | 257 | 266 | 5 | 4 | 0 | 35 | 336 | 6 | 105 |
Binary | 10101100 | 10101111 | 10110110 | 101 | 100 | 0 | 11101 | 11011110 | 110 | 1000101 |
Color Harmonies of #ACAFB6
Complementary color
Monochromatic Colors of #ACAFB6
Black with #ACAFB6
Text Example
Text Example
White with #ACAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFB6; }
p { color: rgb(172,175,182); }
H1.HeaderClassName
{
color: #ACAFB6;
}
.AnyTagClassName
{
color: #ACAFB6;
}
</style>
background-color css
<style>
a { background-color: #ACAFB6; }
a { background-color: rgb(172,175,182); }
div.DivClassName
{
background-color: #ACAFB6;
}
.BgClassName
{
background-color: #ACAFB6;
}
</style>
border-color css
<style>
span { border-color: #ACAFB6; }
span { border-color: rgb(172,175,182); }
td.TdClassName
{
border-color: #ACAFB6;
}
.TagClassName
{
border-color: #ACAFB6;
}
</style>