Shades of Blush #AC576C
Tints of Blush #AC576C
RGB
CMYK
RGB Variations
Color information
#AC576C (or 0xAC576C) is known color: Blush. HEX triplet: AC, 57 and 6C. RGB value is (172,87,108). Sum of RGB (Red+Green+Blue) = 172+87+108=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC576C is #53A893. Grayscale: #727272. Windows color (decimal): -5482644 or 7100332. OLE color: 7100332.
HSL color Cylindrical-coordinate representation of color #AC576C: hue angle of 345.18º 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 #AC576C is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 108 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 345.18º | 0.34% | 0.51% | - |
| HSV(B) | 345.18º | 0.49% | 0.67% | - |
| XYZ | 23.13 | 16.67 | 16.19 | - |
| YUV | 114.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 108 | 0 | 0.49 | 0.37 | 0.33 | 345.18 | 0.34 | 0.51 |
| Hex | AC | 57 | 6C | 0 | 31 | 25 | 21 | 159 | 22 | 33 |
| Octal | 254 | 127 | 154 | 0 | 61 | 45 | 41 | 531 | 42 | 63 |
| Binary | 10101100 | 1010111 | 1101100 | 0 | 110001 | 100101 | 100001 | 101011001 | 100010 | 110011 |
Color Harmonies of #AC576C
Complementary color
Monochromatic Colors of #AC576C
Black with #AC576C
Text Example
Text Example
White with #AC576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC576C; }
p { color: rgb(172,87,108); }
H1.HeaderClassName
{
color: #AC576C;
}
.AnyTagClassName
{
color: #AC576C;
}
</style>
background-color css
<style>
a { background-color: #AC576C; }
a { background-color: rgb(172,87,108); }
div.DivClassName
{
background-color: #AC576C;
}
.BgClassName
{
background-color: #AC576C;
}
</style>
border-color css
<style>
span { border-color: #AC576C; }
span { border-color: rgb(172,87,108); }
td.TdClassName
{
border-color: #AC576C;
}
.TagClassName
{
border-color: #AC576C;
}
</style>