Shades of Blush #AB566F
Tints of Blush #AB566F
RGB
CMYK
RGB Variations
Color information
#AB566F (or 0xAB566F) is known color: Blush. HEX triplet: AB, 56 and 6F. RGB value is (171,86,111). Sum of RGB (Red+Green+Blue) = 171+86+111=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566F is #54A990. Grayscale: #727272. Windows color (decimal): -5548433 or 7296683. OLE color: 7296683.
HSL color Cylindrical-coordinate representation of color #AB566F: hue angle of 342.35º 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 #AB566F is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 111 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.33 |
| HSL | 342.35º | 0.34% | 0.5% | - |
| HSV(B) | 342.35º | 0.5% | 0.67% | - |
| XYZ | 22.99 | 16.46 | 17 | - |
| YUV | 114.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 111 | 0 | 0.50 | 0.35 | 0.33 | 342.35 | 0.34 | 0.5 |
| Hex | AB | 56 | 6F | 0 | 32 | 23 | 21 | 156 | 22 | 32 |
| Octal | 253 | 126 | 157 | 0 | 62 | 43 | 41 | 526 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1101111 | 0 | 110010 | 100011 | 100001 | 101010110 | 100010 | 110010 |
Color Harmonies of #AB566F
Complementary color
Monochromatic Colors of #AB566F
Black with #AB566F
Text Example
Text Example
White with #AB566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB566F; }
p { color: rgb(171,86,111); }
H1.HeaderClassName
{
color: #AB566F;
}
.AnyTagClassName
{
color: #AB566F;
}
</style>
background-color css
<style>
a { background-color: #AB566F; }
a { background-color: rgb(171,86,111); }
div.DivClassName
{
background-color: #AB566F;
}
.BgClassName
{
background-color: #AB566F;
}
</style>
border-color css
<style>
span { border-color: #AB566F; }
span { border-color: rgb(171,86,111); }
td.TdClassName
{
border-color: #AB566F;
}
.TagClassName
{
border-color: #AB566F;
}
</style>