Shades of Apple Blossom #AD4F40
Tints of Apple Blossom #AD4F40
RGB
CMYK
RGB Variations
Color information
#AD4F40 (or 0xAD4F40) is known color: Apple Blossom. HEX triplet: AD, 4F and 40. RGB value is (173,79,64). Sum of RGB (Red+Green+Blue) = 173+79+64=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD4F40 is #52B0BF. Grayscale: #696969. Windows color (decimal): -5419200 or 4214701. OLE color: 4214701.
HSL color Cylindrical-coordinate representation of color #AD4F40: hue angle of 8.26º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4F40 is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 64 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.32 |
| HSL | 8.26º | 0.46% | 0.46% | - |
| HSV(B) | 8.26º | 0.63% | 0.68% | - |
| XYZ | 20.95 | 14.85 | 6.61 | - |
| YUV | 105.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 64 | 0 | 0.54 | 0.63 | 0.32 | 8.26 | 0.46 | 0.46 |
| Hex | AD | 4F | 40 | 0 | 36 | 3F | 20 | 8 | 2E | 2E |
| Octal | 255 | 117 | 100 | 0 | 66 | 77 | 40 | 10 | 56 | 56 |
| Binary | 10101101 | 1001111 | 1000000 | 0 | 110110 | 111111 | 100000 | 1000 | 101110 | 101110 |
Color Harmonies of #AD4F40
Complementary color
Monochromatic Colors of #AD4F40
Black with #AD4F40
Text Example
Text Example
White with #AD4F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F40; }
p { color: rgb(173,79,64); }
H1.HeaderClassName
{
color: #AD4F40;
}
.AnyTagClassName
{
color: #AD4F40;
}
</style>
background-color css
<style>
a { background-color: #AD4F40; }
a { background-color: rgb(173,79,64); }
div.DivClassName
{
background-color: #AD4F40;
}
.BgClassName
{
background-color: #AD4F40;
}
</style>
border-color css
<style>
span { border-color: #AD4F40; }
span { border-color: rgb(173,79,64); }
td.TdClassName
{
border-color: #AD4F40;
}
.TagClassName
{
border-color: #AD4F40;
}
</style>