Shades of Blush #AB5364
Tints of Blush #AB5364
RGB
CMYK
RGB Variations
Color information
#AB5364 (or 0xAB5364) is known color: Blush. HEX triplet: AB, 53 and 64. RGB value is (171,83,100). Sum of RGB (Red+Green+Blue) = 171+83+100=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5364 is #54AC9B. Grayscale: #6F6F6F. Windows color (decimal): -5549212 or 6575019. OLE color: 6575019.
HSL color Cylindrical-coordinate representation of color #AB5364: hue angle of 348.41º degrees, saturation: 0.35, 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 #AB5364 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 100 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.33 |
| HSL | 348.41º | 0.35% | 0.5% | - |
| HSV(B) | 348.41º | 0.51% | 0.67% | - |
| XYZ | 22.19 | 15.76 | 13.93 | - |
| YUV | 111.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 100 | 0 | 0.51 | 0.42 | 0.33 | 348.41 | 0.35 | 0.5 |
| Hex | AB | 53 | 64 | 0 | 33 | 2A | 21 | 15C | 23 | 32 |
| Octal | 253 | 123 | 144 | 0 | 63 | 52 | 41 | 534 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1100100 | 0 | 110011 | 101010 | 100001 | 101011100 | 100011 | 110010 |
Color Harmonies of #AB5364
Complementary color
Monochromatic Colors of #AB5364
Black with #AB5364
Text Example
Text Example
White with #AB5364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5364; }
p { color: rgb(171,83,100); }
H1.HeaderClassName
{
color: #AB5364;
}
.AnyTagClassName
{
color: #AB5364;
}
</style>
background-color css
<style>
a { background-color: #AB5364; }
a { background-color: rgb(171,83,100); }
div.DivClassName
{
background-color: #AB5364;
}
.BgClassName
{
background-color: #AB5364;
}
</style>
border-color css
<style>
span { border-color: #AB5364; }
span { border-color: rgb(171,83,100); }
td.TdClassName
{
border-color: #AB5364;
}
.TagClassName
{
border-color: #AB5364;
}
</style>