Shades of Blush #AC5D64
Tints of Blush #AC5D64
RGB
CMYK
RGB Variations
Color information
#AC5D64 (or 0xAC5D64) is known color: Blush. HEX triplet: AC, 5D and 64. RGB value is (172,93,100). Sum of RGB (Red+Green+Blue) = 172+93+100=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D64 is #53A29B. Grayscale: #757575. Windows color (decimal): -5481116 or 6577580. OLE color: 6577580.
HSL color Cylindrical-coordinate representation of color #AC5D64: hue angle of 354.68º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC5D64 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 93 | 100 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.33 |
| HSL | 354.68º | 0.32% | 0.52% | - |
| HSV(B) | 354.68º | 0.46% | 0.67% | - |
| XYZ | 23.23 | 17.52 | 14.21 | - |
| YUV | 117.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 93 | 100 | 0 | 0.46 | 0.42 | 0.33 | 354.68 | 0.32 | 0.52 |
| Hex | AC | 5D | 64 | 0 | 2E | 2A | 21 | 163 | 20 | 34 |
| Octal | 254 | 135 | 144 | 0 | 56 | 52 | 41 | 543 | 40 | 64 |
| Binary | 10101100 | 1011101 | 1100100 | 0 | 101110 | 101010 | 100001 | 101100011 | 100000 | 110100 |
Color Harmonies of #AC5D64
Complementary color
Monochromatic Colors of #AC5D64
Black with #AC5D64
Text Example
Text Example
White with #AC5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5D64; }
p { color: rgb(172,93,100); }
H1.HeaderClassName
{
color: #AC5D64;
}
.AnyTagClassName
{
color: #AC5D64;
}
</style>
background-color css
<style>
a { background-color: #AC5D64; }
a { background-color: rgb(172,93,100); }
div.DivClassName
{
background-color: #AC5D64;
}
.BgClassName
{
background-color: #AC5D64;
}
</style>
border-color css
<style>
span { border-color: #AC5D64; }
span { border-color: rgb(172,93,100); }
td.TdClassName
{
border-color: #AC5D64;
}
.TagClassName
{
border-color: #AC5D64;
}
</style>