Shades of Blush #AC566A
Tints of Blush #AC566A
RGB
CMYK
RGB Variations
Color information
#AC566A (or 0xAC566A) is known color: Blush. HEX triplet: AC, 56 and 6A. RGB value is (172,86,106). Sum of RGB (Red+Green+Blue) = 172+86+106=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566A is #53A995. Grayscale: #727272. Windows color (decimal): -5482902 or 6969004. OLE color: 6969004.
HSL color Cylindrical-coordinate representation of color #AC566A: hue angle of 346.05º 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 #AC566A is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 106 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.33 |
| HSL | 346.05º | 0.34% | 0.51% | - |
| HSV(B) | 346.05º | 0.5% | 0.67% | - |
| XYZ | 22.94 | 16.47 | 15.6 | - |
| YUV | 113.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 106 | 0 | 0.5 | 0.38 | 0.33 | 346.05 | 0.34 | 0.51 |
| Hex | AC | 56 | 6A | 0 | 32 | 26 | 21 | 15A | 22 | 33 |
| Octal | 254 | 126 | 152 | 0 | 62 | 46 | 41 | 532 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101010 | 0 | 110010 | 100110 | 100001 | 101011010 | 100010 | 110011 |
Color Harmonies of #AC566A
Complementary color
Monochromatic Colors of #AC566A
Black with #AC566A
Text Example
Text Example
White with #AC566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566A; }
p { color: rgb(172,86,106); }
H1.HeaderClassName
{
color: #AC566A;
}
.AnyTagClassName
{
color: #AC566A;
}
</style>
background-color css
<style>
a { background-color: #AC566A; }
a { background-color: rgb(172,86,106); }
div.DivClassName
{
background-color: #AC566A;
}
.BgClassName
{
background-color: #AC566A;
}
</style>
border-color css
<style>
span { border-color: #AC566A; }
span { border-color: rgb(172,86,106); }
td.TdClassName
{
border-color: #AC566A;
}
.TagClassName
{
border-color: #AC566A;
}
</style>