Shades of Blush #AB5566
Tints of Blush #AB5566
RGB
CMYK
RGB Variations
Color information
#AB5566 (or 0xAB5566) is known color: Blush. HEX triplet: AB, 55 and 66. RGB value is (171,85,102). Sum of RGB (Red+Green+Blue) = 171+85+102=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5566 is #54AA99. Grayscale: #707070. Windows color (decimal): -5548698 or 6706603. OLE color: 6706603.
HSL color Cylindrical-coordinate representation of color #AB5566: hue angle of 348.14º 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 #AB5566 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 102 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.33 |
| HSL | 348.14º | 0.34% | 0.5% | - |
| HSV(B) | 348.14º | 0.5% | 0.67% | - |
| XYZ | 22.44 | 16.11 | 14.5 | - |
| YUV | 112.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 102 | 0 | 0.50 | 0.40 | 0.33 | 348.14 | 0.34 | 0.5 |
| Hex | AB | 55 | 66 | 0 | 32 | 28 | 21 | 15C | 22 | 32 |
| Octal | 253 | 125 | 146 | 0 | 62 | 50 | 41 | 534 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1100110 | 0 | 110010 | 101000 | 100001 | 101011100 | 100010 | 110010 |
Color Harmonies of #AB5566
Complementary color
Monochromatic Colors of #AB5566
Black with #AB5566
Text Example
Text Example
White with #AB5566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5566; }
p { color: rgb(171,85,102); }
H1.HeaderClassName
{
color: #AB5566;
}
.AnyTagClassName
{
color: #AB5566;
}
</style>
background-color css
<style>
a { background-color: #AB5566; }
a { background-color: rgb(171,85,102); }
div.DivClassName
{
background-color: #AB5566;
}
.BgClassName
{
background-color: #AB5566;
}
</style>
border-color css
<style>
span { border-color: #AB5566; }
span { border-color: rgb(171,85,102); }
td.TdClassName
{
border-color: #AB5566;
}
.TagClassName
{
border-color: #AB5566;
}
</style>