Shades of Apple Blossom #AD4E3E
Tints of Apple Blossom #AD4E3E
RGB
CMYK
RGB Variations
Color information
#AD4E3E (or 0xAD4E3E) is known color: Apple Blossom. HEX triplet: AD, 4E and 3E. RGB value is (173,78,62). Sum of RGB (Red+Green+Blue) = 173+78+62=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E3E is #52B1C1. Grayscale: #686868. Windows color (decimal): -5419458 or 4083373. OLE color: 4083373.
HSL color Cylindrical-coordinate representation of color #AD4E3E: hue angle of 8.65º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4E3E is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 62 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.32 |
| HSL | 8.65º | 0.47% | 0.46% | - |
| HSV(B) | 8.65º | 0.64% | 0.68% | - |
| XYZ | 20.83 | 14.68 | 6.29 | - |
| YUV | 104.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 62 | 0 | 0.55 | 0.64 | 0.32 | 8.65 | 0.47 | 0.46 |
| Hex | AD | 4E | 3E | 0 | 37 | 40 | 20 | 9 | 2F | 2E |
| Octal | 255 | 116 | 76 | 0 | 67 | 100 | 40 | 11 | 57 | 56 |
| Binary | 10101101 | 1001110 | 111110 | 0 | 110111 | 1000000 | 100000 | 1001 | 101111 | 101110 |
Color Harmonies of #AD4E3E
Complementary color
Monochromatic Colors of #AD4E3E
Black with #AD4E3E
Text Example
Text Example
White with #AD4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E3E; }
p { color: rgb(173,78,62); }
H1.HeaderClassName
{
color: #AD4E3E;
}
.AnyTagClassName
{
color: #AD4E3E;
}
</style>
background-color css
<style>
a { background-color: #AD4E3E; }
a { background-color: rgb(173,78,62); }
div.DivClassName
{
background-color: #AD4E3E;
}
.BgClassName
{
background-color: #AD4E3E;
}
</style>
border-color css
<style>
span { border-color: #AD4E3E; }
span { border-color: rgb(173,78,62); }
td.TdClassName
{
border-color: #AD4E3E;
}
.TagClassName
{
border-color: #AD4E3E;
}
</style>