Shades of Blush #AC5965
Tints of Blush #AC5965
RGB
CMYK
RGB Variations
Color information
#AC5965 (or 0xAC5965) is known color: Blush. HEX triplet: AC, 59 and 65. RGB value is (172,89,101). Sum of RGB (Red+Green+Blue) = 172+89+101=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5965 is #53A69A. Grayscale: #737373. Windows color (decimal): -5482139 or 6642092. OLE color: 6642092.
HSL color Cylindrical-coordinate representation of color #AC5965: hue angle of 351.33º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5965 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 101 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.33 |
| HSL | 351.33º | 0.33% | 0.51% | - |
| HSV(B) | 351.33º | 0.48% | 0.67% | - |
| XYZ | 22.93 | 16.86 | 14.36 | - |
| YUV | 115.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 101 | 0 | 0.48 | 0.41 | 0.33 | 351.33 | 0.33 | 0.51 |
| Hex | AC | 59 | 65 | 0 | 30 | 29 | 21 | 15F | 21 | 33 |
| Octal | 254 | 131 | 145 | 0 | 60 | 51 | 41 | 537 | 41 | 63 |
| Binary | 10101100 | 1011001 | 1100101 | 0 | 110000 | 101001 | 100001 | 101011111 | 100001 | 110011 |
Color Harmonies of #AC5965
Complementary color
Monochromatic Colors of #AC5965
Black with #AC5965
Text Example
Text Example
White with #AC5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5965; }
p { color: rgb(172,89,101); }
H1.HeaderClassName
{
color: #AC5965;
}
.AnyTagClassName
{
color: #AC5965;
}
</style>
background-color css
<style>
a { background-color: #AC5965; }
a { background-color: rgb(172,89,101); }
div.DivClassName
{
background-color: #AC5965;
}
.BgClassName
{
background-color: #AC5965;
}
</style>
border-color css
<style>
span { border-color: #AC5965; }
span { border-color: rgb(172,89,101); }
td.TdClassName
{
border-color: #AC5965;
}
.TagClassName
{
border-color: #AC5965;
}
</style>