Shades of Blush #AC566E
Tints of Blush #AC566E
RGB
CMYK
RGB Variations
Color information
#AC566E (or 0xAC566E) is known color: Blush. HEX triplet: AC, 56 and 6E. RGB value is (172,86,110). Sum of RGB (Red+Green+Blue) = 172+86+110=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566E is #53A991. Grayscale: #727272. Windows color (decimal): -5482898 or 7231148. OLE color: 7231148.
HSL color Cylindrical-coordinate representation of color #AC566E: hue angle of 343.26º 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 #AC566E is Cyan = 0, Magento = 0.5, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 110 | - |
| CMYK | 0 | 0.5 | 0.36 | 0.33 |
| HSL | 343.26º | 0.34% | 0.51% | - |
| HSV(B) | 343.26º | 0.5% | 0.67% | - |
| XYZ | 23.16 | 16.55 | 16.73 | - |
| YUV | 114.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 110 | 0 | 0.5 | 0.36 | 0.33 | 343.26 | 0.34 | 0.51 |
| Hex | AC | 56 | 6E | 0 | 32 | 24 | 21 | 157 | 22 | 33 |
| Octal | 254 | 126 | 156 | 0 | 62 | 44 | 41 | 527 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101110 | 0 | 110010 | 100100 | 100001 | 101010111 | 100010 | 110011 |
Color Harmonies of #AC566E
Complementary color
Monochromatic Colors of #AC566E
Black with #AC566E
Text Example
Text Example
White with #AC566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566E; }
p { color: rgb(172,86,110); }
H1.HeaderClassName
{
color: #AC566E;
}
.AnyTagClassName
{
color: #AC566E;
}
</style>
background-color css
<style>
a { background-color: #AC566E; }
a { background-color: rgb(172,86,110); }
div.DivClassName
{
background-color: #AC566E;
}
.BgClassName
{
background-color: #AC566E;
}
</style>
border-color css
<style>
span { border-color: #AC566E; }
span { border-color: rgb(172,86,110); }
td.TdClassName
{
border-color: #AC566E;
}
.TagClassName
{
border-color: #AC566E;
}
</style>