Shades of Blush #AC5D66
Tints of Blush #AC5D66
RGB
CMYK
RGB Variations
Color information
#AC5D66 (or 0xAC5D66) is known color: Blush. HEX triplet: AC, 5D and 66. RGB value is (172,93,102). Sum of RGB (Red+Green+Blue) = 172+93+102=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D66 is #53A299. Grayscale: #757575. Windows color (decimal): -5481114 or 6708652. OLE color: 6708652.
HSL color Cylindrical-coordinate representation of color #AC5D66: hue angle of 353.16º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D66 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 102 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.33 |
| HSL | 353.16º | 0.32% | 0.52% | - |
| HSV(B) | 353.16º | 0.46% | 0.67% | - |
| XYZ | 23.33 | 17.56 | 14.73 | - |
| YUV | 117.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 102 | 0 | 0.46 | 0.41 | 0.33 | 353.16 | 0.32 | 0.52 |
| Hex | AC | 5D | 66 | 0 | 2E | 29 | 21 | 161 | 20 | 34 |
| Octal | 254 | 135 | 146 | 0 | 56 | 51 | 41 | 541 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1100110 | 0 | 101110 | 101001 | 100001 | 101100001 | 100000 | 110100 |
Color Harmonies of #AC5D66
Complementary color
Monochromatic Colors of #AC5D66
Black with #AC5D66
Text Example
Text Example
White with #AC5D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D66; }
p { color: rgb(172,93,102); }
H1.HeaderClassName
{
color: #AC5D66;
}
.AnyTagClassName
{
color: #AC5D66;
}
</style>
background-color css
<style>
a { background-color: #AC5D66; }
a { background-color: rgb(172,93,102); }
div.DivClassName
{
background-color: #AC5D66;
}
.BgClassName
{
background-color: #AC5D66;
}
</style>
border-color css
<style>
span { border-color: #AC5D66; }
span { border-color: rgb(172,93,102); }
td.TdClassName
{
border-color: #AC5D66;
}
.TagClassName
{
border-color: #AC5D66;
}
</style>