Shades of Blush #AB5C73
Tints of Blush #AB5C73
RGB
CMYK
RGB Variations
Color information
#AB5C73 (or 0xAB5C73) is known color: Blush. HEX triplet: AB, 5C and 73. RGB value is (171,92,115). Sum of RGB (Red+Green+Blue) = 171+92+115=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5C73 is #54A38C. Grayscale: #767676. Windows color (decimal): -5546893 or 7560363. OLE color: 7560363.
HSL color Cylindrical-coordinate representation of color #AB5C73: hue angle of 342.53º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5C73 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 92 | 115 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.33 |
| HSL | 342.53º | 0.32% | 0.52% | - |
| HSV(B) | 342.53º | 0.46% | 0.67% | - |
| XYZ | 23.72 | 17.55 | 18.36 | - |
| YUV | 118.24 | 126.17 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 92 | 115 | 0 | 0.46 | 0.33 | 0.33 | 342.53 | 0.32 | 0.52 |
| Hex | AB | 5C | 73 | 0 | 2E | 21 | 21 | 157 | 20 | 34 |
| Octal | 253 | 134 | 163 | 0 | 56 | 41 | 41 | 527 | 40 | 64 |
| Binary | 10101011 | 1011100 | 1110011 | 0 | 101110 | 100001 | 100001 | 101010111 | 100000 | 110100 |
Color Harmonies of #AB5C73
Complementary color
Monochromatic Colors of #AB5C73
Black with #AB5C73
Text Example
Text Example
White with #AB5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5C73; }
p { color: rgb(171,92,115); }
H1.HeaderClassName
{
color: #AB5C73;
}
.AnyTagClassName
{
color: #AB5C73;
}
</style>
background-color css
<style>
a { background-color: #AB5C73; }
a { background-color: rgb(171,92,115); }
div.DivClassName
{
background-color: #AB5C73;
}
.BgClassName
{
background-color: #AB5C73;
}
</style>
border-color css
<style>
span { border-color: #AB5C73; }
span { border-color: rgb(171,92,115); }
td.TdClassName
{
border-color: #AB5C73;
}
.TagClassName
{
border-color: #AB5C73;
}
</style>