Shades of Blush #AD596B
Tints of Blush #AD596B
RGB
CMYK
RGB Variations
Color information
#AD596B (or 0xAD596B) is known color: Blush. HEX triplet: AD, 59 and 6B. RGB value is (173,89,107). Sum of RGB (Red+Green+Blue) = 173+89+107=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD596B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD596B is #52A694. Grayscale: #747474. Windows color (decimal): -5416597 or 7035309. OLE color: 7035309.
HSL color Cylindrical-coordinate representation of color #AD596B: hue angle of 347.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD596B is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 107 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.32 |
| HSL | 347.14º | 0.34% | 0.51% | - |
| HSV(B) | 347.14º | 0.49% | 0.68% | - |
| XYZ | 23.46 | 17.09 | 15.97 | - |
| YUV | 116.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 107 | 0 | 0.49 | 0.38 | 0.32 | 347.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 6B | 0 | 31 | 26 | 20 | 15B | 22 | 33 |
| Octal | 255 | 131 | 153 | 0 | 61 | 46 | 40 | 533 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1101011 | 0 | 110001 | 100110 | 100000 | 101011011 | 100010 | 110011 |
Color Harmonies of #AD596B
Complementary color
Monochromatic Colors of #AD596B
Black with #AD596B
Text Example
Text Example
White with #AD596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD596B; }
p { color: rgb(173,89,107); }
H1.HeaderClassName
{
color: #AD596B;
}
.AnyTagClassName
{
color: #AD596B;
}
</style>
background-color css
<style>
a { background-color: #AD596B; }
a { background-color: rgb(173,89,107); }
div.DivClassName
{
background-color: #AD596B;
}
.BgClassName
{
background-color: #AD596B;
}
</style>
border-color css
<style>
span { border-color: #AD596B; }
span { border-color: rgb(173,89,107); }
td.TdClassName
{
border-color: #AD596B;
}
.TagClassName
{
border-color: #AD596B;
}
</style>