Shades of Blush #AB5565
Tints of Blush #AB5565
RGB
CMYK
RGB Variations
Color information
#AB5565 (or 0xAB5565) is known color: Blush. HEX triplet: AB, 55 and 65. RGB value is (171,85,101). Sum of RGB (Red+Green+Blue) = 171+85+101=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5565 is #54AA9A. Grayscale: #707070. Windows color (decimal): -5548699 or 6641067. OLE color: 6641067.
HSL color Cylindrical-coordinate representation of color #AB5565: hue angle of 348.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5565 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 101 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.33 |
| HSL | 348.84º | 0.34% | 0.5% | - |
| HSV(B) | 348.84º | 0.5% | 0.67% | - |
| XYZ | 22.39 | 16.09 | 14.24 | - |
| YUV | 112.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 101 | 0 | 0.50 | 0.41 | 0.33 | 348.84 | 0.34 | 0.5 |
| Hex | AB | 55 | 65 | 0 | 32 | 29 | 21 | 15D | 22 | 32 |
| Octal | 253 | 125 | 145 | 0 | 62 | 51 | 41 | 535 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1100101 | 0 | 110010 | 101001 | 100001 | 101011101 | 100010 | 110010 |
Color Harmonies of #AB5565
Complementary color
Monochromatic Colors of #AB5565
Black with #AB5565
Text Example
Text Example
White with #AB5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5565; }
p { color: rgb(171,85,101); }
H1.HeaderClassName
{
color: #AB5565;
}
.AnyTagClassName
{
color: #AB5565;
}
</style>
background-color css
<style>
a { background-color: #AB5565; }
a { background-color: rgb(171,85,101); }
div.DivClassName
{
background-color: #AB5565;
}
.BgClassName
{
background-color: #AB5565;
}
</style>
border-color css
<style>
span { border-color: #AB5565; }
span { border-color: rgb(171,85,101); }
td.TdClassName
{
border-color: #AB5565;
}
.TagClassName
{
border-color: #AB5565;
}
</style>