Shades of Apple Blossom #AD5546
Tints of Apple Blossom #AD5546
RGB
CMYK
RGB Variations
Color information
#AD5546 (or 0xAD5546) is known color: Apple Blossom. HEX triplet: AD, 55 and 46. RGB value is (173,85,70). Sum of RGB (Red+Green+Blue) = 173+85+70=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5546 is #52AAB9. Grayscale: #6D6D6D. Windows color (decimal): -5417658 or 4609453. OLE color: 4609453.
HSL color Cylindrical-coordinate representation of color #AD5546: hue angle of 8.74º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD5546 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 70 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.32 |
| HSL | 8.74º | 0.42% | 0.48% | - |
| HSV(B) | 8.74º | 0.6% | 0.68% | - |
| XYZ | 21.59 | 15.82 | 7.71 | - |
| YUV | 109.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 70 | 0 | 0.51 | 0.60 | 0.32 | 8.74 | 0.42 | 0.48 |
| Hex | AD | 55 | 46 | 0 | 33 | 3C | 20 | 9 | 2A | 30 |
| Octal | 255 | 125 | 106 | 0 | 63 | 74 | 40 | 11 | 52 | 60 |
| Binary | 10101101 | 1010101 | 1000110 | 0 | 110011 | 111100 | 100000 | 1001 | 101010 | 110000 |
Color Harmonies of #AD5546
Complementary color
Monochromatic Colors of #AD5546
Black with #AD5546
Text Example
Text Example
White with #AD5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5546; }
p { color: rgb(173,85,70); }
H1.HeaderClassName
{
color: #AD5546;
}
.AnyTagClassName
{
color: #AD5546;
}
</style>
background-color css
<style>
a { background-color: #AD5546; }
a { background-color: rgb(173,85,70); }
div.DivClassName
{
background-color: #AD5546;
}
.BgClassName
{
background-color: #AD5546;
}
</style>
border-color css
<style>
span { border-color: #AD5546; }
span { border-color: rgb(173,85,70); }
td.TdClassName
{
border-color: #AD5546;
}
.TagClassName
{
border-color: #AD5546;
}
</style>