Shades of Blush #AD566C
Tints of Blush #AD566C
RGB
CMYK
RGB Variations
Color information
#AD566C (or 0xAD566C) is known color: Blush. HEX triplet: AD, 56 and 6C. RGB value is (173,86,108). Sum of RGB (Red+Green+Blue) = 173+86+108=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD566C is #52A993. Grayscale: #727272. Windows color (decimal): -5417364 or 7100077. OLE color: 7100077.
HSL color Cylindrical-coordinate representation of color #AD566C: hue angle of 344.83º 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 #AD566C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 108 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.32 |
| HSL | 344.83º | 0.35% | 0.51% | - |
| HSV(B) | 344.83º | 0.5% | 0.68% | - |
| XYZ | 23.27 | 16.62 | 16.17 | - |
| YUV | 114.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 108 | 0 | 0.50 | 0.38 | 0.32 | 344.83 | 0.35 | 0.51 |
| Hex | AD | 56 | 6C | 0 | 32 | 26 | 20 | 159 | 23 | 33 |
| Octal | 255 | 126 | 154 | 0 | 62 | 46 | 40 | 531 | 43 | 63 |
| Binary | 10101101 | 1010110 | 1101100 | 0 | 110010 | 100110 | 100000 | 101011001 | 100011 | 110011 |
Color Harmonies of #AD566C
Complementary color
Monochromatic Colors of #AD566C
Black with #AD566C
Text Example
Text Example
White with #AD566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD566C; }
p { color: rgb(173,86,108); }
H1.HeaderClassName
{
color: #AD566C;
}
.AnyTagClassName
{
color: #AD566C;
}
</style>
background-color css
<style>
a { background-color: #AD566C; }
a { background-color: rgb(173,86,108); }
div.DivClassName
{
background-color: #AD566C;
}
.BgClassName
{
background-color: #AD566C;
}
</style>
border-color css
<style>
span { border-color: #AD566C; }
span { border-color: rgb(173,86,108); }
td.TdClassName
{
border-color: #AD566C;
}
.TagClassName
{
border-color: #AD566C;
}
</style>