Shades of Blush #AD5561
Tints of Blush #AD5561
RGB
CMYK
RGB Variations
Color information
#AD5561 (or 0xAD5561) is known color: Blush. HEX triplet: AD, 55 and 61. RGB value is (173,85,97). Sum of RGB (Red+Green+Blue) = 173+85+97=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5561 is #52AA9E. Grayscale: #707070. Windows color (decimal): -5417631 or 6378925. OLE color: 6378925.
HSL color Cylindrical-coordinate representation of color #AD5561: hue angle of 351.82º 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 #AD5561 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 97 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.32 |
| HSL | 351.82º | 0.35% | 0.51% | - |
| HSV(B) | 351.82º | 0.51% | 0.68% | - |
| XYZ | 22.64 | 16.24 | 13.25 | - |
| YUV | 112.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 97 | 0 | 0.51 | 0.44 | 0.32 | 351.82 | 0.35 | 0.51 |
| Hex | AD | 55 | 61 | 0 | 33 | 2C | 20 | 160 | 23 | 33 |
| Octal | 255 | 125 | 141 | 0 | 63 | 54 | 40 | 540 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1100001 | 0 | 110011 | 101100 | 100000 | 101100000 | 100011 | 110011 |
Color Harmonies of #AD5561
Complementary color
Monochromatic Colors of #AD5561
Black with #AD5561
Text Example
Text Example
White with #AD5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5561; }
p { color: rgb(173,85,97); }
H1.HeaderClassName
{
color: #AD5561;
}
.AnyTagClassName
{
color: #AD5561;
}
</style>
background-color css
<style>
a { background-color: #AD5561; }
a { background-color: rgb(173,85,97); }
div.DivClassName
{
background-color: #AD5561;
}
.BgClassName
{
background-color: #AD5561;
}
</style>
border-color css
<style>
span { border-color: #AD5561; }
span { border-color: rgb(173,85,97); }
td.TdClassName
{
border-color: #AD5561;
}
.TagClassName
{
border-color: #AD5561;
}
</style>