Shades of Mischka #ACAEB0
Tints of Mischka #ACAEB0
RGB
CMYK
RGB Variations
Color information
#ACAEB0 (or 0xACAEB0) is known color: Mischka. HEX triplet: AC, AE and B0. RGB value is (172,174,176). Sum of RGB (Red+Green+Blue) = 172+174+176=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 176 - color contains mainly: blue. Hex color #ACAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEB0 is #53514F. Grayscale: #ADADAD. Windows color (decimal): -5460304 or 11579052. OLE color: 11579052.
HSL color Cylindrical-coordinate representation of color #ACAEB0: hue angle of 210º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ACAEB0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 172 | 174 | 176 | - |
CMYK | 0.02 | 0.01 | 0 | 0.31 |
HSL | 210º | 0.02% | 0.68% | - |
HSV(B) | 210º | 0.02% | 0.69% | - |
XYZ | 39.99 | 42.18 | 47.11 | - |
YUV | 173.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 174 | 176 | 0.02 | 0.01 | 0 | 0.31 | 210 | 0.02 | 0.68 |
Hex | AC | AE | B0 | 2 | 1 | 0 | 1F | D2 | 2 | 44 |
Octal | 254 | 256 | 260 | 2 | 1 | 0 | 37 | 322 | 2 | 104 |
Binary | 10101100 | 10101110 | 10110000 | 10 | 1 | 0 | 11111 | 11010010 | 10 | 1000100 |
Color Harmonies of #ACAEB0
Complementary color
Monochromatic Colors of #ACAEB0
Black with #ACAEB0
Text Example
Text Example
White with #ACAEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAEB0; }
p { color: rgb(172,174,176); }
H1.HeaderClassName
{
color: #ACAEB0;
}
.AnyTagClassName
{
color: #ACAEB0;
}
</style>
background-color css
<style>
a { background-color: #ACAEB0; }
a { background-color: rgb(172,174,176); }
div.DivClassName
{
background-color: #ACAEB0;
}
.BgClassName
{
background-color: #ACAEB0;
}
</style>
border-color css
<style>
span { border-color: #ACAEB0; }
span { border-color: rgb(172,174,176); }
td.TdClassName
{
border-color: #ACAEB0;
}
.TagClassName
{
border-color: #ACAEB0;
}
</style>