Shades of Blush #AD5760
Tints of Blush #AD5760
RGB
CMYK
RGB Variations
Color information
#AD5760 (or 0xAD5760) is known color: Blush. HEX triplet: AD, 57 and 60. RGB value is (173,87,96). Sum of RGB (Red+Green+Blue) = 173+87+96=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5760 is #52A89F. Grayscale: #717171. Windows color (decimal): -5417120 or 6313901. OLE color: 6313901.
HSL color Cylindrical-coordinate representation of color #AD5760: hue angle of 353.72º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5760 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 96 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.32 |
| HSL | 353.72º | 0.34% | 0.51% | - |
| HSV(B) | 353.72º | 0.5% | 0.68% | - |
| XYZ | 22.75 | 16.55 | 13.06 | - |
| YUV | 113.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 96 | 0 | 0.50 | 0.45 | 0.32 | 353.72 | 0.34 | 0.51 |
| Hex | AD | 57 | 60 | 0 | 32 | 2D | 20 | 162 | 22 | 33 |
| Octal | 255 | 127 | 140 | 0 | 62 | 55 | 40 | 542 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1100000 | 0 | 110010 | 101101 | 100000 | 101100010 | 100010 | 110011 |
Color Harmonies of #AD5760
Complementary color
Monochromatic Colors of #AD5760
Black with #AD5760
Text Example
Text Example
White with #AD5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5760; }
p { color: rgb(173,87,96); }
H1.HeaderClassName
{
color: #AD5760;
}
.AnyTagClassName
{
color: #AD5760;
}
</style>
background-color css
<style>
a { background-color: #AD5760; }
a { background-color: rgb(173,87,96); }
div.DivClassName
{
background-color: #AD5760;
}
.BgClassName
{
background-color: #AD5760;
}
</style>
border-color css
<style>
span { border-color: #AD5760; }
span { border-color: rgb(173,87,96); }
td.TdClassName
{
border-color: #AD5760;
}
.TagClassName
{
border-color: #AD5760;
}
</style>