Shades of Blush #AD5961
Tints of Blush #AD5961
RGB
CMYK
RGB Variations
Color information
#AD5961 (or 0xAD5961) is known color: Blush. HEX triplet: AD, 59 and 61. RGB value is (173,89,97). Sum of RGB (Red+Green+Blue) = 173+89+97=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5961 is #52A69E. Grayscale: #737373. Windows color (decimal): -5416607 or 6379949. OLE color: 6379949.
HSL color Cylindrical-coordinate representation of color #AD5961: hue angle of 354.29º 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 #AD5961 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 97 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.32 |
| HSL | 354.29º | 0.34% | 0.51% | - |
| HSV(B) | 354.29º | 0.49% | 0.68% | - |
| XYZ | 22.96 | 16.89 | 13.36 | - |
| YUV | 115.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 97 | 0 | 0.49 | 0.44 | 0.32 | 354.29 | 0.34 | 0.51 |
| Hex | AD | 59 | 61 | 0 | 31 | 2C | 20 | 162 | 22 | 33 |
| Octal | 255 | 131 | 141 | 0 | 61 | 54 | 40 | 542 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1100001 | 0 | 110001 | 101100 | 100000 | 101100010 | 100010 | 110011 |
Color Harmonies of #AD5961
Complementary color
Monochromatic Colors of #AD5961
Black with #AD5961
Text Example
Text Example
White with #AD5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5961; }
p { color: rgb(173,89,97); }
H1.HeaderClassName
{
color: #AD5961;
}
.AnyTagClassName
{
color: #AD5961;
}
</style>
background-color css
<style>
a { background-color: #AD5961; }
a { background-color: rgb(173,89,97); }
div.DivClassName
{
background-color: #AD5961;
}
.BgClassName
{
background-color: #AD5961;
}
</style>
border-color css
<style>
span { border-color: #AD5961; }
span { border-color: rgb(173,89,97); }
td.TdClassName
{
border-color: #AD5961;
}
.TagClassName
{
border-color: #AD5961;
}
</style>