Shades of Blush #AD5E73
Tints of Blush #AD5E73
RGB
CMYK
RGB Variations
Color information
#AD5E73 (or 0xAD5E73) is known color: Blush. HEX triplet: AD, 5E and 73. RGB value is (173,94,115). Sum of RGB (Red+Green+Blue) = 173+94+115=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E73 is #52A18C. Grayscale: #787878. Windows color (decimal): -5415309 or 7560877. OLE color: 7560877.
HSL color Cylindrical-coordinate representation of color #AD5E73: hue angle of 344.05º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5E73 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 115 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.32 |
| HSL | 344.05º | 0.33% | 0.52% | - |
| HSV(B) | 344.05º | 0.46% | 0.68% | - |
| XYZ | 24.33 | 18.13 | 18.44 | - |
| YUV | 120.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 115 | 0 | 0.46 | 0.34 | 0.32 | 344.05 | 0.33 | 0.52 |
| Hex | AD | 5E | 73 | 0 | 2E | 22 | 20 | 158 | 21 | 34 |
| Octal | 255 | 136 | 163 | 0 | 56 | 42 | 40 | 530 | 41 | 64 |
| Binary | 10101101 | 1011110 | 1110011 | 0 | 101110 | 100010 | 100000 | 101011000 | 100001 | 110100 |
Color Harmonies of #AD5E73
Complementary color
Monochromatic Colors of #AD5E73
Black with #AD5E73
Text Example
Text Example
White with #AD5E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E73; }
p { color: rgb(173,94,115); }
H1.HeaderClassName
{
color: #AD5E73;
}
.AnyTagClassName
{
color: #AD5E73;
}
</style>
background-color css
<style>
a { background-color: #AD5E73; }
a { background-color: rgb(173,94,115); }
div.DivClassName
{
background-color: #AD5E73;
}
.BgClassName
{
background-color: #AD5E73;
}
</style>
border-color css
<style>
span { border-color: #AD5E73; }
span { border-color: rgb(173,94,115); }
td.TdClassName
{
border-color: #AD5E73;
}
.TagClassName
{
border-color: #AD5E73;
}
</style>