Shades of Blush #AC5C72
Tints of Blush #AC5C72
RGB
CMYK
RGB Variations
Color information
#AC5C72 (or 0xAC5C72) is known color: Blush. HEX triplet: AC, 5C and 72. RGB value is (172,92,114). Sum of RGB (Red+Green+Blue) = 172+92+114=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C72 is #53A38D. Grayscale: #767676. Windows color (decimal): -5481358 or 7494828. OLE color: 7494828.
HSL color Cylindrical-coordinate representation of color #AC5C72: hue angle of 343.5º 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 #AC5C72 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 114 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.33 |
| HSL | 343.5º | 0.33% | 0.52% | - |
| HSV(B) | 343.5º | 0.47% | 0.67% | - |
| XYZ | 23.88 | 17.64 | 18.07 | - |
| YUV | 118.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 114 | 0 | 0.47 | 0.34 | 0.33 | 343.5 | 0.33 | 0.52 |
| Hex | AC | 5C | 72 | 0 | 2F | 22 | 21 | 158 | 21 | 34 |
| Octal | 254 | 134 | 162 | 0 | 57 | 42 | 41 | 530 | 41 | 64 |
| Binary | 10101100 | 1011100 | 1110010 | 0 | 101111 | 100010 | 100001 | 101011000 | 100001 | 110100 |
Color Harmonies of #AC5C72
Complementary color
Monochromatic Colors of #AC5C72
Black with #AC5C72
Text Example
Text Example
White with #AC5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C72; }
p { color: rgb(172,92,114); }
H1.HeaderClassName
{
color: #AC5C72;
}
.AnyTagClassName
{
color: #AC5C72;
}
</style>
background-color css
<style>
a { background-color: #AC5C72; }
a { background-color: rgb(172,92,114); }
div.DivClassName
{
background-color: #AC5C72;
}
.BgClassName
{
background-color: #AC5C72;
}
</style>
border-color css
<style>
span { border-color: #AC5C72; }
span { border-color: rgb(172,92,114); }
td.TdClassName
{
border-color: #AC5C72;
}
.TagClassName
{
border-color: #AC5C72;
}
</style>