Shades of Apple Blossom #AD5047
Tints of Apple Blossom #AD5047
RGB
CMYK
RGB Variations
Color information
#AD5047 (or 0xAD5047) is known color: Apple Blossom. HEX triplet: AD, 50 and 47. RGB value is (173,80,71). Sum of RGB (Red+Green+Blue) = 173+80+71=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5047 is #52AFB8. Grayscale: #6A6A6A. Windows color (decimal): -5418937 or 4673709. OLE color: 4673709.
HSL color Cylindrical-coordinate representation of color #AD5047: hue angle of 5.29º 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 #AD5047 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 71 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.32 |
| HSL | 5.29º | 0.42% | 0.48% | - |
| HSV(B) | 5.29º | 0.59% | 0.68% | - |
| XYZ | 21.24 | 15.08 | 7.75 | - |
| YUV | 106.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 71 | 0 | 0.54 | 0.59 | 0.32 | 5.29 | 0.42 | 0.48 |
| Hex | AD | 50 | 47 | 0 | 36 | 3B | 20 | 5 | 2A | 30 |
| Octal | 255 | 120 | 107 | 0 | 66 | 73 | 40 | 5 | 52 | 60 |
| Binary | 10101101 | 1010000 | 1000111 | 0 | 110110 | 111011 | 100000 | 101 | 101010 | 110000 |
Color Harmonies of #AD5047
Complementary color
Monochromatic Colors of #AD5047
Black with #AD5047
Text Example
Text Example
White with #AD5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5047; }
p { color: rgb(173,80,71); }
H1.HeaderClassName
{
color: #AD5047;
}
.AnyTagClassName
{
color: #AD5047;
}
</style>
background-color css
<style>
a { background-color: #AD5047; }
a { background-color: rgb(173,80,71); }
div.DivClassName
{
background-color: #AD5047;
}
.BgClassName
{
background-color: #AD5047;
}
</style>
border-color css
<style>
span { border-color: #AD5047; }
span { border-color: rgb(173,80,71); }
td.TdClassName
{
border-color: #AD5047;
}
.TagClassName
{
border-color: #AD5047;
}
</style>