Shades of Apple Blossom #AD4945
Tints of Apple Blossom #AD4945
RGB
CMYK
RGB Variations
Color information
#AD4945 (or 0xAD4945) is known color: Apple Blossom. HEX triplet: AD, 49 and 45. RGB value is (173,73,69). Sum of RGB (Red+Green+Blue) = 173+73+69=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4945 is #52B6BA. Grayscale: #666666. Windows color (decimal): -5420731 or 4540845. OLE color: 4540845.
HSL color Cylindrical-coordinate representation of color #AD4945: hue angle of 2.31º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4945 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 69 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.32 |
| HSL | 2.31º | 0.43% | 0.47% | - |
| HSV(B) | 2.31º | 0.6% | 0.68% | - |
| XYZ | 20.69 | 14.08 | 7.26 | - |
| YUV | 102.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 69 | 0 | 0.58 | 0.60 | 0.32 | 2.31 | 0.43 | 0.47 |
| Hex | AD | 49 | 45 | 0 | 3A | 3C | 20 | 2 | 2B | 2F |
| Octal | 255 | 111 | 105 | 0 | 72 | 74 | 40 | 2 | 53 | 57 |
| Binary | 10101101 | 1001001 | 1000101 | 0 | 111010 | 111100 | 100000 | 10 | 101011 | 101111 |
Color Harmonies of #AD4945
Complementary color
Monochromatic Colors of #AD4945
Black with #AD4945
Text Example
Text Example
White with #AD4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4945; }
p { color: rgb(173,73,69); }
H1.HeaderClassName
{
color: #AD4945;
}
.AnyTagClassName
{
color: #AD4945;
}
</style>
background-color css
<style>
a { background-color: #AD4945; }
a { background-color: rgb(173,73,69); }
div.DivClassName
{
background-color: #AD4945;
}
.BgClassName
{
background-color: #AD4945;
}
</style>
border-color css
<style>
span { border-color: #AD4945; }
span { border-color: rgb(173,73,69); }
td.TdClassName
{
border-color: #AD4945;
}
.TagClassName
{
border-color: #AD4945;
}
</style>