Shades of Blush #AD5564
Tints of Blush #AD5564
RGB
CMYK
RGB Variations
Color information
#AD5564 (or 0xAD5564) is known color: Blush. HEX triplet: AD, 55 and 64. RGB value is (173,85,100). Sum of RGB (Red+Green+Blue) = 173+85+100=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5564 is #52AA9B. Grayscale: #717171. Windows color (decimal): -5417628 or 6575533. OLE color: 6575533.
HSL color Cylindrical-coordinate representation of color #AD5564: hue angle of 349.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5564 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 100 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.32 |
| HSL | 349.77º | 0.35% | 0.51% | - |
| HSV(B) | 349.77º | 0.51% | 0.68% | - |
| XYZ | 22.78 | 16.3 | 14 | - |
| YUV | 113.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 100 | 0 | 0.51 | 0.42 | 0.32 | 349.77 | 0.35 | 0.51 |
| Hex | AD | 55 | 64 | 0 | 33 | 2A | 20 | 15E | 23 | 33 |
| Octal | 255 | 125 | 144 | 0 | 63 | 52 | 40 | 536 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1100100 | 0 | 110011 | 101010 | 100000 | 101011110 | 100011 | 110011 |
Color Harmonies of #AD5564
Complementary color
Monochromatic Colors of #AD5564
Black with #AD5564
Text Example
Text Example
White with #AD5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5564; }
p { color: rgb(173,85,100); }
H1.HeaderClassName
{
color: #AD5564;
}
.AnyTagClassName
{
color: #AD5564;
}
</style>
background-color css
<style>
a { background-color: #AD5564; }
a { background-color: rgb(173,85,100); }
div.DivClassName
{
background-color: #AD5564;
}
.BgClassName
{
background-color: #AD5564;
}
</style>
border-color css
<style>
span { border-color: #AD5564; }
span { border-color: rgb(173,85,100); }
td.TdClassName
{
border-color: #AD5564;
}
.TagClassName
{
border-color: #AD5564;
}
</style>