Shades of Blush #AC566D
Tints of Blush #AC566D
RGB
CMYK
RGB Variations
Color information
#AC566D (or 0xAC566D) is known color: Blush. HEX triplet: AC, 56 and 6D. RGB value is (172,86,109). Sum of RGB (Red+Green+Blue) = 172+86+109=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566D is #53A992. Grayscale: #727272. Windows color (decimal): -5482899 or 7165612. OLE color: 7165612.
HSL color Cylindrical-coordinate representation of color #AC566D: hue angle of 343.95º 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 #AC566D is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 109 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.33 |
| HSL | 343.95º | 0.34% | 0.51% | - |
| HSV(B) | 343.95º | 0.5% | 0.67% | - |
| XYZ | 23.1 | 16.53 | 16.44 | - |
| YUV | 114.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 109 | 0 | 0.5 | 0.37 | 0.33 | 343.95 | 0.34 | 0.51 |
| Hex | AC | 56 | 6D | 0 | 32 | 25 | 21 | 158 | 22 | 33 |
| Octal | 254 | 126 | 155 | 0 | 62 | 45 | 41 | 530 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101101 | 0 | 110010 | 100101 | 100001 | 101011000 | 100010 | 110011 |
Color Harmonies of #AC566D
Complementary color
Monochromatic Colors of #AC566D
Black with #AC566D
Text Example
Text Example
White with #AC566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566D; }
p { color: rgb(172,86,109); }
H1.HeaderClassName
{
color: #AC566D;
}
.AnyTagClassName
{
color: #AC566D;
}
</style>
background-color css
<style>
a { background-color: #AC566D; }
a { background-color: rgb(172,86,109); }
div.DivClassName
{
background-color: #AC566D;
}
.BgClassName
{
background-color: #AC566D;
}
</style>
border-color css
<style>
span { border-color: #AC566D; }
span { border-color: rgb(172,86,109); }
td.TdClassName
{
border-color: #AC566D;
}
.TagClassName
{
border-color: #AC566D;
}
</style>