Shades of Blush #AD556F
Tints of Blush #AD556F
RGB
CMYK
RGB Variations
Color information
#AD556F (or 0xAD556F) is known color: Blush. HEX triplet: AD, 55 and 6F. RGB value is (173,85,111). Sum of RGB (Red+Green+Blue) = 173+85+111=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556F is #52AA90. Grayscale: #727272. Windows color (decimal): -5417617 or 7296429. OLE color: 7296429.
HSL color Cylindrical-coordinate representation of color #AD556F: hue angle of 342.27º 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 #AD556F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 111 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.32 |
| HSL | 342.27º | 0.35% | 0.51% | - |
| HSV(B) | 342.27º | 0.51% | 0.68% | - |
| XYZ | 23.35 | 16.53 | 17 | - |
| YUV | 114.28 | 126.15 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 111 | 0 | 0.51 | 0.36 | 0.32 | 342.27 | 0.35 | 0.51 |
| Hex | AD | 55 | 6F | 0 | 33 | 24 | 20 | 156 | 23 | 33 |
| Octal | 255 | 125 | 157 | 0 | 63 | 44 | 40 | 526 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1101111 | 0 | 110011 | 100100 | 100000 | 101010110 | 100011 | 110011 |
Color Harmonies of #AD556F
Complementary color
Monochromatic Colors of #AD556F
Black with #AD556F
Text Example
Text Example
White with #AD556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD556F; }
p { color: rgb(173,85,111); }
H1.HeaderClassName
{
color: #AD556F;
}
.AnyTagClassName
{
color: #AD556F;
}
</style>
background-color css
<style>
a { background-color: #AD556F; }
a { background-color: rgb(173,85,111); }
div.DivClassName
{
background-color: #AD556F;
}
.BgClassName
{
background-color: #AD556F;
}
</style>
border-color css
<style>
span { border-color: #AD556F; }
span { border-color: rgb(173,85,111); }
td.TdClassName
{
border-color: #AD556F;
}
.TagClassName
{
border-color: #AD556F;
}
</style>