Shades of Blush #AB596C
Tints of Blush #AB596C
RGB
CMYK
RGB Variations
Color information
#AB596C (or 0xAB596C) is known color: Blush. HEX triplet: AB, 59 and 6C. RGB value is (171,89,108). Sum of RGB (Red+Green+Blue) = 171+89+108=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB596C is #54A693. Grayscale: #737373. Windows color (decimal): -5547668 or 7100843. OLE color: 7100843.
HSL color Cylindrical-coordinate representation of color #AB596C: hue angle of 346.1º 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 #AB596C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 108 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.33 |
| HSL | 346.1º | 0.33% | 0.51% | - |
| HSV(B) | 346.1º | 0.48% | 0.67% | - |
| XYZ | 23.07 | 16.89 | 16.23 | - |
| YUV | 115.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 108 | 0 | 0.48 | 0.37 | 0.33 | 346.1 | 0.33 | 0.51 |
| Hex | AB | 59 | 6C | 0 | 30 | 25 | 21 | 15A | 21 | 33 |
| Octal | 253 | 131 | 154 | 0 | 60 | 45 | 41 | 532 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1101100 | 0 | 110000 | 100101 | 100001 | 101011010 | 100001 | 110011 |
Color Harmonies of #AB596C
Complementary color
Monochromatic Colors of #AB596C
Black with #AB596C
Text Example
Text Example
White with #AB596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB596C; }
p { color: rgb(171,89,108); }
H1.HeaderClassName
{
color: #AB596C;
}
.AnyTagClassName
{
color: #AB596C;
}
</style>
background-color css
<style>
a { background-color: #AB596C; }
a { background-color: rgb(171,89,108); }
div.DivClassName
{
background-color: #AB596C;
}
.BgClassName
{
background-color: #AB596C;
}
</style>
border-color css
<style>
span { border-color: #AB596C; }
span { border-color: rgb(171,89,108); }
td.TdClassName
{
border-color: #AB596C;
}
.TagClassName
{
border-color: #AB596C;
}
</style>