Shades of Blush #AC566C
Tints of Blush #AC566C
RGB
CMYK
RGB Variations
Color information
#AC566C (or 0xAC566C) is known color: Blush. HEX triplet: AC, 56 and 6C. RGB value is (172,86,108). Sum of RGB (Red+Green+Blue) = 172+86+108=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566C is #53A993. Grayscale: #727272. Windows color (decimal): -5482900 or 7100076. OLE color: 7100076.
HSL color Cylindrical-coordinate representation of color #AC566C: hue angle of 344.65º 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 #AC566C is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 108 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.33 |
| HSL | 344.65º | 0.34% | 0.51% | - |
| HSV(B) | 344.65º | 0.5% | 0.67% | - |
| XYZ | 23.05 | 16.51 | 16.16 | - |
| YUV | 114.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 108 | 0 | 0.5 | 0.37 | 0.33 | 344.65 | 0.34 | 0.51 |
| Hex | AC | 56 | 6C | 0 | 32 | 25 | 21 | 159 | 22 | 33 |
| Octal | 254 | 126 | 154 | 0 | 62 | 45 | 41 | 531 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101100 | 0 | 110010 | 100101 | 100001 | 101011001 | 100010 | 110011 |
Color Harmonies of #AC566C
Complementary color
Monochromatic Colors of #AC566C
Black with #AC566C
Text Example
Text Example
White with #AC566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566C; }
p { color: rgb(172,86,108); }
H1.HeaderClassName
{
color: #AC566C;
}
.AnyTagClassName
{
color: #AC566C;
}
</style>
background-color css
<style>
a { background-color: #AC566C; }
a { background-color: rgb(172,86,108); }
div.DivClassName
{
background-color: #AC566C;
}
.BgClassName
{
background-color: #AC566C;
}
</style>
border-color css
<style>
span { border-color: #AC566C; }
span { border-color: rgb(172,86,108); }
td.TdClassName
{
border-color: #AC566C;
}
.TagClassName
{
border-color: #AC566C;
}
</style>