Shades of Blush #AD5969
Tints of Blush #AD5969
RGB
CMYK
RGB Variations
Color information
#AD5969 (or 0xAD5969) is known color: Blush. HEX triplet: AD, 59 and 69. RGB value is (173,89,105). Sum of RGB (Red+Green+Blue) = 173+89+105=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5969 is #52A696. Grayscale: #737373. Windows color (decimal): -5416599 or 6904237. OLE color: 6904237.
HSL color Cylindrical-coordinate representation of color #AD5969: hue angle of 348.57º 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 #AD5969 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 105 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.32 |
| HSL | 348.57º | 0.34% | 0.51% | - |
| HSV(B) | 348.57º | 0.49% | 0.68% | - |
| XYZ | 23.36 | 17.05 | 15.42 | - |
| YUV | 115.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 105 | 0 | 0.49 | 0.39 | 0.32 | 348.57 | 0.34 | 0.51 |
| Hex | AD | 59 | 69 | 0 | 31 | 27 | 20 | 15D | 22 | 33 |
| Octal | 255 | 131 | 151 | 0 | 61 | 47 | 40 | 535 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1101001 | 0 | 110001 | 100111 | 100000 | 101011101 | 100010 | 110011 |
Color Harmonies of #AD5969
Complementary color
Monochromatic Colors of #AD5969
Black with #AD5969
Text Example
Text Example
White with #AD5969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5969; }
p { color: rgb(173,89,105); }
H1.HeaderClassName
{
color: #AD5969;
}
.AnyTagClassName
{
color: #AD5969;
}
</style>
background-color css
<style>
a { background-color: #AD5969; }
a { background-color: rgb(173,89,105); }
div.DivClassName
{
background-color: #AD5969;
}
.BgClassName
{
background-color: #AD5969;
}
</style>
border-color css
<style>
span { border-color: #AD5969; }
span { border-color: rgb(173,89,105); }
td.TdClassName
{
border-color: #AD5969;
}
.TagClassName
{
border-color: #AD5969;
}
</style>