Shades of Blush #AD556D
Tints of Blush #AD556D
RGB
CMYK
RGB Variations
Color information
#AD556D (or 0xAD556D) is known color: Blush. HEX triplet: AD, 55 and 6D. RGB value is (173,85,109). Sum of RGB (Red+Green+Blue) = 173+85+109=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556D is #52AA92. Grayscale: #727272. Windows color (decimal): -5417619 or 7165357. OLE color: 7165357.
HSL color Cylindrical-coordinate representation of color #AD556D: hue angle of 343.64º 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 #AD556D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 109 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.32 |
| HSL | 343.64º | 0.35% | 0.51% | - |
| HSV(B) | 343.64º | 0.51% | 0.68% | - |
| XYZ | 23.24 | 16.49 | 16.42 | - |
| YUV | 114.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 109 | 0 | 0.51 | 0.37 | 0.32 | 343.64 | 0.35 | 0.51 |
| Hex | AD | 55 | 6D | 0 | 33 | 25 | 20 | 158 | 23 | 33 |
| Octal | 255 | 125 | 155 | 0 | 63 | 45 | 40 | 530 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1101101 | 0 | 110011 | 100101 | 100000 | 101011000 | 100011 | 110011 |
Color Harmonies of #AD556D
Complementary color
Monochromatic Colors of #AD556D
Black with #AD556D
Text Example
Text Example
White with #AD556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD556D; }
p { color: rgb(173,85,109); }
H1.HeaderClassName
{
color: #AD556D;
}
.AnyTagClassName
{
color: #AD556D;
}
</style>
background-color css
<style>
a { background-color: #AD556D; }
a { background-color: rgb(173,85,109); }
div.DivClassName
{
background-color: #AD556D;
}
.BgClassName
{
background-color: #AD556D;
}
</style>
border-color css
<style>
span { border-color: #AD556D; }
span { border-color: rgb(173,85,109); }
td.TdClassName
{
border-color: #AD556D;
}
.TagClassName
{
border-color: #AD556D;
}
</style>