Shades of Blush #AC5E6F
Tints of Blush #AC5E6F
RGB
CMYK
RGB Variations
Color information
#AC5E6F (or 0xAC5E6F) is known color: Blush. HEX triplet: AC, 5E and 6F. RGB value is (172,94,111). Sum of RGB (Red+Green+Blue) = 172+94+111=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E6F is #53A190. Grayscale: #777777. Windows color (decimal): -5480849 or 7298732. OLE color: 7298732.
HSL color Cylindrical-coordinate representation of color #AC5E6F: hue angle of 346.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC5E6F is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 111 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.33 |
| HSL | 346.92º | 0.32% | 0.52% | - |
| HSV(B) | 346.92º | 0.45% | 0.67% | - |
| XYZ | 23.89 | 17.92 | 17.24 | - |
| YUV | 119.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 111 | 0 | 0.45 | 0.35 | 0.33 | 346.92 | 0.32 | 0.52 |
| Hex | AC | 5E | 6F | 0 | 2D | 23 | 21 | 15B | 20 | 34 |
| Octal | 254 | 136 | 157 | 0 | 55 | 43 | 41 | 533 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1101111 | 0 | 101101 | 100011 | 100001 | 101011011 | 100000 | 110100 |
Color Harmonies of #AC5E6F
Complementary color
Monochromatic Colors of #AC5E6F
Black with #AC5E6F
Text Example
Text Example
White with #AC5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E6F; }
p { color: rgb(172,94,111); }
H1.HeaderClassName
{
color: #AC5E6F;
}
.AnyTagClassName
{
color: #AC5E6F;
}
</style>
background-color css
<style>
a { background-color: #AC5E6F; }
a { background-color: rgb(172,94,111); }
div.DivClassName
{
background-color: #AC5E6F;
}
.BgClassName
{
background-color: #AC5E6F;
}
</style>
border-color css
<style>
span { border-color: #AC5E6F; }
span { border-color: rgb(172,94,111); }
td.TdClassName
{
border-color: #AC5E6F;
}
.TagClassName
{
border-color: #AC5E6F;
}
</style>