Shades of Blush #AC566B
Tints of Blush #AC566B
RGB
CMYK
RGB Variations
Color information
#AC566B (or 0xAC566B) is known color: Blush. HEX triplet: AC, 56 and 6B. RGB value is (172,86,107). Sum of RGB (Red+Green+Blue) = 172+86+107=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC566B is #53A994. Grayscale: #727272. Windows color (decimal): -5482901 or 7034540. OLE color: 7034540.
HSL color Cylindrical-coordinate representation of color #AC566B: hue angle of 345.35º 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 #AC566B is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 107 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.33 |
| HSL | 345.35º | 0.34% | 0.51% | - |
| HSV(B) | 345.35º | 0.5% | 0.67% | - |
| XYZ | 22.99 | 16.49 | 15.88 | - |
| YUV | 114.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 107 | 0 | 0.5 | 0.38 | 0.33 | 345.35 | 0.34 | 0.51 |
| Hex | AC | 56 | 6B | 0 | 32 | 26 | 21 | 159 | 22 | 33 |
| Octal | 254 | 126 | 153 | 0 | 62 | 46 | 41 | 531 | 42 | 63 |
| Binary | 10101100 | 1010110 | 1101011 | 0 | 110010 | 100110 | 100001 | 101011001 | 100010 | 110011 |
Color Harmonies of #AC566B
Complementary color
Monochromatic Colors of #AC566B
Black with #AC566B
Text Example
Text Example
White with #AC566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC566B; }
p { color: rgb(172,86,107); }
H1.HeaderClassName
{
color: #AC566B;
}
.AnyTagClassName
{
color: #AC566B;
}
</style>
background-color css
<style>
a { background-color: #AC566B; }
a { background-color: rgb(172,86,107); }
div.DivClassName
{
background-color: #AC566B;
}
.BgClassName
{
background-color: #AC566B;
}
</style>
border-color css
<style>
span { border-color: #AC566B; }
span { border-color: rgb(172,86,107); }
td.TdClassName
{
border-color: #AC566B;
}
.TagClassName
{
border-color: #AC566B;
}
</style>