Shades of Blush #AC5E6E
Tints of Blush #AC5E6E
RGB
CMYK
RGB Variations
Color information
#AC5E6E (or 0xAC5E6E) is known color: Blush. HEX triplet: AC, 5E and 6E. RGB value is (172,94,110). Sum of RGB (Red+Green+Blue) = 172+94+110=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E6E is #53A191. Grayscale: #777777. Windows color (decimal): -5480850 or 7233196. OLE color: 7233196.
HSL color Cylindrical-coordinate representation of color #AC5E6E: hue angle of 347.69º 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 #AC5E6E is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 94 | 110 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.33 |
| HSL | 347.69º | 0.32% | 0.52% | - |
| HSV(B) | 347.69º | 0.45% | 0.67% | - |
| XYZ | 23.83 | 17.9 | 16.95 | - |
| YUV | 119.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 94 | 110 | 0 | 0.45 | 0.36 | 0.33 | 347.69 | 0.32 | 0.52 |
| Hex | AC | 5E | 6E | 0 | 2D | 24 | 21 | 15C | 20 | 34 |
| Octal | 254 | 136 | 156 | 0 | 55 | 44 | 41 | 534 | 40 | 64 |
| Binary | 10101100 | 1011110 | 1101110 | 0 | 101101 | 100100 | 100001 | 101011100 | 100000 | 110100 |
Color Harmonies of #AC5E6E
Complementary color
Monochromatic Colors of #AC5E6E
Black with #AC5E6E
Text Example
Text Example
White with #AC5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5E6E; }
p { color: rgb(172,94,110); }
H1.HeaderClassName
{
color: #AC5E6E;
}
.AnyTagClassName
{
color: #AC5E6E;
}
</style>
background-color css
<style>
a { background-color: #AC5E6E; }
a { background-color: rgb(172,94,110); }
div.DivClassName
{
background-color: #AC5E6E;
}
.BgClassName
{
background-color: #AC5E6E;
}
</style>
border-color css
<style>
span { border-color: #AC5E6E; }
span { border-color: rgb(172,94,110); }
td.TdClassName
{
border-color: #AC5E6E;
}
.TagClassName
{
border-color: #AC5E6E;
}
</style>