Shades of Apple Blossom #AD4D43
Tints of Apple Blossom #AD4D43
RGB
CMYK
RGB Variations
Color information
#AD4D43 (or 0xAD4D43) is known color: Apple Blossom. HEX triplet: AD, 4D and 43. RGB value is (173,77,67). Sum of RGB (Red+Green+Blue) = 173+77+67=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D43 is #52B2BC. Grayscale: #686868. Windows color (decimal): -5419709 or 4410797. OLE color: 4410797.
HSL color Cylindrical-coordinate representation of color #AD4D43: hue angle of 5.66º 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 #AD4D43 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 67 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.32 |
| HSL | 5.66º | 0.44% | 0.47% | - |
| HSV(B) | 5.66º | 0.61% | 0.68% | - |
| XYZ | 20.9 | 14.6 | 7.03 | - |
| YUV | 104.56 | 106.8 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 67 | 0 | 0.55 | 0.61 | 0.32 | 5.66 | 0.44 | 0.47 |
| Hex | AD | 4D | 43 | 0 | 37 | 3D | 20 | 6 | 2C | 2F |
| Octal | 255 | 115 | 103 | 0 | 67 | 75 | 40 | 6 | 54 | 57 |
| Binary | 10101101 | 1001101 | 1000011 | 0 | 110111 | 111101 | 100000 | 110 | 101100 | 101111 |
Color Harmonies of #AD4D43
Complementary color
Monochromatic Colors of #AD4D43
Black with #AD4D43
Text Example
Text Example
White with #AD4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D43; }
p { color: rgb(173,77,67); }
H1.HeaderClassName
{
color: #AD4D43;
}
.AnyTagClassName
{
color: #AD4D43;
}
</style>
background-color css
<style>
a { background-color: #AD4D43; }
a { background-color: rgb(173,77,67); }
div.DivClassName
{
background-color: #AD4D43;
}
.BgClassName
{
background-color: #AD4D43;
}
</style>
border-color css
<style>
span { border-color: #AD4D43; }
span { border-color: rgb(173,77,67); }
td.TdClassName
{
border-color: #AD4D43;
}
.TagClassName
{
border-color: #AD4D43;
}
</style>