Shades of Apple Blossom #AD564E
Tints of Apple Blossom #AD564E
RGB
CMYK
RGB Variations
Color information
#AD564E (or 0xAD564E) is known color: Apple Blossom. HEX triplet: AD, 56 and 4E. RGB value is (173,86,78). Sum of RGB (Red+Green+Blue) = 173+86+78=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD564E is #52A9B1. Grayscale: #6F6F6F. Windows color (decimal): -5417394 or 5133997. OLE color: 5133997.
HSL color Cylindrical-coordinate representation of color #AD564E: hue angle of 5.05º 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 #AD564E is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 78 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.32 |
| HSL | 5.05º | 0.38% | 0.49% | - |
| HSV(B) | 5.05º | 0.55% | 0.68% | - |
| XYZ | 21.94 | 16.09 | 9.16 | - |
| YUV | 111.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 78 | 0 | 0.50 | 0.55 | 0.32 | 5.05 | 0.38 | 0.49 |
| Hex | AD | 56 | 4E | 0 | 32 | 37 | 20 | 5 | 26 | 31 |
| Octal | 255 | 126 | 116 | 0 | 62 | 67 | 40 | 5 | 46 | 61 |
| Binary | 10101101 | 1010110 | 1001110 | 0 | 110010 | 110111 | 100000 | 101 | 100110 | 110001 |
Color Harmonies of #AD564E
Complementary color
Monochromatic Colors of #AD564E
Black with #AD564E
Text Example
Text Example
White with #AD564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD564E; }
p { color: rgb(173,86,78); }
H1.HeaderClassName
{
color: #AD564E;
}
.AnyTagClassName
{
color: #AD564E;
}
</style>
background-color css
<style>
a { background-color: #AD564E; }
a { background-color: rgb(173,86,78); }
div.DivClassName
{
background-color: #AD564E;
}
.BgClassName
{
background-color: #AD564E;
}
</style>
border-color css
<style>
span { border-color: #AD564E; }
span { border-color: rgb(173,86,78); }
td.TdClassName
{
border-color: #AD564E;
}
.TagClassName
{
border-color: #AD564E;
}
</style>