Shades of Blush #AD5D74
Tints of Blush #AD5D74
RGB
CMYK
RGB Variations
Color information
#AD5D74 (or 0xAD5D74) is known color: Blush. HEX triplet: AD, 5D and 74. RGB value is (173,93,116). Sum of RGB (Red+Green+Blue) = 173+93+116=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D74 is #52A28B. Grayscale: #777777. Windows color (decimal): -5415564 or 7626157. OLE color: 7626157.
HSL color Cylindrical-coordinate representation of color #AD5D74: hue angle of 342.75º 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 #AD5D74 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 116 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.32 |
| HSL | 342.75º | 0.33% | 0.52% | - |
| HSV(B) | 342.75º | 0.46% | 0.68% | - |
| XYZ | 24.3 | 17.97 | 18.71 | - |
| YUV | 119.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 116 | 0 | 0.46 | 0.33 | 0.32 | 342.75 | 0.33 | 0.52 |
| Hex | AD | 5D | 74 | 0 | 2E | 21 | 20 | 157 | 21 | 34 |
| Octal | 255 | 135 | 164 | 0 | 56 | 41 | 40 | 527 | 41 | 64 |
| Binary | 10101101 | 1011101 | 1110100 | 0 | 101110 | 100001 | 100000 | 101010111 | 100001 | 110100 |
Color Harmonies of #AD5D74
Complementary color
Monochromatic Colors of #AD5D74
Black with #AD5D74
Text Example
Text Example
White with #AD5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D74; }
p { color: rgb(173,93,116); }
H1.HeaderClassName
{
color: #AD5D74;
}
.AnyTagClassName
{
color: #AD5D74;
}
</style>
background-color css
<style>
a { background-color: #AD5D74; }
a { background-color: rgb(173,93,116); }
div.DivClassName
{
background-color: #AD5D74;
}
.BgClassName
{
background-color: #AD5D74;
}
</style>
border-color css
<style>
span { border-color: #AD5D74; }
span { border-color: rgb(173,93,116); }
td.TdClassName
{
border-color: #AD5D74;
}
.TagClassName
{
border-color: #AD5D74;
}
</style>