Shades of Apple Blossom #AD5447
Tints of Apple Blossom #AD5447
RGB
CMYK
RGB Variations
Color information
#AD5447 (or 0xAD5447) is known color: Apple Blossom. HEX triplet: AD, 54 and 47. RGB value is (173,84,71). Sum of RGB (Red+Green+Blue) = 173+84+71=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5447 is #52ABB8. Grayscale: #6D6D6D. Windows color (decimal): -5417913 or 4674733. OLE color: 4674733.
HSL color Cylindrical-coordinate representation of color #AD5447: hue angle of 7.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5447 is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 71 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.32 |
| HSL | 7.65º | 0.42% | 0.48% | - |
| HSV(B) | 7.65º | 0.59% | 0.68% | - |
| XYZ | 21.54 | 15.68 | 7.85 | - |
| YUV | 109.13 | 106.49 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 71 | 0 | 0.51 | 0.59 | 0.32 | 7.65 | 0.42 | 0.48 |
| Hex | AD | 54 | 47 | 0 | 33 | 3B | 20 | 8 | 2A | 30 |
| Octal | 255 | 124 | 107 | 0 | 63 | 73 | 40 | 10 | 52 | 60 |
| Binary | 10101101 | 1010100 | 1000111 | 0 | 110011 | 111011 | 100000 | 1000 | 101010 | 110000 |
Color Harmonies of #AD5447
Complementary color
Monochromatic Colors of #AD5447
Black with #AD5447
Text Example
Text Example
White with #AD5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5447; }
p { color: rgb(173,84,71); }
H1.HeaderClassName
{
color: #AD5447;
}
.AnyTagClassName
{
color: #AD5447;
}
</style>
background-color css
<style>
a { background-color: #AD5447; }
a { background-color: rgb(173,84,71); }
div.DivClassName
{
background-color: #AD5447;
}
.BgClassName
{
background-color: #AD5447;
}
</style>
border-color css
<style>
span { border-color: #AD5447; }
span { border-color: rgb(173,84,71); }
td.TdClassName
{
border-color: #AD5447;
}
.TagClassName
{
border-color: #AD5447;
}
</style>