Shades of Blush #AD5964
Tints of Blush #AD5964
RGB
CMYK
RGB Variations
Color information
#AD5964 (or 0xAD5964) is known color: Blush. HEX triplet: AD, 59 and 64. RGB value is (173,89,100). Sum of RGB (Red+Green+Blue) = 173+89+100=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5964 is #52A69B. Grayscale: #737373. Windows color (decimal): -5416604 or 6576557. OLE color: 6576557.
HSL color Cylindrical-coordinate representation of color #AD5964: hue angle of 352.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 #AD5964 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 100 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.32 |
| HSL | 352.14º | 0.34% | 0.51% | - |
| HSV(B) | 352.14º | 0.49% | 0.68% | - |
| XYZ | 23.11 | 16.95 | 14.11 | - |
| YUV | 115.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 100 | 0 | 0.49 | 0.42 | 0.32 | 352.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 64 | 0 | 31 | 2A | 20 | 160 | 22 | 33 |
| Octal | 255 | 131 | 144 | 0 | 61 | 52 | 40 | 540 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1100100 | 0 | 110001 | 101010 | 100000 | 101100000 | 100010 | 110011 |
Color Harmonies of #AD5964
Complementary color
Monochromatic Colors of #AD5964
Black with #AD5964
Text Example
Text Example
White with #AD5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5964; }
p { color: rgb(173,89,100); }
H1.HeaderClassName
{
color: #AD5964;
}
.AnyTagClassName
{
color: #AD5964;
}
</style>
background-color css
<style>
a { background-color: #AD5964; }
a { background-color: rgb(173,89,100); }
div.DivClassName
{
background-color: #AD5964;
}
.BgClassName
{
background-color: #AD5964;
}
</style>
border-color css
<style>
span { border-color: #AD5964; }
span { border-color: rgb(173,89,100); }
td.TdClassName
{
border-color: #AD5964;
}
.TagClassName
{
border-color: #AD5964;
}
</style>