Shades of Blush #AB596D
Tints of Blush #AB596D
RGB
CMYK
RGB Variations
Color information
#AB596D (or 0xAB596D) is known color: Blush. HEX triplet: AB, 59 and 6D. RGB value is (171,89,109). Sum of RGB (Red+Green+Blue) = 171+89+109=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB596D is #54A692. Grayscale: #737373. Windows color (decimal): -5547667 or 7166379. OLE color: 7166379.
HSL color Cylindrical-coordinate representation of color #AB596D: hue angle of 345.37º 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 #AB596D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 109 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.33 |
| HSL | 345.37º | 0.33% | 0.51% | - |
| HSV(B) | 345.37º | 0.48% | 0.67% | - |
| XYZ | 23.13 | 16.91 | 16.51 | - |
| YUV | 115.8 | 124.17 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 109 | 0 | 0.48 | 0.36 | 0.33 | 345.37 | 0.33 | 0.51 |
| Hex | AB | 59 | 6D | 0 | 30 | 24 | 21 | 159 | 21 | 33 |
| Octal | 253 | 131 | 155 | 0 | 60 | 44 | 41 | 531 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1101101 | 0 | 110000 | 100100 | 100001 | 101011001 | 100001 | 110011 |
Color Harmonies of #AB596D
Complementary color
Monochromatic Colors of #AB596D
Black with #AB596D
Text Example
Text Example
White with #AB596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB596D; }
p { color: rgb(171,89,109); }
H1.HeaderClassName
{
color: #AB596D;
}
.AnyTagClassName
{
color: #AB596D;
}
</style>
background-color css
<style>
a { background-color: #AB596D; }
a { background-color: rgb(171,89,109); }
div.DivClassName
{
background-color: #AB596D;
}
.BgClassName
{
background-color: #AB596D;
}
</style>
border-color css
<style>
span { border-color: #AB596D; }
span { border-color: rgb(171,89,109); }
td.TdClassName
{
border-color: #AB596D;
}
.TagClassName
{
border-color: #AB596D;
}
</style>