Shades of Blush #AC5C6C
Tints of Blush #AC5C6C
RGB
CMYK
RGB Variations
Color information
#AC5C6C (or 0xAC5C6C) is known color: Blush. HEX triplet: AC, 5C and 6C. RGB value is (172,92,108). Sum of RGB (Red+Green+Blue) = 172+92+108=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C6C is #53A393. Grayscale: #757575. Windows color (decimal): -5481364 or 7101612. OLE color: 7101612.
HSL color Cylindrical-coordinate representation of color #AC5C6C: hue angle of 348º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5C6C is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 108 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.33 |
| HSL | 348º | 0.33% | 0.52% | - |
| HSV(B) | 348º | 0.47% | 0.67% | - |
| XYZ | 23.55 | 17.51 | 16.33 | - |
| YUV | 117.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 108 | 0 | 0.47 | 0.37 | 0.33 | 348 | 0.33 | 0.52 |
| Hex | AC | 5C | 6C | 0 | 2F | 25 | 21 | 15C | 21 | 34 |
| Octal | 254 | 134 | 154 | 0 | 57 | 45 | 41 | 534 | 41 | 64 |
| Binary | 10101100 | 1011100 | 1101100 | 0 | 101111 | 100101 | 100001 | 101011100 | 100001 | 110100 |
Color Harmonies of #AC5C6C
Complementary color
Monochromatic Colors of #AC5C6C
Black with #AC5C6C
Text Example
Text Example
White with #AC5C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C6C; }
p { color: rgb(172,92,108); }
H1.HeaderClassName
{
color: #AC5C6C;
}
.AnyTagClassName
{
color: #AC5C6C;
}
</style>
background-color css
<style>
a { background-color: #AC5C6C; }
a { background-color: rgb(172,92,108); }
div.DivClassName
{
background-color: #AC5C6C;
}
.BgClassName
{
background-color: #AC5C6C;
}
</style>
border-color css
<style>
span { border-color: #AC5C6C; }
span { border-color: rgb(172,92,108); }
td.TdClassName
{
border-color: #AC5C6C;
}
.TagClassName
{
border-color: #AC5C6C;
}
</style>