Shades of Apple Blossom #AD5550
Tints of Apple Blossom #AD5550
RGB
CMYK
RGB Variations
Color information
#AD5550 (or 0xAD5550) is known color: Apple Blossom. HEX triplet: AD, 55 and 50. RGB value is (173,85,80). Sum of RGB (Red+Green+Blue) = 173+85+80=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5550 is #52AAAF. Grayscale: #6E6E6E. Windows color (decimal): -5417648 or 5264813. OLE color: 5264813.
HSL color Cylindrical-coordinate representation of color #AD5550: hue angle of 3.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5550 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 80 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.32 |
| HSL | 3.23º | 0.37% | 0.5% | - |
| HSV(B) | 3.23º | 0.54% | 0.68% | - |
| XYZ | 21.93 | 15.96 | 9.51 | - |
| YUV | 110.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 80 | 0 | 0.51 | 0.54 | 0.32 | 3.23 | 0.37 | 0.5 |
| Hex | AD | 55 | 50 | 0 | 33 | 36 | 20 | 3 | 25 | 32 |
| Octal | 255 | 125 | 120 | 0 | 63 | 66 | 40 | 3 | 45 | 62 |
| Binary | 10101101 | 1010101 | 1010000 | 0 | 110011 | 110110 | 100000 | 11 | 100101 | 110010 |
Color Harmonies of #AD5550
Complementary color
Monochromatic Colors of #AD5550
Black with #AD5550
Text Example
Text Example
White with #AD5550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5550; }
p { color: rgb(173,85,80); }
H1.HeaderClassName
{
color: #AD5550;
}
.AnyTagClassName
{
color: #AD5550;
}
</style>
background-color css
<style>
a { background-color: #AD5550; }
a { background-color: rgb(173,85,80); }
div.DivClassName
{
background-color: #AD5550;
}
.BgClassName
{
background-color: #AD5550;
}
</style>
border-color css
<style>
span { border-color: #AD5550; }
span { border-color: rgb(173,85,80); }
td.TdClassName
{
border-color: #AD5550;
}
.TagClassName
{
border-color: #AD5550;
}
</style>