Shades of Blush #AC5B64
Tints of Blush #AC5B64
RGB
CMYK
RGB Variations
Color information
#AC5B64 (or 0xAC5B64) is known color: Blush. HEX triplet: AC, 5B and 64. RGB value is (172,91,100). Sum of RGB (Red+Green+Blue) = 172+91+100=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5B64 is #53A49B. Grayscale: #747474. Windows color (decimal): -5481628 or 6577068. OLE color: 6577068.
HSL color Cylindrical-coordinate representation of color #AC5B64: hue angle of 353.33º 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 #AC5B64 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 100 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.33 |
| HSL | 353.33º | 0.33% | 0.52% | - |
| HSV(B) | 353.33º | 0.47% | 0.67% | - |
| XYZ | 23.05 | 17.17 | 14.16 | - |
| YUV | 116.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 100 | 0 | 0.47 | 0.42 | 0.33 | 353.33 | 0.33 | 0.52 |
| Hex | AC | 5B | 64 | 0 | 2F | 2A | 21 | 161 | 21 | 34 |
| Octal | 254 | 133 | 144 | 0 | 57 | 52 | 41 | 541 | 41 | 64 |
| Binary | 10101100 | 1011011 | 1100100 | 0 | 101111 | 101010 | 100001 | 101100001 | 100001 | 110100 |
Color Harmonies of #AC5B64
Complementary color
Monochromatic Colors of #AC5B64
Black with #AC5B64
Text Example
Text Example
White with #AC5B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B64; }
p { color: rgb(172,91,100); }
H1.HeaderClassName
{
color: #AC5B64;
}
.AnyTagClassName
{
color: #AC5B64;
}
</style>
background-color css
<style>
a { background-color: #AC5B64; }
a { background-color: rgb(172,91,100); }
div.DivClassName
{
background-color: #AC5B64;
}
.BgClassName
{
background-color: #AC5B64;
}
</style>
border-color css
<style>
span { border-color: #AC5B64; }
span { border-color: rgb(172,91,100); }
td.TdClassName
{
border-color: #AC5B64;
}
.TagClassName
{
border-color: #AC5B64;
}
</style>