Shades of Blush #AB566B
Tints of Blush #AB566B
RGB
CMYK
RGB Variations
Color information
#AB566B (or 0xAB566B) is known color: Blush. HEX triplet: AB, 56 and 6B. RGB value is (171,86,107). Sum of RGB (Red+Green+Blue) = 171+86+107=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB566B is #54A994. Grayscale: #717171. Windows color (decimal): -5548437 or 7034539. OLE color: 7034539.
HSL color Cylindrical-coordinate representation of color #AB566B: hue angle of 345.18º 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 #AB566B is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 107 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.33 |
| HSL | 345.18º | 0.34% | 0.5% | - |
| HSV(B) | 345.18º | 0.5% | 0.67% | - |
| XYZ | 22.78 | 16.38 | 15.87 | - |
| YUV | 113.81 | 124.16 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 107 | 0 | 0.50 | 0.37 | 0.33 | 345.18 | 0.34 | 0.5 |
| Hex | AB | 56 | 6B | 0 | 32 | 25 | 21 | 159 | 22 | 32 |
| Octal | 253 | 126 | 153 | 0 | 62 | 45 | 41 | 531 | 42 | 62 |
| Binary | 10101011 | 1010110 | 1101011 | 0 | 110010 | 100101 | 100001 | 101011001 | 100010 | 110010 |
Color Harmonies of #AB566B
Complementary color
Monochromatic Colors of #AB566B
Black with #AB566B
Text Example
Text Example
White with #AB566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB566B; }
p { color: rgb(171,86,107); }
H1.HeaderClassName
{
color: #AB566B;
}
.AnyTagClassName
{
color: #AB566B;
}
</style>
background-color css
<style>
a { background-color: #AB566B; }
a { background-color: rgb(171,86,107); }
div.DivClassName
{
background-color: #AB566B;
}
.BgClassName
{
background-color: #AB566B;
}
</style>
border-color css
<style>
span { border-color: #AB566B; }
span { border-color: rgb(171,86,107); }
td.TdClassName
{
border-color: #AB566B;
}
.TagClassName
{
border-color: #AB566B;
}
</style>