Shades of Apple Blossom #AD5148
Tints of Apple Blossom #AD5148
RGB
CMYK
RGB Variations
Color information
#AD5148 (or 0xAD5148) is known color: Apple Blossom. HEX triplet: AD, 51 and 48. RGB value is (173,81,72). Sum of RGB (Red+Green+Blue) = 173+81+72=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5148 is #52AEB7. Grayscale: #6B6B6B. Windows color (decimal): -5418680 or 4739501. OLE color: 4739501.
HSL color Cylindrical-coordinate representation of color #AD5148: hue angle of 5.35º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5148 is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 72 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.32 |
| HSL | 5.35º | 0.41% | 0.48% | - |
| HSV(B) | 5.35º | 0.58% | 0.68% | - |
| XYZ | 21.35 | 15.24 | 7.95 | - |
| YUV | 107.48 | 107.98 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 72 | 0 | 0.53 | 0.58 | 0.32 | 5.35 | 0.41 | 0.48 |
| Hex | AD | 51 | 48 | 0 | 35 | 3A | 20 | 5 | 29 | 30 |
| Octal | 255 | 121 | 110 | 0 | 65 | 72 | 40 | 5 | 51 | 60 |
| Binary | 10101101 | 1010001 | 1001000 | 0 | 110101 | 111010 | 100000 | 101 | 101001 | 110000 |
Color Harmonies of #AD5148
Complementary color
Monochromatic Colors of #AD5148
Black with #AD5148
Text Example
Text Example
White with #AD5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5148; }
p { color: rgb(173,81,72); }
H1.HeaderClassName
{
color: #AD5148;
}
.AnyTagClassName
{
color: #AD5148;
}
</style>
background-color css
<style>
a { background-color: #AD5148; }
a { background-color: rgb(173,81,72); }
div.DivClassName
{
background-color: #AD5148;
}
.BgClassName
{
background-color: #AD5148;
}
</style>
border-color css
<style>
span { border-color: #AD5148; }
span { border-color: rgb(173,81,72); }
td.TdClassName
{
border-color: #AD5148;
}
.TagClassName
{
border-color: #AD5148;
}
</style>