Shades of Apple Blossom #AD5044
Tints of Apple Blossom #AD5044
RGB
CMYK
RGB Variations
Color information
#AD5044 (or 0xAD5044) is known color: Apple Blossom. HEX triplet: AD, 50 and 44. RGB value is (173,80,68). Sum of RGB (Red+Green+Blue) = 173+80+68=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5044 is #52AFBB. Grayscale: #6A6A6A. Windows color (decimal): -5418940 or 4477101. OLE color: 4477101.
HSL color Cylindrical-coordinate representation of color #AD5044: hue angle of 6.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5044 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 68 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.32 |
| HSL | 6.86º | 0.44% | 0.47% | - |
| HSV(B) | 6.86º | 0.61% | 0.68% | - |
| XYZ | 21.15 | 15.04 | 7.26 | - |
| YUV | 106.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 68 | 0 | 0.54 | 0.61 | 0.32 | 6.86 | 0.44 | 0.47 |
| Hex | AD | 50 | 44 | 0 | 36 | 3D | 20 | 7 | 2C | 2F |
| Octal | 255 | 120 | 104 | 0 | 66 | 75 | 40 | 7 | 54 | 57 |
| Binary | 10101101 | 1010000 | 1000100 | 0 | 110110 | 111101 | 100000 | 111 | 101100 | 101111 |
Color Harmonies of #AD5044
Complementary color
Monochromatic Colors of #AD5044
Black with #AD5044
Text Example
Text Example
White with #AD5044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5044; }
p { color: rgb(173,80,68); }
H1.HeaderClassName
{
color: #AD5044;
}
.AnyTagClassName
{
color: #AD5044;
}
</style>
background-color css
<style>
a { background-color: #AD5044; }
a { background-color: rgb(173,80,68); }
div.DivClassName
{
background-color: #AD5044;
}
.BgClassName
{
background-color: #AD5044;
}
</style>
border-color css
<style>
span { border-color: #AD5044; }
span { border-color: rgb(173,80,68); }
td.TdClassName
{
border-color: #AD5044;
}
.TagClassName
{
border-color: #AD5044;
}
</style>