Shades of Blush #AD5E72
Tints of Blush #AD5E72
RGB
CMYK
RGB Variations
Color information
#AD5E72 (or 0xAD5E72) is known color: Blush. HEX triplet: AD, 5E and 72. RGB value is (173,94,114). Sum of RGB (Red+Green+Blue) = 173+94+114=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 94 (37.11% from 255 or 24.67% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E72 is #52A18D. Grayscale: #777777. Windows color (decimal): -5415310 or 7495341. OLE color: 7495341.
HSL color Cylindrical-coordinate representation of color #AD5E72: hue angle of 344.81º 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 #AD5E72 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 114 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.32 |
| HSL | 344.81º | 0.33% | 0.52% | - |
| HSV(B) | 344.81º | 0.46% | 0.68% | - |
| XYZ | 24.27 | 18.1 | 18.13 | - |
| YUV | 119.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 114 | 0 | 0.46 | 0.34 | 0.32 | 344.81 | 0.33 | 0.52 |
| Hex | AD | 5E | 72 | 0 | 2E | 22 | 20 | 159 | 21 | 34 |
| Octal | 255 | 136 | 162 | 0 | 56 | 42 | 40 | 531 | 41 | 64 |
| Binary | 10101101 | 1011110 | 1110010 | 0 | 101110 | 100010 | 100000 | 101011001 | 100001 | 110100 |
Color Harmonies of #AD5E72
Complementary color
Monochromatic Colors of #AD5E72
Black with #AD5E72
Text Example
Text Example
White with #AD5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E72; }
p { color: rgb(173,94,114); }
H1.HeaderClassName
{
color: #AD5E72;
}
.AnyTagClassName
{
color: #AD5E72;
}
</style>
background-color css
<style>
a { background-color: #AD5E72; }
a { background-color: rgb(173,94,114); }
div.DivClassName
{
background-color: #AD5E72;
}
.BgClassName
{
background-color: #AD5E72;
}
</style>
border-color css
<style>
span { border-color: #AD5E72; }
span { border-color: rgb(173,94,114); }
td.TdClassName
{
border-color: #AD5E72;
}
.TagClassName
{
border-color: #AD5E72;
}
</style>