Shades of Blush #AD566B
Tints of Blush #AD566B
RGB
CMYK
RGB Variations
Color information
#AD566B (or 0xAD566B) is known color: Blush. HEX triplet: AD, 56 and 6B. RGB value is (173,86,107). Sum of RGB (Red+Green+Blue) = 173+86+107=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD566B is #52A994. Grayscale: #727272. Windows color (decimal): -5417365 or 7034541. OLE color: 7034541.
HSL color Cylindrical-coordinate representation of color #AD566B: hue angle of 345.52º 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 #AD566B is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 107 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.32 |
| HSL | 345.52º | 0.35% | 0.51% | - |
| HSV(B) | 345.52º | 0.5% | 0.68% | - |
| XYZ | 23.22 | 16.6 | 15.89 | - |
| YUV | 114.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 107 | 0 | 0.50 | 0.38 | 0.32 | 345.52 | 0.35 | 0.51 |
| Hex | AD | 56 | 6B | 0 | 32 | 26 | 20 | 15A | 23 | 33 |
| Octal | 255 | 126 | 153 | 0 | 62 | 46 | 40 | 532 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1101011 | 0 | 110010 | 100110 | 100000 | 101011010 | 100011 | 110011 |
Color Harmonies of #AD566B
Complementary color
Monochromatic Colors of #AD566B
Black with #AD566B
Text Example
Text Example
White with #AD566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD566B; }
p { color: rgb(173,86,107); }
H1.HeaderClassName
{
color: #AD566B;
}
.AnyTagClassName
{
color: #AD566B;
}
</style>
background-color css
<style>
a { background-color: #AD566B; }
a { background-color: rgb(173,86,107); }
div.DivClassName
{
background-color: #AD566B;
}
.BgClassName
{
background-color: #AD566B;
}
</style>
border-color css
<style>
span { border-color: #AD566B; }
span { border-color: rgb(173,86,107); }
td.TdClassName
{
border-color: #AD566B;
}
.TagClassName
{
border-color: #AD566B;
}
</style>