Shades of Apple Blossom #AD564D
Tints of Apple Blossom #AD564D
RGB
CMYK
RGB Variations
Color information
#AD564D (or 0xAD564D) is known color: Apple Blossom. HEX triplet: AD, 56 and 4D. RGB value is (173,86,77). Sum of RGB (Red+Green+Blue) = 173+86+77=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD564D is #52A9B2. Grayscale: #6F6F6F. Windows color (decimal): -5417395 or 5068461. OLE color: 5068461.
HSL color Cylindrical-coordinate representation of color #AD564D: hue angle of 5.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD564D is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 77 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.32 |
| HSL | 5.63º | 0.38% | 0.49% | - |
| HSV(B) | 5.63º | 0.55% | 0.68% | - |
| XYZ | 21.9 | 16.08 | 8.97 | - |
| YUV | 110.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 77 | 0 | 0.50 | 0.55 | 0.32 | 5.63 | 0.38 | 0.49 |
| Hex | AD | 56 | 4D | 0 | 32 | 37 | 20 | 6 | 26 | 31 |
| Octal | 255 | 126 | 115 | 0 | 62 | 67 | 40 | 6 | 46 | 61 |
| Binary | 10101101 | 1010110 | 1001101 | 0 | 110010 | 110111 | 100000 | 110 | 100110 | 110001 |
Color Harmonies of #AD564D
Complementary color
Monochromatic Colors of #AD564D
Black with #AD564D
Text Example
Text Example
White with #AD564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD564D; }
p { color: rgb(173,86,77); }
H1.HeaderClassName
{
color: #AD564D;
}
.AnyTagClassName
{
color: #AD564D;
}
</style>
background-color css
<style>
a { background-color: #AD564D; }
a { background-color: rgb(173,86,77); }
div.DivClassName
{
background-color: #AD564D;
}
.BgClassName
{
background-color: #AD564D;
}
</style>
border-color css
<style>
span { border-color: #AD564D; }
span { border-color: rgb(173,86,77); }
td.TdClassName
{
border-color: #AD564D;
}
.TagClassName
{
border-color: #AD564D;
}
</style>