Shades of Apple Blossom #AD4F41
Tints of Apple Blossom #AD4F41
RGB
CMYK
RGB Variations
Color information
#AD4F41 (or 0xAD4F41) is known color: Apple Blossom. HEX triplet: AD, 4F and 41. RGB value is (173,79,65). Sum of RGB (Red+Green+Blue) = 173+79+65=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F41 is #52B0BE. Grayscale: #696969. Windows color (decimal): -5419199 or 4280237. OLE color: 4280237.
HSL color Cylindrical-coordinate representation of color #AD4F41: hue angle of 7.78º 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 #AD4F41 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 65 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.32 |
| HSL | 7.78º | 0.45% | 0.47% | - |
| HSV(B) | 7.78º | 0.62% | 0.68% | - |
| XYZ | 20.98 | 14.86 | 6.76 | - |
| YUV | 105.51 | 105.14 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 65 | 0 | 0.54 | 0.62 | 0.32 | 7.78 | 0.45 | 0.47 |
| Hex | AD | 4F | 41 | 0 | 36 | 3E | 20 | 8 | 2D | 2F |
| Octal | 255 | 117 | 101 | 0 | 66 | 76 | 40 | 10 | 55 | 57 |
| Binary | 10101101 | 1001111 | 1000001 | 0 | 110110 | 111110 | 100000 | 1000 | 101101 | 101111 |
Color Harmonies of #AD4F41
Complementary color
Monochromatic Colors of #AD4F41
Black with #AD4F41
Text Example
Text Example
White with #AD4F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F41; }
p { color: rgb(173,79,65); }
H1.HeaderClassName
{
color: #AD4F41;
}
.AnyTagClassName
{
color: #AD4F41;
}
</style>
background-color css
<style>
a { background-color: #AD4F41; }
a { background-color: rgb(173,79,65); }
div.DivClassName
{
background-color: #AD4F41;
}
.BgClassName
{
background-color: #AD4F41;
}
</style>
border-color css
<style>
span { border-color: #AD4F41; }
span { border-color: rgb(173,79,65); }
td.TdClassName
{
border-color: #AD4F41;
}
.TagClassName
{
border-color: #AD4F41;
}
</style>