Shades of Blush #AC5D73
Tints of Blush #AC5D73
RGB
CMYK
RGB Variations
Color information
#AC5D73 (or 0xAC5D73) is known color: Blush. HEX triplet: AC, 5D and 73. RGB value is (172,93,115). Sum of RGB (Red+Green+Blue) = 172+93+115=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D73 is #53A28C. Grayscale: #777777. Windows color (decimal): -5481101 or 7560620. OLE color: 7560620.
HSL color Cylindrical-coordinate representation of color #AC5D73: hue angle of 343.29º 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 #AC5D73 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 115 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.33 |
| HSL | 343.29º | 0.32% | 0.52% | - |
| HSV(B) | 343.29º | 0.46% | 0.67% | - |
| XYZ | 24.02 | 17.84 | 18.4 | - |
| YUV | 119.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 115 | 0 | 0.46 | 0.33 | 0.33 | 343.29 | 0.32 | 0.52 |
| Hex | AC | 5D | 73 | 0 | 2E | 21 | 21 | 157 | 20 | 34 |
| Octal | 254 | 135 | 163 | 0 | 56 | 41 | 41 | 527 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1110011 | 0 | 101110 | 100001 | 100001 | 101010111 | 100000 | 110100 |
Color Harmonies of #AC5D73
Complementary color
Monochromatic Colors of #AC5D73
Black with #AC5D73
Text Example
Text Example
White with #AC5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D73; }
p { color: rgb(172,93,115); }
H1.HeaderClassName
{
color: #AC5D73;
}
.AnyTagClassName
{
color: #AC5D73;
}
</style>
background-color css
<style>
a { background-color: #AC5D73; }
a { background-color: rgb(172,93,115); }
div.DivClassName
{
background-color: #AC5D73;
}
.BgClassName
{
background-color: #AC5D73;
}
</style>
border-color css
<style>
span { border-color: #AC5D73; }
span { border-color: rgb(172,93,115); }
td.TdClassName
{
border-color: #AC5D73;
}
.TagClassName
{
border-color: #AC5D73;
}
</style>