Shades of Blush #AC566F
Tints of Blush #AC566F
RGB
CMYK
RGB Variations
Color information
#AC566F (or 0xAC566F) is known color: Blush. HEX triplet: AC, 56 and 6F. RGB value is (172,86,111). Sum of RGB (Red+Green+Blue) = 172+86+111=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566F is #53A990. Grayscale: #727272. Windows color (decimal): -5482897 or 7296684. OLE color: 7296684.
HSL color Cylindrical-coordinate representation of color #AC566F: hue angle of 342.56º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC566F is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 111 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.33 |
| HSL | 342.56º | 0.34% | 0.51% | - |
| HSV(B) | 342.56º | 0.5% | 0.67% | - |
| XYZ | 23.21 | 16.57 | 17.01 | - |
| YUV | 114.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 111 | 0 | 0.5 | 0.35 | 0.33 | 342.56 | 0.34 | 0.51 |
| Hex | AC | 56 | 6F | 0 | 32 | 23 | 21 | 157 | 22 | 33 |
| Octal | 254 | 126 | 157 | 0 | 62 | 43 | 41 | 527 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101111 | 0 | 110010 | 100011 | 100001 | 101010111 | 100010 | 110011 |
Color Harmonies of #AC566F
Complementary color
Monochromatic Colors of #AC566F
Black with #AC566F
Text Example
Text Example
White with #AC566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566F; }
p { color: rgb(172,86,111); }
H1.HeaderClassName
{
color: #AC566F;
}
.AnyTagClassName
{
color: #AC566F;
}
</style>
background-color css
<style>
a { background-color: #AC566F; }
a { background-color: rgb(172,86,111); }
div.DivClassName
{
background-color: #AC566F;
}
.BgClassName
{
background-color: #AC566F;
}
</style>
border-color css
<style>
span { border-color: #AC566F; }
span { border-color: rgb(172,86,111); }
td.TdClassName
{
border-color: #AC566F;
}
.TagClassName
{
border-color: #AC566F;
}
</style>