Shades of Blush #AC5970
Tints of Blush #AC5970
RGB
CMYK
RGB Variations
Color information
#AC5970 (or 0xAC5970) is known color: Blush. HEX triplet: AC, 59 and 70. RGB value is (172,89,112). Sum of RGB (Red+Green+Blue) = 172+89+112=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5970 is #53A68F. Grayscale: #747474. Windows color (decimal): -5482128 or 7362988. OLE color: 7362988.
HSL color Cylindrical-coordinate representation of color #AC5970: hue angle of 343.37º 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 #AC5970 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 112 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.33 |
| HSL | 343.37º | 0.33% | 0.51% | - |
| HSV(B) | 343.37º | 0.48% | 0.67% | - |
| XYZ | 23.51 | 17.09 | 17.39 | - |
| YUV | 116.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 112 | 0 | 0.48 | 0.35 | 0.33 | 343.37 | 0.33 | 0.51 |
| Hex | AC | 59 | 70 | 0 | 30 | 23 | 21 | 157 | 21 | 33 |
| Octal | 254 | 131 | 160 | 0 | 60 | 43 | 41 | 527 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1110000 | 0 | 110000 | 100011 | 100001 | 101010111 | 100001 | 110011 |
Color Harmonies of #AC5970
Complementary color
Monochromatic Colors of #AC5970
Black with #AC5970
Text Example
Text Example
White with #AC5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5970; }
p { color: rgb(172,89,112); }
H1.HeaderClassName
{
color: #AC5970;
}
.AnyTagClassName
{
color: #AC5970;
}
</style>
background-color css
<style>
a { background-color: #AC5970; }
a { background-color: rgb(172,89,112); }
div.DivClassName
{
background-color: #AC5970;
}
.BgClassName
{
background-color: #AC5970;
}
</style>
border-color css
<style>
span { border-color: #AC5970; }
span { border-color: rgb(172,89,112); }
td.TdClassName
{
border-color: #AC5970;
}
.TagClassName
{
border-color: #AC5970;
}
</style>