Shades of Blush #AD5562
Tints of Blush #AD5562
RGB
CMYK
RGB Variations
Color information
#AD5562 (or 0xAD5562) is known color: Blush. HEX triplet: AD, 55 and 62. RGB value is (173,85,98). Sum of RGB (Red+Green+Blue) = 173+85+98=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5562 is #52AA9D. Grayscale: #707070. Windows color (decimal): -5417630 or 6444461. OLE color: 6444461.
HSL color Cylindrical-coordinate representation of color #AD5562: hue angle of 351.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5562 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 98 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.32 |
| HSL | 351.14º | 0.35% | 0.51% | - |
| HSV(B) | 351.14º | 0.51% | 0.68% | - |
| XYZ | 22.69 | 16.26 | 13.5 | - |
| YUV | 112.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 98 | 0 | 0.51 | 0.43 | 0.32 | 351.14 | 0.35 | 0.51 |
| Hex | AD | 55 | 62 | 0 | 33 | 2B | 20 | 15F | 23 | 33 |
| Octal | 255 | 125 | 142 | 0 | 63 | 53 | 40 | 537 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1100010 | 0 | 110011 | 101011 | 100000 | 101011111 | 100011 | 110011 |
Color Harmonies of #AD5562
Complementary color
Monochromatic Colors of #AD5562
Black with #AD5562
Text Example
Text Example
White with #AD5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5562; }
p { color: rgb(173,85,98); }
H1.HeaderClassName
{
color: #AD5562;
}
.AnyTagClassName
{
color: #AD5562;
}
</style>
background-color css
<style>
a { background-color: #AD5562; }
a { background-color: rgb(173,85,98); }
div.DivClassName
{
background-color: #AD5562;
}
.BgClassName
{
background-color: #AD5562;
}
</style>
border-color css
<style>
span { border-color: #AD5562; }
span { border-color: rgb(173,85,98); }
td.TdClassName
{
border-color: #AD5562;
}
.TagClassName
{
border-color: #AD5562;
}
</style>