Shades of Blush #AC4D68
Tints of Blush #AC4D68
RGB
CMYK
RGB Variations
Color information
#AC4D68 (or 0xAC4D68) is known color: Blush. HEX triplet: AC, 4D and 68. RGB value is (172,77,104). Sum of RGB (Red+Green+Blue) = 172+77+104=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D68 is #53B297. Grayscale: #6C6C6C. Windows color (decimal): -5485208 or 6835628. OLE color: 6835628.
HSL color Cylindrical-coordinate representation of color #AC4D68: hue angle of 342.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D68 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 104 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.33 |
| HSL | 342.95º | 0.38% | 0.49% | - |
| HSV(B) | 342.95º | 0.55% | 0.67% | - |
| XYZ | 22.17 | 15.08 | 14.84 | - |
| YUV | 108.48 | 125.47 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 104 | 0 | 0.55 | 0.40 | 0.33 | 342.95 | 0.38 | 0.49 |
| Hex | AC | 4D | 68 | 0 | 37 | 28 | 21 | 157 | 26 | 31 |
| Octal | 254 | 115 | 150 | 0 | 67 | 50 | 41 | 527 | 46 | 61 |
| Binary | 10101100 | 1001101 | 1101000 | 0 | 110111 | 101000 | 100001 | 101010111 | 100110 | 110001 |
Color Harmonies of #AC4D68
Complementary color
Monochromatic Colors of #AC4D68
Black with #AC4D68
Text Example
Text Example
White with #AC4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D68; }
p { color: rgb(172,77,104); }
H1.HeaderClassName
{
color: #AC4D68;
}
.AnyTagClassName
{
color: #AC4D68;
}
</style>
background-color css
<style>
a { background-color: #AC4D68; }
a { background-color: rgb(172,77,104); }
div.DivClassName
{
background-color: #AC4D68;
}
.BgClassName
{
background-color: #AC4D68;
}
</style>
border-color css
<style>
span { border-color: #AC4D68; }
span { border-color: rgb(172,77,104); }
td.TdClassName
{
border-color: #AC4D68;
}
.TagClassName
{
border-color: #AC4D68;
}
</style>