Shades of Blush #AD556C
Tints of Blush #AD556C
RGB
CMYK
RGB Variations
Color information
#AD556C (or 0xAD556C) is known color: Blush. HEX triplet: AD, 55 and 6C. RGB value is (173,85,108). Sum of RGB (Red+Green+Blue) = 173+85+108=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556C is #52AA93. Grayscale: #717171. Windows color (decimal): -5417620 or 7099821. OLE color: 7099821.
HSL color Cylindrical-coordinate representation of color #AD556C: hue angle of 344.32º 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 #AD556C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 108 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.32 |
| HSL | 344.32º | 0.35% | 0.51% | - |
| HSV(B) | 344.32º | 0.51% | 0.68% | - |
| XYZ | 23.19 | 16.46 | 16.14 | - |
| YUV | 113.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 108 | 0 | 0.51 | 0.38 | 0.32 | 344.32 | 0.35 | 0.51 |
| Hex | AD | 55 | 6C | 0 | 33 | 26 | 20 | 158 | 23 | 33 |
| Octal | 255 | 125 | 154 | 0 | 63 | 46 | 40 | 530 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1101100 | 0 | 110011 | 100110 | 100000 | 101011000 | 100011 | 110011 |
Color Harmonies of #AD556C
Complementary color
Monochromatic Colors of #AD556C
Black with #AD556C
Text Example
Text Example
White with #AD556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD556C; }
p { color: rgb(173,85,108); }
H1.HeaderClassName
{
color: #AD556C;
}
.AnyTagClassName
{
color: #AD556C;
}
</style>
background-color css
<style>
a { background-color: #AD556C; }
a { background-color: rgb(173,85,108); }
div.DivClassName
{
background-color: #AD556C;
}
.BgClassName
{
background-color: #AD556C;
}
</style>
border-color css
<style>
span { border-color: #AD556C; }
span { border-color: rgb(173,85,108); }
td.TdClassName
{
border-color: #AD556C;
}
.TagClassName
{
border-color: #AD556C;
}
</style>