Shades of Apple Blossom #AD5D59
Tints of Apple Blossom #AD5D59
RGB
CMYK
RGB Variations
Color information
#AD5D59 (or 0xAD5D59) is known color: Apple Blossom. HEX triplet: AD, 5D and 59. RGB value is (173,93,89). Sum of RGB (Red+Green+Blue) = 173+93+89=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D59 is #52A2A6. Grayscale: #747474. Windows color (decimal): -5415591 or 5856685. OLE color: 5856685.
HSL color Cylindrical-coordinate representation of color #AD5D59: hue angle of 2.86º 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 #AD5D59 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 89 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.32 |
| HSL | 2.86º | 0.34% | 0.51% | - |
| HSV(B) | 2.86º | 0.49% | 0.68% | - |
| XYZ | 22.95 | 17.43 | 11.61 | - |
| YUV | 116.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 89 | 0 | 0.46 | 0.49 | 0.32 | 2.86 | 0.34 | 0.51 |
| Hex | AD | 5D | 59 | 0 | 2E | 31 | 20 | 3 | 22 | 33 |
| Octal | 255 | 135 | 131 | 0 | 56 | 61 | 40 | 3 | 42 | 63 |
| Binary | 10101101 | 1011101 | 1011001 | 0 | 101110 | 110001 | 100000 | 11 | 100010 | 110011 |
Color Harmonies of #AD5D59
Complementary color
Monochromatic Colors of #AD5D59
Black with #AD5D59
Text Example
Text Example
White with #AD5D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D59; }
p { color: rgb(173,93,89); }
H1.HeaderClassName
{
color: #AD5D59;
}
.AnyTagClassName
{
color: #AD5D59;
}
</style>
background-color css
<style>
a { background-color: #AD5D59; }
a { background-color: rgb(173,93,89); }
div.DivClassName
{
background-color: #AD5D59;
}
.BgClassName
{
background-color: #AD5D59;
}
</style>
border-color css
<style>
span { border-color: #AD5D59; }
span { border-color: rgb(173,93,89); }
td.TdClassName
{
border-color: #AD5D59;
}
.TagClassName
{
border-color: #AD5D59;
}
</style>