Shades of Apple Blossom #AD4E49
Tints of Apple Blossom #AD4E49
RGB
CMYK
RGB Variations
Color information
#AD4E49 (or 0xAD4E49) is known color: Apple Blossom. HEX triplet: AD, 4E and 49. RGB value is (173,78,73). Sum of RGB (Red+Green+Blue) = 173+78+73=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E49 is #52B1B6. Grayscale: #696969. Windows color (decimal): -5419447 or 4804269. OLE color: 4804269.
HSL color Cylindrical-coordinate representation of color #AD4E49: hue angle of 3º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4E49 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 73 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.32 |
| HSL | 3º | 0.41% | 0.48% | - |
| HSV(B) | 3º | 0.58% | 0.68% | - |
| XYZ | 21.16 | 14.81 | 8.05 | - |
| YUV | 105.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 73 | 0 | 0.55 | 0.58 | 0.32 | 3 | 0.41 | 0.48 |
| Hex | AD | 4E | 49 | 0 | 37 | 3A | 20 | 3 | 29 | 30 |
| Octal | 255 | 116 | 111 | 0 | 67 | 72 | 40 | 3 | 51 | 60 |
| Binary | 10101101 | 1001110 | 1001001 | 0 | 110111 | 111010 | 100000 | 11 | 101001 | 110000 |
Color Harmonies of #AD4E49
Complementary color
Monochromatic Colors of #AD4E49
Black with #AD4E49
Text Example
Text Example
White with #AD4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E49; }
p { color: rgb(173,78,73); }
H1.HeaderClassName
{
color: #AD4E49;
}
.AnyTagClassName
{
color: #AD4E49;
}
</style>
background-color css
<style>
a { background-color: #AD4E49; }
a { background-color: rgb(173,78,73); }
div.DivClassName
{
background-color: #AD4E49;
}
.BgClassName
{
background-color: #AD4E49;
}
</style>
border-color css
<style>
span { border-color: #AD4E49; }
span { border-color: rgb(173,78,73); }
td.TdClassName
{
border-color: #AD4E49;
}
.TagClassName
{
border-color: #AD4E49;
}
</style>