Shades of Apple Blossom #AD5950
Tints of Apple Blossom #AD5950
RGB
CMYK
RGB Variations
Color information
#AD5950 (or 0xAD5950) is known color: Apple Blossom. HEX triplet: AD, 59 and 50. RGB value is (173,89,80). Sum of RGB (Red+Green+Blue) = 173+89+80=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5950 is #52A6AF. Grayscale: #717171. Windows color (decimal): -5416624 or 5265837. OLE color: 5265837.
HSL color Cylindrical-coordinate representation of color #AD5950: hue angle of 5.81º 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 #AD5950 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 80 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.32 |
| HSL | 5.81º | 0.37% | 0.5% | - |
| HSV(B) | 5.81º | 0.54% | 0.68% | - |
| XYZ | 22.25 | 16.61 | 9.62 | - |
| YUV | 113.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 80 | 0 | 0.49 | 0.54 | 0.32 | 5.81 | 0.37 | 0.5 |
| Hex | AD | 59 | 50 | 0 | 31 | 36 | 20 | 6 | 25 | 32 |
| Octal | 255 | 131 | 120 | 0 | 61 | 66 | 40 | 6 | 45 | 62 |
| Binary | 10101101 | 1011001 | 1010000 | 0 | 110001 | 110110 | 100000 | 110 | 100101 | 110010 |
Color Harmonies of #AD5950
Complementary color
Monochromatic Colors of #AD5950
Black with #AD5950
Text Example
Text Example
White with #AD5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5950; }
p { color: rgb(173,89,80); }
H1.HeaderClassName
{
color: #AD5950;
}
.AnyTagClassName
{
color: #AD5950;
}
</style>
background-color css
<style>
a { background-color: #AD5950; }
a { background-color: rgb(173,89,80); }
div.DivClassName
{
background-color: #AD5950;
}
.BgClassName
{
background-color: #AD5950;
}
</style>
border-color css
<style>
span { border-color: #AD5950; }
span { border-color: rgb(173,89,80); }
td.TdClassName
{
border-color: #AD5950;
}
.TagClassName
{
border-color: #AD5950;
}
</style>