Shades of Apple Blossom #AD554E
Tints of Apple Blossom #AD554E
RGB
CMYK
RGB Variations
Color information
#AD554E (or 0xAD554E) is known color: Apple Blossom. HEX triplet: AD, 55 and 4E. RGB value is (173,85,78). Sum of RGB (Red+Green+Blue) = 173+85+78=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD554E is #52AAB1. Grayscale: #6E6E6E. Windows color (decimal): -5417650 or 5133741. OLE color: 5133741.
HSL color Cylindrical-coordinate representation of color #AD554E: hue angle of 4.42º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD554E is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 78 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.32 |
| HSL | 4.42º | 0.38% | 0.49% | - |
| HSV(B) | 4.42º | 0.55% | 0.68% | - |
| XYZ | 21.86 | 15.93 | 9.13 | - |
| YUV | 110.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 78 | 0 | 0.51 | 0.55 | 0.32 | 4.42 | 0.38 | 0.49 |
| Hex | AD | 55 | 4E | 0 | 33 | 37 | 20 | 4 | 26 | 31 |
| Octal | 255 | 125 | 116 | 0 | 63 | 67 | 40 | 4 | 46 | 61 |
| Binary | 10101101 | 1010101 | 1001110 | 0 | 110011 | 110111 | 100000 | 100 | 100110 | 110001 |
Color Harmonies of #AD554E
Complementary color
Monochromatic Colors of #AD554E
Black with #AD554E
Text Example
Text Example
White with #AD554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD554E; }
p { color: rgb(173,85,78); }
H1.HeaderClassName
{
color: #AD554E;
}
.AnyTagClassName
{
color: #AD554E;
}
</style>
background-color css
<style>
a { background-color: #AD554E; }
a { background-color: rgb(173,85,78); }
div.DivClassName
{
background-color: #AD554E;
}
.BgClassName
{
background-color: #AD554E;
}
</style>
border-color css
<style>
span { border-color: #AD554E; }
span { border-color: rgb(173,85,78); }
td.TdClassName
{
border-color: #AD554E;
}
.TagClassName
{
border-color: #AD554E;
}
</style>