Shades of Mischka #ACAFB9
Tints of Mischka #ACAFB9
RGB
CMYK
RGB Variations
Color information
#ACAFB9 (or 0xACAFB9) is known color: Mischka. HEX triplet: AC, AF and B9. RGB value is (172,175,185). Sum of RGB (Red+Green+Blue) = 172+175+185=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 185 - color contains mainly: blue. Hex color #ACAFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAFB9 is #535046. Grayscale: #AFAFAF. Windows color (decimal): -5460039 or 12169132. OLE color: 12169132.
HSL color Cylindrical-coordinate representation of color #ACAFB9: hue angle of 226.15º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACAFB9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 172 | 175 | 185 | - |
CMYK | 0.07 | 0.05 | 0 | 0.27 |
HSL | 226.15º | 0.08% | 0.7% | - |
HSV(B) | 226.15º | 0.07% | 0.73% | - |
XYZ | 41.1 | 42.93 | 52.02 | - |
YUV | 175.24 | 133.51 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 175 | 185 | 0.07 | 0.05 | 0 | 0.27 | 226.15 | 0.08 | 0.7 |
Hex | AC | AF | B9 | 7 | 5 | 0 | 1B | E2 | 8 | 46 |
Octal | 254 | 257 | 271 | 7 | 5 | 0 | 33 | 342 | 10 | 106 |
Binary | 10101100 | 10101111 | 10111001 | 111 | 101 | 0 | 11011 | 11100010 | 1000 | 1000110 |
Color Harmonies of #ACAFB9
Complementary color
Monochromatic Colors of #ACAFB9
Black with #ACAFB9
Text Example
Text Example
White with #ACAFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAFB9; }
p { color: rgb(172,175,185); }
H1.HeaderClassName
{
color: #ACAFB9;
}
.AnyTagClassName
{
color: #ACAFB9;
}
</style>
background-color css
<style>
a { background-color: #ACAFB9; }
a { background-color: rgb(172,175,185); }
div.DivClassName
{
background-color: #ACAFB9;
}
.BgClassName
{
background-color: #ACAFB9;
}
</style>
border-color css
<style>
span { border-color: #ACAFB9; }
span { border-color: rgb(172,175,185); }
td.TdClassName
{
border-color: #ACAFB9;
}
.TagClassName
{
border-color: #ACAFB9;
}
</style>