Shades of Blush #AD5666
Tints of Blush #AD5666
RGB
CMYK
RGB Variations
Color information
#AD5666 (or 0xAD5666) is known color: Blush. HEX triplet: AD, 56 and 66. RGB value is (173,86,102). Sum of RGB (Red+Green+Blue) = 173+86+102=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5666 is #52A999. Grayscale: #717171. Windows color (decimal): -5417370 or 6706861. OLE color: 6706861.
HSL color Cylindrical-coordinate representation of color #AD5666: hue angle of 348.97º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5666 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 102 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.32 |
| HSL | 348.97º | 0.35% | 0.51% | - |
| HSV(B) | 348.97º | 0.5% | 0.68% | - |
| XYZ | 22.96 | 16.5 | 14.54 | - |
| YUV | 113.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 102 | 0 | 0.50 | 0.41 | 0.32 | 348.97 | 0.35 | 0.51 |
| Hex | AD | 56 | 66 | 0 | 32 | 29 | 20 | 15D | 23 | 33 |
| Octal | 255 | 126 | 146 | 0 | 62 | 51 | 40 | 535 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1100110 | 0 | 110010 | 101001 | 100000 | 101011101 | 100011 | 110011 |
Color Harmonies of #AD5666
Complementary color
Monochromatic Colors of #AD5666
Black with #AD5666
Text Example
Text Example
White with #AD5666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5666; }
p { color: rgb(173,86,102); }
H1.HeaderClassName
{
color: #AD5666;
}
.AnyTagClassName
{
color: #AD5666;
}
</style>
background-color css
<style>
a { background-color: #AD5666; }
a { background-color: rgb(173,86,102); }
div.DivClassName
{
background-color: #AD5666;
}
.BgClassName
{
background-color: #AD5666;
}
</style>
border-color css
<style>
span { border-color: #AD5666; }
span { border-color: rgb(173,86,102); }
td.TdClassName
{
border-color: #AD5666;
}
.TagClassName
{
border-color: #AD5666;
}
</style>