Shades of Blush #AD5963
Tints of Blush #AD5963
RGB
CMYK
RGB Variations
Color information
#AD5963 (or 0xAD5963) is known color: Blush. HEX triplet: AD, 59 and 63. RGB value is (173,89,99). Sum of RGB (Red+Green+Blue) = 173+89+99=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5963 is #52A69C. Grayscale: #737373. Windows color (decimal): -5416605 or 6511021. OLE color: 6511021.
HSL color Cylindrical-coordinate representation of color #AD5963: hue angle of 352.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5963 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 99 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.32 |
| HSL | 352.86º | 0.34% | 0.51% | - |
| HSV(B) | 352.86º | 0.49% | 0.68% | - |
| XYZ | 23.06 | 16.93 | 13.86 | - |
| YUV | 115.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 99 | 0 | 0.49 | 0.43 | 0.32 | 352.86 | 0.34 | 0.51 |
| Hex | AD | 59 | 63 | 0 | 31 | 2B | 20 | 161 | 22 | 33 |
| Octal | 255 | 131 | 143 | 0 | 61 | 53 | 40 | 541 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1100011 | 0 | 110001 | 101011 | 100000 | 101100001 | 100010 | 110011 |
Color Harmonies of #AD5963
Complementary color
Monochromatic Colors of #AD5963
Black with #AD5963
Text Example
Text Example
White with #AD5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5963; }
p { color: rgb(173,89,99); }
H1.HeaderClassName
{
color: #AD5963;
}
.AnyTagClassName
{
color: #AD5963;
}
</style>
background-color css
<style>
a { background-color: #AD5963; }
a { background-color: rgb(173,89,99); }
div.DivClassName
{
background-color: #AD5963;
}
.BgClassName
{
background-color: #AD5963;
}
</style>
border-color css
<style>
span { border-color: #AD5963; }
span { border-color: rgb(173,89,99); }
td.TdClassName
{
border-color: #AD5963;
}
.TagClassName
{
border-color: #AD5963;
}
</style>