Shades of Blush #AC5565
Tints of Blush #AC5565
RGB
CMYK
RGB Variations
Color information
#AC5565 (or 0xAC5565) is known color: Blush. HEX triplet: AC, 55 and 65. RGB value is (172,85,101). Sum of RGB (Red+Green+Blue) = 172+85+101=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5565 is #53AA9A. Grayscale: #707070. Windows color (decimal): -5483163 or 6641068. OLE color: 6641068.
HSL color Cylindrical-coordinate representation of color #AC5565: hue angle of 348.97º 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 #AC5565 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 101 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.33 |
| HSL | 348.97º | 0.34% | 0.5% | - |
| HSV(B) | 348.97º | 0.51% | 0.67% | - |
| XYZ | 22.61 | 16.21 | 14.25 | - |
| YUV | 112.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 101 | 0 | 0.51 | 0.41 | 0.33 | 348.97 | 0.34 | 0.5 |
| Hex | AC | 55 | 65 | 0 | 33 | 29 | 21 | 15D | 22 | 32 |
| Octal | 254 | 125 | 145 | 0 | 63 | 51 | 41 | 535 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1100101 | 0 | 110011 | 101001 | 100001 | 101011101 | 100010 | 110010 |
Color Harmonies of #AC5565
Complementary color
Monochromatic Colors of #AC5565
Black with #AC5565
Text Example
Text Example
White with #AC5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5565; }
p { color: rgb(172,85,101); }
H1.HeaderClassName
{
color: #AC5565;
}
.AnyTagClassName
{
color: #AC5565;
}
</style>
background-color css
<style>
a { background-color: #AC5565; }
a { background-color: rgb(172,85,101); }
div.DivClassName
{
background-color: #AC5565;
}
.BgClassName
{
background-color: #AC5565;
}
</style>
border-color css
<style>
span { border-color: #AC5565; }
span { border-color: rgb(172,85,101); }
td.TdClassName
{
border-color: #AC5565;
}
.TagClassName
{
border-color: #AC5565;
}
</style>