Shades of Apple Blossom #AD554F
Tints of Apple Blossom #AD554F
RGB
CMYK
RGB Variations
Color information
#AD554F (or 0xAD554F) is known color: Apple Blossom. HEX triplet: AD, 55 and 4F. RGB value is (173,85,79). Sum of RGB (Red+Green+Blue) = 173+85+79=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD554F is #52AAB0. Grayscale: #6E6E6E. Windows color (decimal): -5417649 or 5199277. OLE color: 5199277.
HSL color Cylindrical-coordinate representation of color #AD554F: hue angle of 3.83º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD554F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 79 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.32 |
| HSL | 3.83º | 0.37% | 0.49% | - |
| HSV(B) | 3.83º | 0.54% | 0.68% | - |
| XYZ | 21.89 | 15.95 | 9.32 | - |
| YUV | 110.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 79 | 0 | 0.51 | 0.54 | 0.32 | 3.83 | 0.37 | 0.49 |
| Hex | AD | 55 | 4F | 0 | 33 | 36 | 20 | 4 | 25 | 31 |
| Octal | 255 | 125 | 117 | 0 | 63 | 66 | 40 | 4 | 45 | 61 |
| Binary | 10101101 | 1010101 | 1001111 | 0 | 110011 | 110110 | 100000 | 100 | 100101 | 110001 |
Color Harmonies of #AD554F
Complementary color
Monochromatic Colors of #AD554F
Black with #AD554F
Text Example
Text Example
White with #AD554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD554F; }
p { color: rgb(173,85,79); }
H1.HeaderClassName
{
color: #AD554F;
}
.AnyTagClassName
{
color: #AD554F;
}
</style>
background-color css
<style>
a { background-color: #AD554F; }
a { background-color: rgb(173,85,79); }
div.DivClassName
{
background-color: #AD554F;
}
.BgClassName
{
background-color: #AD554F;
}
</style>
border-color css
<style>
span { border-color: #AD554F; }
span { border-color: rgb(173,85,79); }
td.TdClassName
{
border-color: #AD554F;
}
.TagClassName
{
border-color: #AD554F;
}
</style>