Shades of Blush #AD566F
Tints of Blush #AD566F
RGB
CMYK
RGB Variations
Color information
#AD566F (or 0xAD566F) is known color: Blush. HEX triplet: AD, 56 and 6F. RGB value is (173,86,111). Sum of RGB (Red+Green+Blue) = 173+86+111=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD566F is #52A990. Grayscale: #727272. Windows color (decimal): -5417361 or 7296685. OLE color: 7296685.
HSL color Cylindrical-coordinate representation of color #AD566F: hue angle of 342.76º 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 #AD566F is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 111 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.32 |
| HSL | 342.76º | 0.35% | 0.51% | - |
| HSV(B) | 342.76º | 0.5% | 0.68% | - |
| XYZ | 23.43 | 16.69 | 17.03 | - |
| YUV | 114.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 111 | 0 | 0.50 | 0.36 | 0.32 | 342.76 | 0.35 | 0.51 |
| Hex | AD | 56 | 6F | 0 | 32 | 24 | 20 | 157 | 23 | 33 |
| Octal | 255 | 126 | 157 | 0 | 62 | 44 | 40 | 527 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1101111 | 0 | 110010 | 100100 | 100000 | 101010111 | 100011 | 110011 |
Color Harmonies of #AD566F
Complementary color
Monochromatic Colors of #AD566F
Black with #AD566F
Text Example
Text Example
White with #AD566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD566F; }
p { color: rgb(173,86,111); }
H1.HeaderClassName
{
color: #AD566F;
}
.AnyTagClassName
{
color: #AD566F;
}
</style>
background-color css
<style>
a { background-color: #AD566F; }
a { background-color: rgb(173,86,111); }
div.DivClassName
{
background-color: #AD566F;
}
.BgClassName
{
background-color: #AD566F;
}
</style>
border-color css
<style>
span { border-color: #AD566F; }
span { border-color: rgb(173,86,111); }
td.TdClassName
{
border-color: #AD566F;
}
.TagClassName
{
border-color: #AD566F;
}
</style>