Shades of Blush #AB576E
Tints of Blush #AB576E
RGB
CMYK
RGB Variations
Color information
#AB576E (or 0xAB576E) is known color: Blush. HEX triplet: AB, 57 and 6E. RGB value is (171,87,110). Sum of RGB (Red+Green+Blue) = 171+87+110=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB576E is #54A891. Grayscale: #727272. Windows color (decimal): -5548178 or 7231403. OLE color: 7231403.
HSL color Cylindrical-coordinate representation of color #AB576E: hue angle of 343.57º 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 #AB576E is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 87 | 110 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.33 |
| HSL | 343.57º | 0.33% | 0.51% | - |
| HSV(B) | 343.57º | 0.49% | 0.67% | - |
| XYZ | 23.02 | 16.6 | 16.74 | - |
| YUV | 114.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 87 | 110 | 0 | 0.49 | 0.36 | 0.33 | 343.57 | 0.33 | 0.51 |
| Hex | AB | 57 | 6E | 0 | 31 | 24 | 21 | 158 | 21 | 33 |
| Octal | 253 | 127 | 156 | 0 | 61 | 44 | 41 | 530 | 41 | 63 |
| Binary | 10101011 | 1010111 | 1101110 | 0 | 110001 | 100100 | 100001 | 101011000 | 100001 | 110011 |
Color Harmonies of #AB576E
Complementary color
Monochromatic Colors of #AB576E
Black with #AB576E
Text Example
Text Example
White with #AB576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB576E; }
p { color: rgb(171,87,110); }
H1.HeaderClassName
{
color: #AB576E;
}
.AnyTagClassName
{
color: #AB576E;
}
</style>
background-color css
<style>
a { background-color: #AB576E; }
a { background-color: rgb(171,87,110); }
div.DivClassName
{
background-color: #AB576E;
}
.BgClassName
{
background-color: #AB576E;
}
</style>
border-color css
<style>
span { border-color: #AB576E; }
span { border-color: rgb(171,87,110); }
td.TdClassName
{
border-color: #AB576E;
}
.TagClassName
{
border-color: #AB576E;
}
</style>