Shades of Apple Blossom #AD4E40
Tints of Apple Blossom #AD4E40
RGB
CMYK
RGB Variations
Color information
#AD4E40 (or 0xAD4E40) is known color: Apple Blossom. HEX triplet: AD, 4E and 40. RGB value is (173,78,64). Sum of RGB (Red+Green+Blue) = 173+78+64=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E40 is #52B1BF. Grayscale: #686868. Windows color (decimal): -5419456 or 4214445. OLE color: 4214445.
HSL color Cylindrical-coordinate representation of color #AD4E40: hue angle of 7.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4E40 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 64 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.32 |
| HSL | 7.71º | 0.46% | 0.46% | - |
| HSV(B) | 7.71º | 0.63% | 0.68% | - |
| XYZ | 20.88 | 14.7 | 6.59 | - |
| YUV | 104.81 | 104.97 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 64 | 0 | 0.55 | 0.63 | 0.32 | 7.71 | 0.46 | 0.46 |
| Hex | AD | 4E | 40 | 0 | 37 | 3F | 20 | 8 | 2E | 2E |
| Octal | 255 | 116 | 100 | 0 | 67 | 77 | 40 | 10 | 56 | 56 |
| Binary | 10101101 | 1001110 | 1000000 | 0 | 110111 | 111111 | 100000 | 1000 | 101110 | 101110 |
Color Harmonies of #AD4E40
Complementary color
Monochromatic Colors of #AD4E40
Black with #AD4E40
Text Example
Text Example
White with #AD4E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E40; }
p { color: rgb(173,78,64); }
H1.HeaderClassName
{
color: #AD4E40;
}
.AnyTagClassName
{
color: #AD4E40;
}
</style>
background-color css
<style>
a { background-color: #AD4E40; }
a { background-color: rgb(173,78,64); }
div.DivClassName
{
background-color: #AD4E40;
}
.BgClassName
{
background-color: #AD4E40;
}
</style>
border-color css
<style>
span { border-color: #AD4E40; }
span { border-color: rgb(173,78,64); }
td.TdClassName
{
border-color: #AD4E40;
}
.TagClassName
{
border-color: #AD4E40;
}
</style>