Shades of Apple Blossom #AD4E41
Tints of Apple Blossom #AD4E41
RGB
CMYK
RGB Variations
Color information
#AD4E41 (or 0xAD4E41) is known color: Apple Blossom. HEX triplet: AD, 4E and 41. RGB value is (173,78,65). Sum of RGB (Red+Green+Blue) = 173+78+65=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E41 is #52B1BE. Grayscale: #696969. Windows color (decimal): -5419455 or 4279981. OLE color: 4279981.
HSL color Cylindrical-coordinate representation of color #AD4E41: hue angle of 7.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4E41 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 65 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.32 |
| HSL | 7.22º | 0.45% | 0.47% | - |
| HSV(B) | 7.22º | 0.62% | 0.68% | - |
| XYZ | 20.91 | 14.71 | 6.74 | - |
| YUV | 104.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 65 | 0 | 0.55 | 0.62 | 0.32 | 7.22 | 0.45 | 0.47 |
| Hex | AD | 4E | 41 | 0 | 37 | 3E | 20 | 7 | 2D | 2F |
| Octal | 255 | 116 | 101 | 0 | 67 | 76 | 40 | 7 | 55 | 57 |
| Binary | 10101101 | 1001110 | 1000001 | 0 | 110111 | 111110 | 100000 | 111 | 101101 | 101111 |
Color Harmonies of #AD4E41
Complementary color
Monochromatic Colors of #AD4E41
Black with #AD4E41
Text Example
Text Example
White with #AD4E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E41; }
p { color: rgb(173,78,65); }
H1.HeaderClassName
{
color: #AD4E41;
}
.AnyTagClassName
{
color: #AD4E41;
}
</style>
background-color css
<style>
a { background-color: #AD4E41; }
a { background-color: rgb(173,78,65); }
div.DivClassName
{
background-color: #AD4E41;
}
.BgClassName
{
background-color: #AD4E41;
}
</style>
border-color css
<style>
span { border-color: #AD4E41; }
span { border-color: rgb(173,78,65); }
td.TdClassName
{
border-color: #AD4E41;
}
.TagClassName
{
border-color: #AD4E41;
}
</style>