Shades of Blush #AB576B
Tints of Blush #AB576B
RGB
CMYK
RGB Variations
Color information
#AB576B (or 0xAB576B) is known color: Blush. HEX triplet: AB, 57 and 6B. RGB value is (171,87,107). Sum of RGB (Red+Green+Blue) = 171+87+107=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB576B is #54A894. Grayscale: #727272. Windows color (decimal): -5548181 or 7034795. OLE color: 7034795.
HSL color Cylindrical-coordinate representation of color #AB576B: hue angle of 345.71º 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 #AB576B is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 107 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.33 |
| HSL | 345.71º | 0.33% | 0.51% | - |
| HSV(B) | 345.71º | 0.49% | 0.67% | - |
| XYZ | 22.86 | 16.54 | 15.9 | - |
| YUV | 114.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 107 | 0 | 0.49 | 0.37 | 0.33 | 345.71 | 0.33 | 0.51 |
| Hex | AB | 57 | 6B | 0 | 31 | 25 | 21 | 15A | 21 | 33 |
| Octal | 253 | 127 | 153 | 0 | 61 | 45 | 41 | 532 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1101011 | 0 | 110001 | 100101 | 100001 | 101011010 | 100001 | 110011 |
Color Harmonies of #AB576B
Complementary color
Monochromatic Colors of #AB576B
Black with #AB576B
Text Example
Text Example
White with #AB576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB576B; }
p { color: rgb(171,87,107); }
H1.HeaderClassName
{
color: #AB576B;
}
.AnyTagClassName
{
color: #AB576B;
}
</style>
background-color css
<style>
a { background-color: #AB576B; }
a { background-color: rgb(171,87,107); }
div.DivClassName
{
background-color: #AB576B;
}
.BgClassName
{
background-color: #AB576B;
}
</style>
border-color css
<style>
span { border-color: #AB576B; }
span { border-color: rgb(171,87,107); }
td.TdClassName
{
border-color: #AB576B;
}
.TagClassName
{
border-color: #AB576B;
}
</style>