Shades of Blush #AD596C
Tints of Blush #AD596C
RGB
CMYK
RGB Variations
Color information
#AD596C (or 0xAD596C) is known color: Blush. HEX triplet: AD, 59 and 6C. RGB value is (173,89,108). Sum of RGB (Red+Green+Blue) = 173+89+108=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD596C is #52A693. Grayscale: #747474. Windows color (decimal): -5416596 or 7100845. OLE color: 7100845.
HSL color Cylindrical-coordinate representation of color #AD596C: hue angle of 346.43º 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 #AD596C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 108 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.32 |
| HSL | 346.43º | 0.34% | 0.51% | - |
| HSV(B) | 346.43º | 0.49% | 0.68% | - |
| XYZ | 23.51 | 17.11 | 16.25 | - |
| YUV | 116.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 108 | 0 | 0.49 | 0.38 | 0.32 | 346.43 | 0.34 | 0.51 |
| Hex | AD | 59 | 6C | 0 | 31 | 26 | 20 | 15A | 22 | 33 |
| Octal | 255 | 131 | 154 | 0 | 61 | 46 | 40 | 532 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1101100 | 0 | 110001 | 100110 | 100000 | 101011010 | 100010 | 110011 |
Color Harmonies of #AD596C
Complementary color
Monochromatic Colors of #AD596C
Black with #AD596C
Text Example
Text Example
White with #AD596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD596C; }
p { color: rgb(173,89,108); }
H1.HeaderClassName
{
color: #AD596C;
}
.AnyTagClassName
{
color: #AD596C;
}
</style>
background-color css
<style>
a { background-color: #AD596C; }
a { background-color: rgb(173,89,108); }
div.DivClassName
{
background-color: #AD596C;
}
.BgClassName
{
background-color: #AD596C;
}
</style>
border-color css
<style>
span { border-color: #AD596C; }
span { border-color: rgb(173,89,108); }
td.TdClassName
{
border-color: #AD596C;
}
.TagClassName
{
border-color: #AD596C;
}
</style>