Shades of Blush #AC5564
Tints of Blush #AC5564
RGB
CMYK
RGB Variations
Color information
#AC5564 (or 0xAC5564) is known color: Blush. HEX triplet: AC, 55 and 64. RGB value is (172,85,100). Sum of RGB (Red+Green+Blue) = 172+85+100=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5564 is #53AA9B. Grayscale: #707070. Windows color (decimal): -5483164 or 6575532. OLE color: 6575532.
HSL color Cylindrical-coordinate representation of color #AC5564: hue angle of 349.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5564 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 100 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 349.66º | 0.34% | 0.5% | - |
| HSV(B) | 349.66º | 0.51% | 0.67% | - |
| XYZ | 22.56 | 16.19 | 13.99 | - |
| YUV | 112.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 100 | 0 | 0.51 | 0.42 | 0.33 | 349.66 | 0.34 | 0.5 |
| Hex | AC | 55 | 64 | 0 | 33 | 2A | 21 | 15E | 22 | 32 |
| Octal | 254 | 125 | 144 | 0 | 63 | 52 | 41 | 536 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1100100 | 0 | 110011 | 101010 | 100001 | 101011110 | 100010 | 110010 |
Color Harmonies of #AC5564
Complementary color
Monochromatic Colors of #AC5564
Black with #AC5564
Text Example
Text Example
White with #AC5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5564; }
p { color: rgb(172,85,100); }
H1.HeaderClassName
{
color: #AC5564;
}
.AnyTagClassName
{
color: #AC5564;
}
</style>
background-color css
<style>
a { background-color: #AC5564; }
a { background-color: rgb(172,85,100); }
div.DivClassName
{
background-color: #AC5564;
}
.BgClassName
{
background-color: #AC5564;
}
</style>
border-color css
<style>
span { border-color: #AC5564; }
span { border-color: rgb(172,85,100); }
td.TdClassName
{
border-color: #AC5564;
}
.TagClassName
{
border-color: #AC5564;
}
</style>