Shades of Blush #AD5762
Tints of Blush #AD5762
RGB
CMYK
RGB Variations
Color information
#AD5762 (or 0xAD5762) is known color: Blush. HEX triplet: AD, 57 and 62. RGB value is (173,87,98). Sum of RGB (Red+Green+Blue) = 173+87+98=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5762 is #52A89D. Grayscale: #727272. Windows color (decimal): -5417118 or 6444973. OLE color: 6444973.
HSL color Cylindrical-coordinate representation of color #AD5762: hue angle of 352.33º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5762 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 98 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.32 |
| HSL | 352.33º | 0.34% | 0.51% | - |
| HSV(B) | 352.33º | 0.5% | 0.68% | - |
| XYZ | 22.85 | 16.58 | 13.55 | - |
| YUV | 113.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 98 | 0 | 0.50 | 0.43 | 0.32 | 352.33 | 0.34 | 0.51 |
| Hex | AD | 57 | 62 | 0 | 32 | 2B | 20 | 160 | 22 | 33 |
| Octal | 255 | 127 | 142 | 0 | 62 | 53 | 40 | 540 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1100010 | 0 | 110010 | 101011 | 100000 | 101100000 | 100010 | 110011 |
Color Harmonies of #AD5762
Complementary color
Monochromatic Colors of #AD5762
Black with #AD5762
Text Example
Text Example
White with #AD5762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5762; }
p { color: rgb(173,87,98); }
H1.HeaderClassName
{
color: #AD5762;
}
.AnyTagClassName
{
color: #AD5762;
}
</style>
background-color css
<style>
a { background-color: #AD5762; }
a { background-color: rgb(173,87,98); }
div.DivClassName
{
background-color: #AD5762;
}
.BgClassName
{
background-color: #AD5762;
}
</style>
border-color css
<style>
span { border-color: #AD5762; }
span { border-color: rgb(173,87,98); }
td.TdClassName
{
border-color: #AD5762;
}
.TagClassName
{
border-color: #AD5762;
}
</style>