Shades of Blush #AC5163
Tints of Blush #AC5163
RGB
CMYK
RGB Variations
Color information
#AC5163 (or 0xAC5163) is known color: Blush. HEX triplet: AC, 51 and 63. RGB value is (172,81,99). Sum of RGB (Red+Green+Blue) = 172+81+99=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5163 is #53AE9C. Grayscale: #6E6E6E. Windows color (decimal): -5484189 or 6508972. OLE color: 6508972.
HSL color Cylindrical-coordinate representation of color #AC5163: hue angle of 348.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5163 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 99 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.33 |
| HSL | 348.13º | 0.36% | 0.5% | - |
| HSV(B) | 348.13º | 0.53% | 0.67% | - |
| XYZ | 22.21 | 15.56 | 13.64 | - |
| YUV | 110.26 | 121.65 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 99 | 0 | 0.53 | 0.42 | 0.33 | 348.13 | 0.36 | 0.5 |
| Hex | AC | 51 | 63 | 0 | 35 | 2A | 21 | 15C | 24 | 32 |
| Octal | 254 | 121 | 143 | 0 | 65 | 52 | 41 | 534 | 44 | 62 |
| Binary | 10101100 | 1010001 | 1100011 | 0 | 110101 | 101010 | 100001 | 101011100 | 100100 | 110010 |
Color Harmonies of #AC5163
Complementary color
Monochromatic Colors of #AC5163
Black with #AC5163
Text Example
Text Example
White with #AC5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5163; }
p { color: rgb(172,81,99); }
H1.HeaderClassName
{
color: #AC5163;
}
.AnyTagClassName
{
color: #AC5163;
}
</style>
background-color css
<style>
a { background-color: #AC5163; }
a { background-color: rgb(172,81,99); }
div.DivClassName
{
background-color: #AC5163;
}
.BgClassName
{
background-color: #AC5163;
}
</style>
border-color css
<style>
span { border-color: #AC5163; }
span { border-color: rgb(172,81,99); }
td.TdClassName
{
border-color: #AC5163;
}
.TagClassName
{
border-color: #AC5163;
}
</style>