Shades of Blush #AD556B
Tints of Blush #AD556B
RGB
CMYK
RGB Variations
Color information
#AD556B (or 0xAD556B) is known color: Blush. HEX triplet: AD, 55 and 6B. RGB value is (173,85,107). Sum of RGB (Red+Green+Blue) = 173+85+107=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD556B is #52AA94. Grayscale: #717171. Windows color (decimal): -5417621 or 7034285. OLE color: 7034285.
HSL color Cylindrical-coordinate representation of color #AD556B: hue angle of 345º 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 #AD556B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 107 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.32 |
| HSL | 345º | 0.35% | 0.51% | - |
| HSV(B) | 345º | 0.51% | 0.68% | - |
| XYZ | 23.14 | 16.44 | 15.86 | - |
| YUV | 113.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 107 | 0 | 0.51 | 0.38 | 0.32 | 345 | 0.35 | 0.51 |
| Hex | AD | 55 | 6B | 0 | 33 | 26 | 20 | 159 | 23 | 33 |
| Octal | 255 | 125 | 153 | 0 | 63 | 46 | 40 | 531 | 43 | 63 |
| Binary | 10101101 | 1010101 | 1101011 | 0 | 110011 | 100110 | 100000 | 101011001 | 100011 | 110011 |
Color Harmonies of #AD556B
Complementary color
Monochromatic Colors of #AD556B
Black with #AD556B
Text Example
Text Example
White with #AD556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD556B; }
p { color: rgb(173,85,107); }
H1.HeaderClassName
{
color: #AD556B;
}
.AnyTagClassName
{
color: #AD556B;
}
</style>
background-color css
<style>
a { background-color: #AD556B; }
a { background-color: rgb(173,85,107); }
div.DivClassName
{
background-color: #AD556B;
}
.BgClassName
{
background-color: #AD556B;
}
</style>
border-color css
<style>
span { border-color: #AD556B; }
span { border-color: rgb(173,85,107); }
td.TdClassName
{
border-color: #AD556B;
}
.TagClassName
{
border-color: #AD556B;
}
</style>