Shades of Blush #AB5464
Tints of Blush #AB5464
RGB
CMYK
RGB Variations
Color information
#AB5464 (or 0xAB5464) is known color: Blush. HEX triplet: AB, 54 and 64. RGB value is (171,84,100). Sum of RGB (Red+Green+Blue) = 171+84+100=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5464 is #54AB9B. Grayscale: #6F6F6F. Windows color (decimal): -5548956 or 6575275. OLE color: 6575275.
HSL color Cylindrical-coordinate representation of color #AB5464: hue angle of 348.97º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5464 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 100 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 348.97º | 0.34% | 0.5% | - |
| HSV(B) | 348.97º | 0.51% | 0.67% | - |
| XYZ | 22.27 | 15.92 | 13.96 | - |
| YUV | 111.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 100 | 0 | 0.51 | 0.42 | 0.33 | 348.97 | 0.34 | 0.5 |
| Hex | AB | 54 | 64 | 0 | 33 | 2A | 21 | 15D | 22 | 32 |
| Octal | 253 | 124 | 144 | 0 | 63 | 52 | 41 | 535 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1100100 | 0 | 110011 | 101010 | 100001 | 101011101 | 100010 | 110010 |
Color Harmonies of #AB5464
Complementary color
Monochromatic Colors of #AB5464
Black with #AB5464
Text Example
Text Example
White with #AB5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5464; }
p { color: rgb(171,84,100); }
H1.HeaderClassName
{
color: #AB5464;
}
.AnyTagClassName
{
color: #AB5464;
}
</style>
background-color css
<style>
a { background-color: #AB5464; }
a { background-color: rgb(171,84,100); }
div.DivClassName
{
background-color: #AB5464;
}
.BgClassName
{
background-color: #AB5464;
}
</style>
border-color css
<style>
span { border-color: #AB5464; }
span { border-color: rgb(171,84,100); }
td.TdClassName
{
border-color: #AB5464;
}
.TagClassName
{
border-color: #AB5464;
}
</style>