Shades of Apple Blossom #AD5E56
Tints of Apple Blossom #AD5E56
RGB
CMYK
RGB Variations
Color information
#AD5E56 (or 0xAD5E56) is known color: Apple Blossom. HEX triplet: AD, 5E and 56. RGB value is (173,94,86). Sum of RGB (Red+Green+Blue) = 173+94+86=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E56 is #52A1A9. Grayscale: #747474. Windows color (decimal): -5415338 or 5660333. OLE color: 5660333.
HSL color Cylindrical-coordinate representation of color #AD5E56: hue angle of 5.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 #AD5E56 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 86 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.32 |
| HSL | 5.52º | 0.35% | 0.51% | - |
| HSV(B) | 5.52º | 0.5% | 0.68% | - |
| XYZ | 22.92 | 17.56 | 10.99 | - |
| YUV | 116.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 86 | 0 | 0.46 | 0.50 | 0.32 | 5.52 | 0.35 | 0.51 |
| Hex | AD | 5E | 56 | 0 | 2E | 32 | 20 | 6 | 23 | 33 |
| Octal | 255 | 136 | 126 | 0 | 56 | 62 | 40 | 6 | 43 | 63 |
| Binary | 10101101 | 1011110 | 1010110 | 0 | 101110 | 110010 | 100000 | 110 | 100011 | 110011 |
Color Harmonies of #AD5E56
Complementary color
Monochromatic Colors of #AD5E56
Black with #AD5E56
Text Example
Text Example
White with #AD5E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E56; }
p { color: rgb(173,94,86); }
H1.HeaderClassName
{
color: #AD5E56;
}
.AnyTagClassName
{
color: #AD5E56;
}
</style>
background-color css
<style>
a { background-color: #AD5E56; }
a { background-color: rgb(173,94,86); }
div.DivClassName
{
background-color: #AD5E56;
}
.BgClassName
{
background-color: #AD5E56;
}
</style>
border-color css
<style>
span { border-color: #AD5E56; }
span { border-color: rgb(173,94,86); }
td.TdClassName
{
border-color: #AD5E56;
}
.TagClassName
{
border-color: #AD5E56;
}
</style>