Shades of Blush #AC5E74
Tints of Blush #AC5E74
RGB
CMYK
RGB Variations
Color information
#AC5E74 (or 0xAC5E74) is known color: Blush. HEX triplet: AC, 5E and 74. RGB value is (172,94,116). Sum of RGB (Red+Green+Blue) = 172+94+116=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E74 is #53A18B. Grayscale: #777777. Windows color (decimal): -5480844 or 7626412. OLE color: 7626412.
HSL color Cylindrical-coordinate representation of color #AC5E74: hue angle of 343.08º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E74 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 116 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.33 |
| HSL | 343.08º | 0.32% | 0.52% | - |
| HSV(B) | 343.08º | 0.45% | 0.67% | - |
| XYZ | 24.17 | 18.04 | 18.73 | - |
| YUV | 119.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 116 | 0 | 0.45 | 0.33 | 0.33 | 343.08 | 0.32 | 0.52 |
| Hex | AC | 5E | 74 | 0 | 2D | 21 | 21 | 157 | 20 | 34 |
| Octal | 254 | 136 | 164 | 0 | 55 | 41 | 41 | 527 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1110100 | 0 | 101101 | 100001 | 100001 | 101010111 | 100000 | 110100 |
Color Harmonies of #AC5E74
Complementary color
Monochromatic Colors of #AC5E74
Black with #AC5E74
Text Example
Text Example
White with #AC5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E74; }
p { color: rgb(172,94,116); }
H1.HeaderClassName
{
color: #AC5E74;
}
.AnyTagClassName
{
color: #AC5E74;
}
</style>
background-color css
<style>
a { background-color: #AC5E74; }
a { background-color: rgb(172,94,116); }
div.DivClassName
{
background-color: #AC5E74;
}
.BgClassName
{
background-color: #AC5E74;
}
</style>
border-color css
<style>
span { border-color: #AC5E74; }
span { border-color: rgb(172,94,116); }
td.TdClassName
{
border-color: #AC5E74;
}
.TagClassName
{
border-color: #AC5E74;
}
</style>