Shades of Blush #AD5770
Tints of Blush #AD5770
RGB
CMYK
RGB Variations
Color information
#AD5770 (or 0xAD5770) is known color: Blush. HEX triplet: AD, 57 and 70. RGB value is (173,87,112). Sum of RGB (Red+Green+Blue) = 173+87+112=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5770 is #52A88F. Grayscale: #737373. Windows color (decimal): -5417104 or 7362477. OLE color: 7362477.
HSL color Cylindrical-coordinate representation of color #AD5770: hue angle of 342.56º 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 #AD5770 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 112 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.32 |
| HSL | 342.56º | 0.34% | 0.51% | - |
| HSV(B) | 342.56º | 0.5% | 0.68% | - |
| XYZ | 23.57 | 16.87 | 17.34 | - |
| YUV | 115.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 112 | 0 | 0.50 | 0.35 | 0.32 | 342.56 | 0.34 | 0.51 |
| Hex | AD | 57 | 70 | 0 | 32 | 23 | 20 | 157 | 22 | 33 |
| Octal | 255 | 127 | 160 | 0 | 62 | 43 | 40 | 527 | 42 | 63 |
| Binary | 10101101 | 1010111 | 1110000 | 0 | 110010 | 100011 | 100000 | 101010111 | 100010 | 110011 |
Color Harmonies of #AD5770
Complementary color
Monochromatic Colors of #AD5770
Black with #AD5770
Text Example
Text Example
White with #AD5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5770; }
p { color: rgb(173,87,112); }
H1.HeaderClassName
{
color: #AD5770;
}
.AnyTagClassName
{
color: #AD5770;
}
</style>
background-color css
<style>
a { background-color: #AD5770; }
a { background-color: rgb(173,87,112); }
div.DivClassName
{
background-color: #AD5770;
}
.BgClassName
{
background-color: #AD5770;
}
</style>
border-color css
<style>
span { border-color: #AD5770; }
span { border-color: rgb(173,87,112); }
td.TdClassName
{
border-color: #AD5770;
}
.TagClassName
{
border-color: #AD5770;
}
</style>