Shades of Blush #AD5962
Tints of Blush #AD5962
RGB
CMYK
RGB Variations
Color information
#AD5962 (or 0xAD5962) is known color: Blush. HEX triplet: AD, 59 and 62. RGB value is (173,89,98). Sum of RGB (Red+Green+Blue) = 173+89+98=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5962 is #52A69D. Grayscale: #737373. Windows color (decimal): -5416606 or 6445485. OLE color: 6445485.
HSL color Cylindrical-coordinate representation of color #AD5962: hue angle of 353.57º 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 #AD5962 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 98 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.32 |
| HSL | 353.57º | 0.34% | 0.51% | - |
| HSV(B) | 353.57º | 0.49% | 0.68% | - |
| XYZ | 23.01 | 16.91 | 13.61 | - |
| YUV | 115.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 98 | 0 | 0.49 | 0.43 | 0.32 | 353.57 | 0.34 | 0.51 |
| Hex | AD | 59 | 62 | 0 | 31 | 2B | 20 | 162 | 22 | 33 |
| Octal | 255 | 131 | 142 | 0 | 61 | 53 | 40 | 542 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1100010 | 0 | 110001 | 101011 | 100000 | 101100010 | 100010 | 110011 |
Color Harmonies of #AD5962
Complementary color
Monochromatic Colors of #AD5962
Black with #AD5962
Text Example
Text Example
White with #AD5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5962; }
p { color: rgb(173,89,98); }
H1.HeaderClassName
{
color: #AD5962;
}
.AnyTagClassName
{
color: #AD5962;
}
</style>
background-color css
<style>
a { background-color: #AD5962; }
a { background-color: rgb(173,89,98); }
div.DivClassName
{
background-color: #AD5962;
}
.BgClassName
{
background-color: #AD5962;
}
</style>
border-color css
<style>
span { border-color: #AD5962; }
span { border-color: rgb(173,89,98); }
td.TdClassName
{
border-color: #AD5962;
}
.TagClassName
{
border-color: #AD5962;
}
</style>