Shades of Mischka #ACAEB7
Tints of Mischka #ACAEB7
RGB
CMYK
RGB Variations
Color information
#ACAEB7 (or 0xACAEB7) is known color: Mischka. HEX triplet: AC, AE and B7. RGB value is (172,174,183). Sum of RGB (Red+Green+Blue) = 172+174+183=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #ACAEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAEB7 is #535148. Grayscale: #AEAEAE. Windows color (decimal): -5460297 or 12037804. OLE color: 12037804.
HSL color Cylindrical-coordinate representation of color #ACAEB7: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ACAEB7 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 172 | 174 | 183 | - |
CMYK | 0.06 | 0.05 | 0 | 0.28 |
HSL | 229.09º | 0.07% | 0.7% | - |
HSV(B) | 229.09º | 0.06% | 0.72% | - |
XYZ | 40.7 | 42.46 | 50.85 | - |
YUV | 174.43 | 132.84 | 126.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 183 | 0.06 | 0.05 | 0 | 0.28 | 229.09 | 0.07 | 0.7 |
Hex | AC | AE | B7 | 6 | 5 | 0 | 1C | E5 | 7 | 46 |
Octal | 254 | 256 | 267 | 6 | 5 | 0 | 34 | 345 | 7 | 106 |
Binary | 10101100 | 10101110 | 10110111 | 110 | 101 | 0 | 11100 | 11100101 | 111 | 1000110 |
Color Harmonies of #ACAEB7
Complementary color
Monochromatic Colors of #ACAEB7
Black with #ACAEB7
Text Example
Text Example
White with #ACAEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEB7; }
p { color: rgb(172,174,183); }
H1.HeaderClassName
{
color: #ACAEB7;
}
.AnyTagClassName
{
color: #ACAEB7;
}
</style>
background-color css
<style>
a { background-color: #ACAEB7; }
a { background-color: rgb(172,174,183); }
div.DivClassName
{
background-color: #ACAEB7;
}
.BgClassName
{
background-color: #ACAEB7;
}
</style>
border-color css
<style>
span { border-color: #ACAEB7; }
span { border-color: rgb(172,174,183); }
td.TdClassName
{
border-color: #ACAEB7;
}
.TagClassName
{
border-color: #ACAEB7;
}
</style>