Shades of Blush #AC5568
Tints of Blush #AC5568
RGB
CMYK
RGB Variations
Color information
#AC5568 (or 0xAC5568) is known color: Blush. HEX triplet: AC, 55 and 68. RGB value is (172,85,104). Sum of RGB (Red+Green+Blue) = 172+85+104=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5568 is #53AA97. Grayscale: #717171. Windows color (decimal): -5483160 or 6837676. OLE color: 6837676.
HSL color Cylindrical-coordinate representation of color #AC5568: hue angle of 346.9º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC5568 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 104 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.33 |
| HSL | 346.9º | 0.34% | 0.5% | - |
| HSV(B) | 346.9º | 0.51% | 0.67% | - |
| XYZ | 22.76 | 16.27 | 15.04 | - |
| YUV | 113.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 104 | 0 | 0.51 | 0.40 | 0.33 | 346.9 | 0.34 | 0.5 |
| Hex | AC | 55 | 68 | 0 | 33 | 28 | 21 | 15B | 22 | 32 |
| Octal | 254 | 125 | 150 | 0 | 63 | 50 | 41 | 533 | 42 | 62 |
| Binary | 10101100 | 1010101 | 1101000 | 0 | 110011 | 101000 | 100001 | 101011011 | 100010 | 110010 |
Color Harmonies of #AC5568
Complementary color
Monochromatic Colors of #AC5568
Black with #AC5568
Text Example
Text Example
White with #AC5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5568; }
p { color: rgb(172,85,104); }
H1.HeaderClassName
{
color: #AC5568;
}
.AnyTagClassName
{
color: #AC5568;
}
</style>
background-color css
<style>
a { background-color: #AC5568; }
a { background-color: rgb(172,85,104); }
div.DivClassName
{
background-color: #AC5568;
}
.BgClassName
{
background-color: #AC5568;
}
</style>
border-color css
<style>
span { border-color: #AC5568; }
span { border-color: rgb(172,85,104); }
td.TdClassName
{
border-color: #AC5568;
}
.TagClassName
{
border-color: #AC5568;
}
</style>