Shades of Blush #AC576D
Tints of Blush #AC576D
RGB
CMYK
RGB Variations
Color information
#AC576D (or 0xAC576D) is known color: Blush. HEX triplet: AC, 57 and 6D. RGB value is (172,87,109). Sum of RGB (Red+Green+Blue) = 172+87+109=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC576D is #53A892. Grayscale: #727272. Windows color (decimal): -5482643 or 7165868. OLE color: 7165868.
HSL color Cylindrical-coordinate representation of color #AC576D: hue angle of 344.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC576D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 109 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 344.47º | 0.34% | 0.51% | - |
| HSV(B) | 344.47º | 0.49% | 0.67% | - |
| XYZ | 23.18 | 16.69 | 16.47 | - |
| YUV | 114.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 109 | 0 | 0.49 | 0.37 | 0.33 | 344.47 | 0.34 | 0.51 |
| Hex | AC | 57 | 6D | 0 | 31 | 25 | 21 | 158 | 22 | 33 |
| Octal | 254 | 127 | 155 | 0 | 61 | 45 | 41 | 530 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1101101 | 0 | 110001 | 100101 | 100001 | 101011000 | 100010 | 110011 |
Color Harmonies of #AC576D
Complementary color
Monochromatic Colors of #AC576D
Black with #AC576D
Text Example
Text Example
White with #AC576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC576D; }
p { color: rgb(172,87,109); }
H1.HeaderClassName
{
color: #AC576D;
}
.AnyTagClassName
{
color: #AC576D;
}
</style>
background-color css
<style>
a { background-color: #AC576D; }
a { background-color: rgb(172,87,109); }
div.DivClassName
{
background-color: #AC576D;
}
.BgClassName
{
background-color: #AC576D;
}
</style>
border-color css
<style>
span { border-color: #AC576D; }
span { border-color: rgb(172,87,109); }
td.TdClassName
{
border-color: #AC576D;
}
.TagClassName
{
border-color: #AC576D;
}
</style>