Shades of Apple Blossom #AD5953
Tints of Apple Blossom #AD5953
RGB
CMYK
RGB Variations
Color information
#AD5953 (or 0xAD5953) is known color: Apple Blossom. HEX triplet: AD, 59 and 53. RGB value is (173,89,83). Sum of RGB (Red+Green+Blue) = 173+89+83=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5953 is #52A6AC. Grayscale: #717171. Windows color (decimal): -5416621 or 5462445. OLE color: 5462445.
HSL color Cylindrical-coordinate representation of color #AD5953: hue angle of 4º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5953 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 83 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.32 |
| HSL | 4º | 0.35% | 0.5% | - |
| HSV(B) | 4º | 0.52% | 0.68% | - |
| XYZ | 22.37 | 16.65 | 10.22 | - |
| YUV | 113.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 83 | 0 | 0.49 | 0.52 | 0.32 | 4 | 0.35 | 0.5 |
| Hex | AD | 59 | 53 | 0 | 31 | 34 | 20 | 4 | 23 | 32 |
| Octal | 255 | 131 | 123 | 0 | 61 | 64 | 40 | 4 | 43 | 62 |
| Binary | 10101101 | 1011001 | 1010011 | 0 | 110001 | 110100 | 100000 | 100 | 100011 | 110010 |
Color Harmonies of #AD5953
Complementary color
Monochromatic Colors of #AD5953
Black with #AD5953
Text Example
Text Example
White with #AD5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5953; }
p { color: rgb(173,89,83); }
H1.HeaderClassName
{
color: #AD5953;
}
.AnyTagClassName
{
color: #AD5953;
}
</style>
background-color css
<style>
a { background-color: #AD5953; }
a { background-color: rgb(173,89,83); }
div.DivClassName
{
background-color: #AD5953;
}
.BgClassName
{
background-color: #AD5953;
}
</style>
border-color css
<style>
span { border-color: #AD5953; }
span { border-color: rgb(173,89,83); }
td.TdClassName
{
border-color: #AD5953;
}
.TagClassName
{
border-color: #AD5953;
}
</style>