Shades of Blush #AC556C
Tints of Blush #AC556C
RGB
CMYK
RGB Variations
Color information
#AC556C (or 0xAC556C) is known color: Blush. HEX triplet: AC, 55 and 6C. RGB value is (172,85,108). Sum of RGB (Red+Green+Blue) = 172+85+108=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC556C is #53AA93. Grayscale: #717171. Windows color (decimal): -5483156 or 7099820. OLE color: 7099820.
HSL color Cylindrical-coordinate representation of color #AC556C: hue angle of 344.14º 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 #AC556C is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 108 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.33 |
| HSL | 344.14º | 0.34% | 0.5% | - |
| HSV(B) | 344.14º | 0.51% | 0.67% | - |
| XYZ | 22.97 | 16.35 | 16.13 | - |
| YUV | 113.64 | 124.82 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 108 | 0 | 0.51 | 0.37 | 0.33 | 344.14 | 0.34 | 0.5 |
| Hex | AC | 55 | 6C | 0 | 33 | 25 | 21 | 158 | 22 | 32 |
| Octal | 254 | 125 | 154 | 0 | 63 | 45 | 41 | 530 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1101100 | 0 | 110011 | 100101 | 100001 | 101011000 | 100010 | 110010 |
Color Harmonies of #AC556C
Complementary color
Monochromatic Colors of #AC556C
Black with #AC556C
Text Example
Text Example
White with #AC556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC556C; }
p { color: rgb(172,85,108); }
H1.HeaderClassName
{
color: #AC556C;
}
.AnyTagClassName
{
color: #AC556C;
}
</style>
background-color css
<style>
a { background-color: #AC556C; }
a { background-color: rgb(172,85,108); }
div.DivClassName
{
background-color: #AC556C;
}
.BgClassName
{
background-color: #AC556C;
}
</style>
border-color css
<style>
span { border-color: #AC556C; }
span { border-color: rgb(172,85,108); }
td.TdClassName
{
border-color: #AC556C;
}
.TagClassName
{
border-color: #AC556C;
}
</style>