Shades of Blush #AC5D74
Tints of Blush #AC5D74
RGB
CMYK
RGB Variations
Color information
#AC5D74 (or 0xAC5D74) is known color: Blush. HEX triplet: AC, 5D and 74. RGB value is (172,93,116). Sum of RGB (Red+Green+Blue) = 172+93+116=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D74 is #53A28B. Grayscale: #777777. Windows color (decimal): -5481100 or 7626156. OLE color: 7626156.
HSL color Cylindrical-coordinate representation of color #AC5D74: hue angle of 342.53º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D74 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 116 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.33 |
| HSL | 342.53º | 0.32% | 0.52% | - |
| HSV(B) | 342.53º | 0.46% | 0.67% | - |
| XYZ | 24.08 | 17.86 | 18.7 | - |
| YUV | 119.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 116 | 0 | 0.46 | 0.33 | 0.33 | 342.53 | 0.32 | 0.52 |
| Hex | AC | 5D | 74 | 0 | 2E | 21 | 21 | 157 | 20 | 34 |
| Octal | 254 | 135 | 164 | 0 | 56 | 41 | 41 | 527 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1110100 | 0 | 101110 | 100001 | 100001 | 101010111 | 100000 | 110100 |
Color Harmonies of #AC5D74
Complementary color
Monochromatic Colors of #AC5D74
Black with #AC5D74
Text Example
Text Example
White with #AC5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D74; }
p { color: rgb(172,93,116); }
H1.HeaderClassName
{
color: #AC5D74;
}
.AnyTagClassName
{
color: #AC5D74;
}
</style>
background-color css
<style>
a { background-color: #AC5D74; }
a { background-color: rgb(172,93,116); }
div.DivClassName
{
background-color: #AC5D74;
}
.BgClassName
{
background-color: #AC5D74;
}
</style>
border-color css
<style>
span { border-color: #AC5D74; }
span { border-color: rgb(172,93,116); }
td.TdClassName
{
border-color: #AC5D74;
}
.TagClassName
{
border-color: #AC5D74;
}
</style>