Shades of Blush #AD5064
Tints of Blush #AD5064
RGB
CMYK
RGB Variations
Color information
#AD5064 (or 0xAD5064) is known color: Blush. HEX triplet: AD, 50 and 64. RGB value is (173,80,100). Sum of RGB (Red+Green+Blue) = 173+80+100=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5064 is #52AF9B. Grayscale: #6E6E6E. Windows color (decimal): -5418908 or 6574253. OLE color: 6574253.
HSL color Cylindrical-coordinate representation of color #AD5064: hue angle of 347.1º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5064 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 100 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.32 |
| HSL | 347.1º | 0.37% | 0.5% | - |
| HSV(B) | 347.1º | 0.54% | 0.68% | - |
| XYZ | 22.4 | 15.54 | 13.88 | - |
| YUV | 110.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 100 | 0 | 0.54 | 0.42 | 0.32 | 347.1 | 0.37 | 0.5 |
| Hex | AD | 50 | 64 | 0 | 36 | 2A | 20 | 15B | 25 | 32 |
| Octal | 255 | 120 | 144 | 0 | 66 | 52 | 40 | 533 | 45 | 62 |
| Binary | 10101101 | 1010000 | 1100100 | 0 | 110110 | 101010 | 100000 | 101011011 | 100101 | 110010 |
Color Harmonies of #AD5064
Complementary color
Monochromatic Colors of #AD5064
Black with #AD5064
Text Example
Text Example
White with #AD5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5064; }
p { color: rgb(173,80,100); }
H1.HeaderClassName
{
color: #AD5064;
}
.AnyTagClassName
{
color: #AD5064;
}
</style>
background-color css
<style>
a { background-color: #AD5064; }
a { background-color: rgb(173,80,100); }
div.DivClassName
{
background-color: #AD5064;
}
.BgClassName
{
background-color: #AD5064;
}
</style>
border-color css
<style>
span { border-color: #AD5064; }
span { border-color: rgb(173,80,100); }
td.TdClassName
{
border-color: #AD5064;
}
.TagClassName
{
border-color: #AD5064;
}
</style>