Shades of Apple Blossom #AD4E43
Tints of Apple Blossom #AD4E43
RGB
CMYK
RGB Variations
Color information
#AD4E43 (or 0xAD4E43) is known color: Apple Blossom. HEX triplet: AD, 4E and 43. RGB value is (173,78,67). Sum of RGB (Red+Green+Blue) = 173+78+67=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4E43 is #52B1BC. Grayscale: #696969. Windows color (decimal): -5419453 or 4411053. OLE color: 4411053.
HSL color Cylindrical-coordinate representation of color #AD4E43: hue angle of 6.23º 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 #AD4E43 is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 67 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.32 |
| HSL | 6.23º | 0.44% | 0.47% | - |
| HSV(B) | 6.23º | 0.61% | 0.68% | - |
| XYZ | 20.97 | 14.74 | 7.05 | - |
| YUV | 105.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 67 | 0 | 0.55 | 0.61 | 0.32 | 6.23 | 0.44 | 0.47 |
| Hex | AD | 4E | 43 | 0 | 37 | 3D | 20 | 6 | 2C | 2F |
| Octal | 255 | 116 | 103 | 0 | 67 | 75 | 40 | 6 | 54 | 57 |
| Binary | 10101101 | 1001110 | 1000011 | 0 | 110111 | 111101 | 100000 | 110 | 101100 | 101111 |
Color Harmonies of #AD4E43
Complementary color
Monochromatic Colors of #AD4E43
Black with #AD4E43
Text Example
Text Example
White with #AD4E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E43; }
p { color: rgb(173,78,67); }
H1.HeaderClassName
{
color: #AD4E43;
}
.AnyTagClassName
{
color: #AD4E43;
}
</style>
background-color css
<style>
a { background-color: #AD4E43; }
a { background-color: rgb(173,78,67); }
div.DivClassName
{
background-color: #AD4E43;
}
.BgClassName
{
background-color: #AD4E43;
}
</style>
border-color css
<style>
span { border-color: #AD4E43; }
span { border-color: rgb(173,78,67); }
td.TdClassName
{
border-color: #AD4E43;
}
.TagClassName
{
border-color: #AD4E43;
}
</style>