Shades of Blush #AD5870
Tints of Blush #AD5870
RGB
CMYK
RGB Variations
Color information
#AD5870 (or 0xAD5870) is known color: Blush. HEX triplet: AD, 58 and 70. RGB value is (173,88,112). Sum of RGB (Red+Green+Blue) = 173+88+112=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5870 is #52A78F. Grayscale: #747474. Windows color (decimal): -5416848 or 7362733. OLE color: 7362733.
HSL color Cylindrical-coordinate representation of color #AD5870: hue angle of 343.06º 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 #AD5870 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 112 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.32 |
| HSL | 343.06º | 0.34% | 0.51% | - |
| HSV(B) | 343.06º | 0.49% | 0.68% | - |
| XYZ | 23.65 | 17.03 | 17.37 | - |
| YUV | 116.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 112 | 0 | 0.49 | 0.35 | 0.32 | 343.06 | 0.34 | 0.51 |
| Hex | AD | 58 | 70 | 0 | 31 | 23 | 20 | 157 | 22 | 33 |
| Octal | 255 | 130 | 160 | 0 | 61 | 43 | 40 | 527 | 42 | 63 |
| Binary | 10101101 | 1011000 | 1110000 | 0 | 110001 | 100011 | 100000 | 101010111 | 100010 | 110011 |
Color Harmonies of #AD5870
Complementary color
Monochromatic Colors of #AD5870
Black with #AD5870
Text Example
Text Example
White with #AD5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5870; }
p { color: rgb(173,88,112); }
H1.HeaderClassName
{
color: #AD5870;
}
.AnyTagClassName
{
color: #AD5870;
}
</style>
background-color css
<style>
a { background-color: #AD5870; }
a { background-color: rgb(173,88,112); }
div.DivClassName
{
background-color: #AD5870;
}
.BgClassName
{
background-color: #AD5870;
}
</style>
border-color css
<style>
span { border-color: #AD5870; }
span { border-color: rgb(173,88,112); }
td.TdClassName
{
border-color: #AD5870;
}
.TagClassName
{
border-color: #AD5870;
}
</style>