Shades of Blush #AB5463
Tints of Blush #AB5463
RGB
CMYK
RGB Variations
Color information
#AB5463 (or 0xAB5463) is known color: Blush. HEX triplet: AB, 54 and 63. RGB value is (171,84,99). Sum of RGB (Red+Green+Blue) = 171+84+99=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5463 is #54AB9C. Grayscale: #6F6F6F. Windows color (decimal): -5548957 or 6509739. OLE color: 6509739.
HSL color Cylindrical-coordinate representation of color #AB5463: hue angle of 349.66º 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 #AB5463 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 99 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 349.66º | 0.34% | 0.5% | - |
| HSV(B) | 349.66º | 0.51% | 0.67% | - |
| XYZ | 22.22 | 15.9 | 13.7 | - |
| YUV | 111.72 | 120.82 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 99 | 0 | 0.51 | 0.42 | 0.33 | 349.66 | 0.34 | 0.5 |
| Hex | AB | 54 | 63 | 0 | 33 | 2A | 21 | 15E | 22 | 32 |
| Octal | 253 | 124 | 143 | 0 | 63 | 52 | 41 | 536 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1100011 | 0 | 110011 | 101010 | 100001 | 101011110 | 100010 | 110010 |
Color Harmonies of #AB5463
Complementary color
Monochromatic Colors of #AB5463
Black with #AB5463
Text Example
Text Example
White with #AB5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5463; }
p { color: rgb(171,84,99); }
H1.HeaderClassName
{
color: #AB5463;
}
.AnyTagClassName
{
color: #AB5463;
}
</style>
background-color css
<style>
a { background-color: #AB5463; }
a { background-color: rgb(171,84,99); }
div.DivClassName
{
background-color: #AB5463;
}
.BgClassName
{
background-color: #AB5463;
}
</style>
border-color css
<style>
span { border-color: #AB5463; }
span { border-color: rgb(171,84,99); }
td.TdClassName
{
border-color: #AB5463;
}
.TagClassName
{
border-color: #AB5463;
}
</style>