Shades of Blush #AB5B63
Tints of Blush #AB5B63
RGB
CMYK
RGB Variations
Color information
#AB5B63 (or 0xAB5B63) is known color: Blush. HEX triplet: AB, 5B and 63. RGB value is (171,91,99). Sum of RGB (Red+Green+Blue) = 171+91+99=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B63 is #54A49C. Grayscale: #737373. Windows color (decimal): -5547165 or 6511531. OLE color: 6511531.
HSL color Cylindrical-coordinate representation of color #AB5B63: hue angle of 354º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5B63 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 99 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.33 |
| HSL | 354º | 0.32% | 0.51% | - |
| HSV(B) | 354º | 0.47% | 0.67% | - |
| XYZ | 22.79 | 17.04 | 13.89 | - |
| YUV | 115.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 99 | 0 | 0.47 | 0.42 | 0.33 | 354 | 0.32 | 0.51 |
| Hex | AB | 5B | 63 | 0 | 2F | 2A | 21 | 162 | 20 | 33 |
| Octal | 253 | 133 | 143 | 0 | 57 | 52 | 41 | 542 | 40 | 63 |
| Binary | 10101011 | 1011011 | 1100011 | 0 | 101111 | 101010 | 100001 | 101100010 | 100000 | 110011 |
Color Harmonies of #AB5B63
Complementary color
Monochromatic Colors of #AB5B63
Black with #AB5B63
Text Example
Text Example
White with #AB5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B63; }
p { color: rgb(171,91,99); }
H1.HeaderClassName
{
color: #AB5B63;
}
.AnyTagClassName
{
color: #AB5B63;
}
</style>
background-color css
<style>
a { background-color: #AB5B63; }
a { background-color: rgb(171,91,99); }
div.DivClassName
{
background-color: #AB5B63;
}
.BgClassName
{
background-color: #AB5B63;
}
</style>
border-color css
<style>
span { border-color: #AB5B63; }
span { border-color: rgb(171,91,99); }
td.TdClassName
{
border-color: #AB5B63;
}
.TagClassName
{
border-color: #AB5B63;
}
</style>