Shades of Blush #AC5566
Tints of Blush #AC5566
RGB
CMYK
RGB Variations
Color information
#AC5566 (or 0xAC5566) is known color: Blush. HEX triplet: AC, 55 and 66. RGB value is (172,85,102). Sum of RGB (Red+Green+Blue) = 172+85+102=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5566 is #53AA99. Grayscale: #707070. Windows color (decimal): -5483162 or 6706604. OLE color: 6706604.
HSL color Cylindrical-coordinate representation of color #AC5566: hue angle of 348.28º 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 #AC5566 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 102 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.33 |
| HSL | 348.28º | 0.34% | 0.5% | - |
| HSV(B) | 348.28º | 0.51% | 0.67% | - |
| XYZ | 22.66 | 16.23 | 14.51 | - |
| YUV | 112.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 102 | 0 | 0.51 | 0.41 | 0.33 | 348.28 | 0.34 | 0.5 |
| Hex | AC | 55 | 66 | 0 | 33 | 29 | 21 | 15C | 22 | 32 |
| Octal | 254 | 125 | 146 | 0 | 63 | 51 | 41 | 534 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1100110 | 0 | 110011 | 101001 | 100001 | 101011100 | 100010 | 110010 |
Color Harmonies of #AC5566
Complementary color
Monochromatic Colors of #AC5566
Black with #AC5566
Text Example
Text Example
White with #AC5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5566; }
p { color: rgb(172,85,102); }
H1.HeaderClassName
{
color: #AC5566;
}
.AnyTagClassName
{
color: #AC5566;
}
</style>
background-color css
<style>
a { background-color: #AC5566; }
a { background-color: rgb(172,85,102); }
div.DivClassName
{
background-color: #AC5566;
}
.BgClassName
{
background-color: #AC5566;
}
</style>
border-color css
<style>
span { border-color: #AC5566; }
span { border-color: rgb(172,85,102); }
td.TdClassName
{
border-color: #AC5566;
}
.TagClassName
{
border-color: #AC5566;
}
</style>