Shades of Blush #AC5E6D
Tints of Blush #AC5E6D
RGB
CMYK
RGB Variations
Color information
#AC5E6D (or 0xAC5E6D) is known color: Blush. HEX triplet: AC, 5E and 6D. RGB value is (172,94,109). Sum of RGB (Red+Green+Blue) = 172+94+109=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E6D is #53A192. Grayscale: #777777. Windows color (decimal): -5480851 or 7167660. OLE color: 7167660.
HSL color Cylindrical-coordinate representation of color #AC5E6D: hue angle of 348.46º 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 #AC5E6D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 109 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.33 |
| HSL | 348.46º | 0.32% | 0.52% | - |
| HSV(B) | 348.46º | 0.45% | 0.67% | - |
| XYZ | 23.78 | 17.88 | 16.67 | - |
| YUV | 119.03 | 122.34 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 109 | 0 | 0.45 | 0.37 | 0.33 | 348.46 | 0.32 | 0.52 |
| Hex | AC | 5E | 6D | 0 | 2D | 25 | 21 | 15C | 20 | 34 |
| Octal | 254 | 136 | 155 | 0 | 55 | 45 | 41 | 534 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1101101 | 0 | 101101 | 100101 | 100001 | 101011100 | 100000 | 110100 |
Color Harmonies of #AC5E6D
Complementary color
Monochromatic Colors of #AC5E6D
Black with #AC5E6D
Text Example
Text Example
White with #AC5E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E6D; }
p { color: rgb(172,94,109); }
H1.HeaderClassName
{
color: #AC5E6D;
}
.AnyTagClassName
{
color: #AC5E6D;
}
</style>
background-color css
<style>
a { background-color: #AC5E6D; }
a { background-color: rgb(172,94,109); }
div.DivClassName
{
background-color: #AC5E6D;
}
.BgClassName
{
background-color: #AC5E6D;
}
</style>
border-color css
<style>
span { border-color: #AC5E6D; }
span { border-color: rgb(172,94,109); }
td.TdClassName
{
border-color: #AC5E6D;
}
.TagClassName
{
border-color: #AC5E6D;
}
</style>