Shades of Apple Blossom #AD4D41
Tints of Apple Blossom #AD4D41
RGB
CMYK
RGB Variations
Color information
#AD4D41 (or 0xAD4D41) is known color: Apple Blossom. HEX triplet: AD, 4D and 41. RGB value is (173,77,65). Sum of RGB (Red+Green+Blue) = 173+77+65=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4D41 is #52B2BE. Grayscale: #686868. Windows color (decimal): -5419711 or 4279725. OLE color: 4279725.
HSL color Cylindrical-coordinate representation of color #AD4D41: hue angle of 6.67º 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 #AD4D41 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 65 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.32 |
| HSL | 6.67º | 0.45% | 0.47% | - |
| HSV(B) | 6.67º | 0.62% | 0.68% | - |
| XYZ | 20.84 | 14.57 | 6.72 | - |
| YUV | 104.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 65 | 0 | 0.55 | 0.62 | 0.32 | 6.67 | 0.45 | 0.47 |
| Hex | AD | 4D | 41 | 0 | 37 | 3E | 20 | 7 | 2D | 2F |
| Octal | 255 | 115 | 101 | 0 | 67 | 76 | 40 | 7 | 55 | 57 |
| Binary | 10101101 | 1001101 | 1000001 | 0 | 110111 | 111110 | 100000 | 111 | 101101 | 101111 |
Color Harmonies of #AD4D41
Complementary color
Monochromatic Colors of #AD4D41
Black with #AD4D41
Text Example
Text Example
White with #AD4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D41; }
p { color: rgb(173,77,65); }
H1.HeaderClassName
{
color: #AD4D41;
}
.AnyTagClassName
{
color: #AD4D41;
}
</style>
background-color css
<style>
a { background-color: #AD4D41; }
a { background-color: rgb(173,77,65); }
div.DivClassName
{
background-color: #AD4D41;
}
.BgClassName
{
background-color: #AD4D41;
}
</style>
border-color css
<style>
span { border-color: #AD4D41; }
span { border-color: rgb(173,77,65); }
td.TdClassName
{
border-color: #AD4D41;
}
.TagClassName
{
border-color: #AD4D41;
}
</style>