Shades of Blush #AB566C
Tints of Blush #AB566C
RGB
CMYK
RGB Variations
Color information
#AB566C (or 0xAB566C) is known color: Blush. HEX triplet: AB, 56 and 6C. RGB value is (171,86,108). Sum of RGB (Red+Green+Blue) = 171+86+108=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566C is #54A993. Grayscale: #717171. Windows color (decimal): -5548436 or 7100075. OLE color: 7100075.
HSL color Cylindrical-coordinate representation of color #AB566C: hue angle of 344.47º 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 #AB566C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 108 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.33 |
| HSL | 344.47º | 0.34% | 0.5% | - |
| HSV(B) | 344.47º | 0.5% | 0.67% | - |
| XYZ | 22.83 | 16.4 | 16.15 | - |
| YUV | 113.92 | 124.66 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 108 | 0 | 0.50 | 0.37 | 0.33 | 344.47 | 0.34 | 0.5 |
| Hex | AB | 56 | 6C | 0 | 32 | 25 | 21 | 158 | 22 | 32 |
| Octal | 253 | 126 | 154 | 0 | 62 | 45 | 41 | 530 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1101100 | 0 | 110010 | 100101 | 100001 | 101011000 | 100010 | 110010 |
Color Harmonies of #AB566C
Complementary color
Monochromatic Colors of #AB566C
Black with #AB566C
Text Example
Text Example
White with #AB566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB566C; }
p { color: rgb(171,86,108); }
H1.HeaderClassName
{
color: #AB566C;
}
.AnyTagClassName
{
color: #AB566C;
}
</style>
background-color css
<style>
a { background-color: #AB566C; }
a { background-color: rgb(171,86,108); }
div.DivClassName
{
background-color: #AB566C;
}
.BgClassName
{
background-color: #AB566C;
}
</style>
border-color css
<style>
span { border-color: #AB566C; }
span { border-color: rgb(171,86,108); }
td.TdClassName
{
border-color: #AB566C;
}
.TagClassName
{
border-color: #AB566C;
}
</style>