Shades of Blush #AD6064
Tints of Blush #AD6064
RGB
CMYK
RGB Variations
Color information
#AD6064 (or 0xAD6064) is known color: Blush. HEX triplet: AD, 60 and 64. RGB value is (173,96,100). Sum of RGB (Red+Green+Blue) = 173+96+100=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6064 is #529F9B. Grayscale: #777777. Windows color (decimal): -5414812 or 6578349. OLE color: 6578349.
HSL color Cylindrical-coordinate representation of color #AD6064: hue angle of 356.88º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD6064 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 96 | 100 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.32 |
| HSL | 356.88º | 0.32% | 0.53% | - |
| HSV(B) | 356.88º | 0.45% | 0.68% | - |
| XYZ | 23.72 | 18.17 | 14.31 | - |
| YUV | 119.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 100 | 0 | 0.45 | 0.42 | 0.32 | 356.88 | 0.32 | 0.53 |
| Hex | AD | 60 | 64 | 0 | 2D | 2A | 20 | 165 | 20 | 35 |
| Octal | 255 | 140 | 144 | 0 | 55 | 52 | 40 | 545 | 40 | 65 |
| Binary | 10101101 | 1100000 | 1100100 | 0 | 101101 | 101010 | 100000 | 101100101 | 100000 | 110101 |
Color Harmonies of #AD6064
Complementary color
Monochromatic Colors of #AD6064
Black with #AD6064
Text Example
Text Example
White with #AD6064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6064; }
p { color: rgb(173,96,100); }
H1.HeaderClassName
{
color: #AD6064;
}
.AnyTagClassName
{
color: #AD6064;
}
</style>
background-color css
<style>
a { background-color: #AD6064; }
a { background-color: rgb(173,96,100); }
div.DivClassName
{
background-color: #AD6064;
}
.BgClassName
{
background-color: #AD6064;
}
</style>
border-color css
<style>
span { border-color: #AD6064; }
span { border-color: rgb(173,96,100); }
td.TdClassName
{
border-color: #AD6064;
}
.TagClassName
{
border-color: #AD6064;
}
</style>