Shades of Apple Blossom #AD5049
Tints of Apple Blossom #AD5049
RGB
CMYK
RGB Variations
Color information
#AD5049 (or 0xAD5049) is known color: Apple Blossom. HEX triplet: AD, 50 and 49. RGB value is (173,80,73). Sum of RGB (Red+Green+Blue) = 173+80+73=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5049 is #52AFB6. Grayscale: #6B6B6B. Windows color (decimal): -5418935 or 4804781. OLE color: 4804781.
HSL color Cylindrical-coordinate representation of color #AD5049: hue angle of 4.2º 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 #AD5049 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 73 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.32 |
| HSL | 4.2º | 0.41% | 0.48% | - |
| HSV(B) | 4.2º | 0.58% | 0.68% | - |
| XYZ | 21.3 | 15.1 | 8.1 | - |
| YUV | 107.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 73 | 0 | 0.54 | 0.58 | 0.32 | 4.2 | 0.41 | 0.48 |
| Hex | AD | 50 | 49 | 0 | 36 | 3A | 20 | 4 | 29 | 30 |
| Octal | 255 | 120 | 111 | 0 | 66 | 72 | 40 | 4 | 51 | 60 |
| Binary | 10101101 | 1010000 | 1001001 | 0 | 110110 | 111010 | 100000 | 100 | 101001 | 110000 |
Color Harmonies of #AD5049
Complementary color
Monochromatic Colors of #AD5049
Black with #AD5049
Text Example
Text Example
White with #AD5049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5049; }
p { color: rgb(173,80,73); }
H1.HeaderClassName
{
color: #AD5049;
}
.AnyTagClassName
{
color: #AD5049;
}
</style>
background-color css
<style>
a { background-color: #AD5049; }
a { background-color: rgb(173,80,73); }
div.DivClassName
{
background-color: #AD5049;
}
.BgClassName
{
background-color: #AD5049;
}
</style>
border-color css
<style>
span { border-color: #AD5049; }
span { border-color: rgb(173,80,73); }
td.TdClassName
{
border-color: #AD5049;
}
.TagClassName
{
border-color: #AD5049;
}
</style>