Shades of Apple Blossom #AD5959
Tints of Apple Blossom #AD5959
RGB
CMYK
RGB Variations
Color information
#AD5959 (or 0xAD5959) is known color: Apple Blossom. HEX triplet: AD, 59 and 59. RGB value is (173,89,89). Sum of RGB (Red+Green+Blue) = 173+89+89=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5959 is #52A6A6. Grayscale: #727272. Windows color (decimal): -5416615 or 5855661. OLE color: 5855661.
HSL color Cylindrical-coordinate representation of color #AD5959: hue angle of 0º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5959 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 89 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.32 |
| HSL | 0º | 0.34% | 0.51% | - |
| HSV(B) | 0º | 0.49% | 0.68% | - |
| XYZ | 22.61 | 16.75 | 11.49 | - |
| YUV | 114.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 89 | 0 | 0.49 | 0.49 | 0.32 | 0 | 0.34 | 0.51 |
| Hex | AD | 59 | 59 | 0 | 31 | 31 | 20 | 0 | 22 | 33 |
| Octal | 255 | 131 | 131 | 0 | 61 | 61 | 40 | 0 | 42 | 63 |
| Binary | 10101101 | 1011001 | 1011001 | 0 | 110001 | 110001 | 100000 | 0 | 100010 | 110011 |
Color Harmonies of #AD5959
Complementary color
Monochromatic Colors of #AD5959
Black with #AD5959
Text Example
Text Example
White with #AD5959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5959; }
p { color: rgb(173,89,89); }
H1.HeaderClassName
{
color: #AD5959;
}
.AnyTagClassName
{
color: #AD5959;
}
</style>
background-color css
<style>
a { background-color: #AD5959; }
a { background-color: rgb(173,89,89); }
div.DivClassName
{
background-color: #AD5959;
}
.BgClassName
{
background-color: #AD5959;
}
</style>
border-color css
<style>
span { border-color: #AD5959; }
span { border-color: rgb(173,89,89); }
td.TdClassName
{
border-color: #AD5959;
}
.TagClassName
{
border-color: #AD5959;
}
</style>