Shades of Blush #AC5C67
Tints of Blush #AC5C67
RGB
CMYK
RGB Variations
Color information
#AC5C67 (or 0xAC5C67) is known color: Blush. HEX triplet: AC, 5C and 67. RGB value is (172,92,103). Sum of RGB (Red+Green+Blue) = 172+92+103=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C67 is #53A398. Grayscale: #757575. Windows color (decimal): -5481369 or 6773932. OLE color: 6773932.
HSL color Cylindrical-coordinate representation of color #AC5C67: hue angle of 351.75º 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 #AC5C67 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 103 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.33 |
| HSL | 351.75º | 0.33% | 0.52% | - |
| HSV(B) | 351.75º | 0.47% | 0.67% | - |
| XYZ | 23.29 | 17.4 | 14.96 | - |
| YUV | 117.17 | 120 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 103 | 0 | 0.47 | 0.40 | 0.33 | 351.75 | 0.33 | 0.52 |
| Hex | AC | 5C | 67 | 0 | 2F | 28 | 21 | 160 | 21 | 34 |
| Octal | 254 | 134 | 147 | 0 | 57 | 50 | 41 | 540 | 41 | 64 |
| Binary | 10101100 | 1011100 | 1100111 | 0 | 101111 | 101000 | 100001 | 101100000 | 100001 | 110100 |
Color Harmonies of #AC5C67
Complementary color
Monochromatic Colors of #AC5C67
Black with #AC5C67
Text Example
Text Example
White with #AC5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C67; }
p { color: rgb(172,92,103); }
H1.HeaderClassName
{
color: #AC5C67;
}
.AnyTagClassName
{
color: #AC5C67;
}
</style>
background-color css
<style>
a { background-color: #AC5C67; }
a { background-color: rgb(172,92,103); }
div.DivClassName
{
background-color: #AC5C67;
}
.BgClassName
{
background-color: #AC5C67;
}
</style>
border-color css
<style>
span { border-color: #AC5C67; }
span { border-color: rgb(172,92,103); }
td.TdClassName
{
border-color: #AC5C67;
}
.TagClassName
{
border-color: #AC5C67;
}
</style>