Shades of Blush #AB5766
Tints of Blush #AB5766
RGB
CMYK
RGB Variations
Color information
#AB5766 (or 0xAB5766) is known color: Blush. HEX triplet: AB, 57 and 66. RGB value is (171,87,102). Sum of RGB (Red+Green+Blue) = 171+87+102=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5766 is #54A899. Grayscale: #717171. Windows color (decimal): -5548186 or 6707115. OLE color: 6707115.
HSL color Cylindrical-coordinate representation of color #AB5766: hue angle of 349.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5766 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 102 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.33 |
| HSL | 349.29º | 0.33% | 0.51% | - |
| HSV(B) | 349.29º | 0.49% | 0.67% | - |
| XYZ | 22.6 | 16.43 | 14.55 | - |
| YUV | 113.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 102 | 0 | 0.49 | 0.40 | 0.33 | 349.29 | 0.33 | 0.51 |
| Hex | AB | 57 | 66 | 0 | 31 | 28 | 21 | 15D | 21 | 33 |
| Octal | 253 | 127 | 146 | 0 | 61 | 50 | 41 | 535 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1100110 | 0 | 110001 | 101000 | 100001 | 101011101 | 100001 | 110011 |
Color Harmonies of #AB5766
Complementary color
Monochromatic Colors of #AB5766
Black with #AB5766
Text Example
Text Example
White with #AB5766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5766; }
p { color: rgb(171,87,102); }
H1.HeaderClassName
{
color: #AB5766;
}
.AnyTagClassName
{
color: #AB5766;
}
</style>
background-color css
<style>
a { background-color: #AB5766; }
a { background-color: rgb(171,87,102); }
div.DivClassName
{
background-color: #AB5766;
}
.BgClassName
{
background-color: #AB5766;
}
</style>
border-color css
<style>
span { border-color: #AB5766; }
span { border-color: rgb(171,87,102); }
td.TdClassName
{
border-color: #AB5766;
}
.TagClassName
{
border-color: #AB5766;
}
</style>