Shades of Blush #AB556D
Tints of Blush #AB556D
RGB
CMYK
RGB Variations
Color information
#AB556D (or 0xAB556D) is known color: Blush. HEX triplet: AB, 55 and 6D. RGB value is (171,85,109). Sum of RGB (Red+Green+Blue) = 171+85+109=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556D is #54AA92. Grayscale: #717171. Windows color (decimal): -5548691 or 7165355. OLE color: 7165355.
HSL color Cylindrical-coordinate representation of color #AB556D: hue angle of 343.26º 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 #AB556D is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 109 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.33 |
| HSL | 343.26º | 0.34% | 0.5% | - |
| HSV(B) | 343.26º | 0.5% | 0.67% | - |
| XYZ | 22.8 | 16.26 | 16.4 | - |
| YUV | 113.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 109 | 0 | 0.50 | 0.36 | 0.33 | 343.26 | 0.34 | 0.5 |
| Hex | AB | 55 | 6D | 0 | 32 | 24 | 21 | 157 | 22 | 32 |
| Octal | 253 | 125 | 155 | 0 | 62 | 44 | 41 | 527 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1101101 | 0 | 110010 | 100100 | 100001 | 101010111 | 100010 | 110010 |
Color Harmonies of #AB556D
Complementary color
Monochromatic Colors of #AB556D
Black with #AB556D
Text Example
Text Example
White with #AB556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB556D; }
p { color: rgb(171,85,109); }
H1.HeaderClassName
{
color: #AB556D;
}
.AnyTagClassName
{
color: #AB556D;
}
</style>
background-color css
<style>
a { background-color: #AB556D; }
a { background-color: rgb(171,85,109); }
div.DivClassName
{
background-color: #AB556D;
}
.BgClassName
{
background-color: #AB556D;
}
</style>
border-color css
<style>
span { border-color: #AB556D; }
span { border-color: rgb(171,85,109); }
td.TdClassName
{
border-color: #AB556D;
}
.TagClassName
{
border-color: #AB556D;
}
</style>