Shades of Apple Blossom #AD554B
Tints of Apple Blossom #AD554B
RGB
CMYK
RGB Variations
Color information
#AD554B (or 0xAD554B) is known color: Apple Blossom. HEX triplet: AD, 55 and 4B. RGB value is (173,85,75). Sum of RGB (Red+Green+Blue) = 173+85+75=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD554B is #52AAB4. Grayscale: #6E6E6E. Windows color (decimal): -5417653 or 4937133. OLE color: 4937133.
HSL color Cylindrical-coordinate representation of color #AD554B: hue angle of 6.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD554B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 75 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.32 |
| HSL | 6.12º | 0.4% | 0.49% | - |
| HSV(B) | 6.12º | 0.57% | 0.68% | - |
| XYZ | 21.75 | 15.89 | 8.58 | - |
| YUV | 110.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 75 | 0 | 0.51 | 0.57 | 0.32 | 6.12 | 0.4 | 0.49 |
| Hex | AD | 55 | 4B | 0 | 33 | 39 | 20 | 6 | 28 | 31 |
| Octal | 255 | 125 | 113 | 0 | 63 | 71 | 40 | 6 | 50 | 61 |
| Binary | 10101101 | 1010101 | 1001011 | 0 | 110011 | 111001 | 100000 | 110 | 101000 | 110001 |
Color Harmonies of #AD554B
Complementary color
Monochromatic Colors of #AD554B
Black with #AD554B
Text Example
Text Example
White with #AD554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD554B; }
p { color: rgb(173,85,75); }
H1.HeaderClassName
{
color: #AD554B;
}
.AnyTagClassName
{
color: #AD554B;
}
</style>
background-color css
<style>
a { background-color: #AD554B; }
a { background-color: rgb(173,85,75); }
div.DivClassName
{
background-color: #AD554B;
}
.BgClassName
{
background-color: #AD554B;
}
</style>
border-color css
<style>
span { border-color: #AD554B; }
span { border-color: rgb(173,85,75); }
td.TdClassName
{
border-color: #AD554B;
}
.TagClassName
{
border-color: #AD554B;
}
</style>