Shades of Blush #AC5464
Tints of Blush #AC5464
RGB
CMYK
RGB Variations
Color information
#AC5464 (or 0xAC5464) is known color: Blush. HEX triplet: AC, 54 and 64. RGB value is (172,84,100). Sum of RGB (Red+Green+Blue) = 172+84+100=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5464 is #53AB9B. Grayscale: #707070. Windows color (decimal): -5483420 or 6575276. OLE color: 6575276.
HSL color Cylindrical-coordinate representation of color #AC5464: hue angle of 349.09º degrees, saturation: 0.35, 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 #AC5464 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 100 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 349.09º | 0.35% | 0.5% | - |
| HSV(B) | 349.09º | 0.51% | 0.67% | - |
| XYZ | 22.48 | 16.03 | 13.97 | - |
| YUV | 112.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 100 | 0 | 0.51 | 0.42 | 0.33 | 349.09 | 0.35 | 0.5 |
| Hex | AC | 54 | 64 | 0 | 33 | 2A | 21 | 15D | 23 | 32 |
| Octal | 254 | 124 | 144 | 0 | 63 | 52 | 41 | 535 | 43 | 62 |
| Binary | 10101100 | 1010100 | 1100100 | 0 | 110011 | 101010 | 100001 | 101011101 | 100011 | 110010 |
Color Harmonies of #AC5464
Complementary color
Monochromatic Colors of #AC5464
Black with #AC5464
Text Example
Text Example
White with #AC5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5464; }
p { color: rgb(172,84,100); }
H1.HeaderClassName
{
color: #AC5464;
}
.AnyTagClassName
{
color: #AC5464;
}
</style>
background-color css
<style>
a { background-color: #AC5464; }
a { background-color: rgb(172,84,100); }
div.DivClassName
{
background-color: #AC5464;
}
.BgClassName
{
background-color: #AC5464;
}
</style>
border-color css
<style>
span { border-color: #AC5464; }
span { border-color: rgb(172,84,100); }
td.TdClassName
{
border-color: #AC5464;
}
.TagClassName
{
border-color: #AC5464;
}
</style>