Shades of Blush #AC5C71
Tints of Blush #AC5C71
RGB
CMYK
RGB Variations
Color information
#AC5C71 (or 0xAC5C71) is known color: Blush. HEX triplet: AC, 5C and 71. RGB value is (172,92,113). Sum of RGB (Red+Green+Blue) = 172+92+113=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C71 is #53A38E. Grayscale: #767676. Windows color (decimal): -5481359 or 7429292. OLE color: 7429292.
HSL color Cylindrical-coordinate representation of color #AC5C71: hue angle of 344.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C71 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 113 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.33 |
| HSL | 344.25º | 0.33% | 0.52% | - |
| HSV(B) | 344.25º | 0.47% | 0.67% | - |
| XYZ | 23.82 | 17.62 | 17.77 | - |
| YUV | 118.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 113 | 0 | 0.47 | 0.34 | 0.33 | 344.25 | 0.33 | 0.52 |
| Hex | AC | 5C | 71 | 0 | 2F | 22 | 21 | 158 | 21 | 34 |
| Octal | 254 | 134 | 161 | 0 | 57 | 42 | 41 | 530 | 41 | 64 |
| Binary | 10101100 | 1011100 | 1110001 | 0 | 101111 | 100010 | 100001 | 101011000 | 100001 | 110100 |
Color Harmonies of #AC5C71
Complementary color
Monochromatic Colors of #AC5C71
Black with #AC5C71
Text Example
Text Example
White with #AC5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C71; }
p { color: rgb(172,92,113); }
H1.HeaderClassName
{
color: #AC5C71;
}
.AnyTagClassName
{
color: #AC5C71;
}
</style>
background-color css
<style>
a { background-color: #AC5C71; }
a { background-color: rgb(172,92,113); }
div.DivClassName
{
background-color: #AC5C71;
}
.BgClassName
{
background-color: #AC5C71;
}
</style>
border-color css
<style>
span { border-color: #AC5C71; }
span { border-color: rgb(172,92,113); }
td.TdClassName
{
border-color: #AC5C71;
}
.TagClassName
{
border-color: #AC5C71;
}
</style>