Shades of Blush #AD596F
Tints of Blush #AD596F
RGB
CMYK
RGB Variations
Color information
#AD596F (or 0xAD596F) is known color: Blush. HEX triplet: AD, 59 and 6F. RGB value is (173,89,111). Sum of RGB (Red+Green+Blue) = 173+89+111=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD596F is #52A690. Grayscale: #747474. Windows color (decimal): -5416593 or 7297453. OLE color: 7297453.
HSL color Cylindrical-coordinate representation of color #AD596F: hue angle of 344.29º 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 #AD596F is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 111 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.32 |
| HSL | 344.29º | 0.34% | 0.51% | - |
| HSV(B) | 344.29º | 0.49% | 0.68% | - |
| XYZ | 23.68 | 17.18 | 17.11 | - |
| YUV | 116.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 111 | 0 | 0.49 | 0.36 | 0.32 | 344.29 | 0.34 | 0.51 |
| Hex | AD | 59 | 6F | 0 | 31 | 24 | 20 | 158 | 22 | 33 |
| Octal | 255 | 131 | 157 | 0 | 61 | 44 | 40 | 530 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1101111 | 0 | 110001 | 100100 | 100000 | 101011000 | 100010 | 110011 |
Color Harmonies of #AD596F
Complementary color
Monochromatic Colors of #AD596F
Black with #AD596F
Text Example
Text Example
White with #AD596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD596F; }
p { color: rgb(173,89,111); }
H1.HeaderClassName
{
color: #AD596F;
}
.AnyTagClassName
{
color: #AD596F;
}
</style>
background-color css
<style>
a { background-color: #AD596F; }
a { background-color: rgb(173,89,111); }
div.DivClassName
{
background-color: #AD596F;
}
.BgClassName
{
background-color: #AD596F;
}
</style>
border-color css
<style>
span { border-color: #AD596F; }
span { border-color: rgb(173,89,111); }
td.TdClassName
{
border-color: #AD596F;
}
.TagClassName
{
border-color: #AD596F;
}
</style>