Shades of Blush #AC5A63
Tints of Blush #AC5A63
RGB
CMYK
RGB Variations
Color information
#AC5A63 (or 0xAC5A63) is known color: Blush. HEX triplet: AC, 5A and 63. RGB value is (172,90,99). Sum of RGB (Red+Green+Blue) = 172+90+99=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5A63 is #53A59C. Grayscale: #737373. Windows color (decimal): -5481885 or 6511276. OLE color: 6511276.
HSL color Cylindrical-coordinate representation of color #AC5A63: hue angle of 353.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A63 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 99 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.33 |
| HSL | 353.41º | 0.33% | 0.51% | - |
| HSV(B) | 353.41º | 0.48% | 0.67% | - |
| XYZ | 22.92 | 16.98 | 13.87 | - |
| YUV | 115.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 99 | 0 | 0.48 | 0.42 | 0.33 | 353.41 | 0.33 | 0.51 |
| Hex | AC | 5A | 63 | 0 | 30 | 2A | 21 | 161 | 21 | 33 |
| Octal | 254 | 132 | 143 | 0 | 60 | 52 | 41 | 541 | 41 | 63 |
| Binary | 10101100 | 1011010 | 1100011 | 0 | 110000 | 101010 | 100001 | 101100001 | 100001 | 110011 |
Color Harmonies of #AC5A63
Complementary color
Monochromatic Colors of #AC5A63
Black with #AC5A63
Text Example
Text Example
White with #AC5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A63; }
p { color: rgb(172,90,99); }
H1.HeaderClassName
{
color: #AC5A63;
}
.AnyTagClassName
{
color: #AC5A63;
}
</style>
background-color css
<style>
a { background-color: #AC5A63; }
a { background-color: rgb(172,90,99); }
div.DivClassName
{
background-color: #AC5A63;
}
.BgClassName
{
background-color: #AC5A63;
}
</style>
border-color css
<style>
span { border-color: #AC5A63; }
span { border-color: rgb(172,90,99); }
td.TdClassName
{
border-color: #AC5A63;
}
.TagClassName
{
border-color: #AC5A63;
}
</style>