Shades of Apple Blossom #AD584D
Tints of Apple Blossom #AD584D
RGB
CMYK
RGB Variations
Color information
#AD584D (or 0xAD584D) is known color: Apple Blossom. HEX triplet: AD, 58 and 4D. RGB value is (173,88,77). Sum of RGB (Red+Green+Blue) = 173+88+77=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD584D is #52A7B2. Grayscale: #707070. Windows color (decimal): -5416883 or 5068973. OLE color: 5068973.
HSL color Cylindrical-coordinate representation of color #AD584D: hue angle of 6.88º 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 #AD584D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 77 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.32 |
| HSL | 6.88º | 0.38% | 0.49% | - |
| HSV(B) | 6.88º | 0.55% | 0.68% | - |
| XYZ | 22.06 | 16.4 | 9.02 | - |
| YUV | 112.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 77 | 0 | 0.49 | 0.55 | 0.32 | 6.88 | 0.38 | 0.49 |
| Hex | AD | 58 | 4D | 0 | 31 | 37 | 20 | 7 | 26 | 31 |
| Octal | 255 | 130 | 115 | 0 | 61 | 67 | 40 | 7 | 46 | 61 |
| Binary | 10101101 | 1011000 | 1001101 | 0 | 110001 | 110111 | 100000 | 111 | 100110 | 110001 |
Color Harmonies of #AD584D
Complementary color
Monochromatic Colors of #AD584D
Black with #AD584D
Text Example
Text Example
White with #AD584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD584D; }
p { color: rgb(173,88,77); }
H1.HeaderClassName
{
color: #AD584D;
}
.AnyTagClassName
{
color: #AD584D;
}
</style>
background-color css
<style>
a { background-color: #AD584D; }
a { background-color: rgb(173,88,77); }
div.DivClassName
{
background-color: #AD584D;
}
.BgClassName
{
background-color: #AD584D;
}
</style>
border-color css
<style>
span { border-color: #AD584D; }
span { border-color: rgb(173,88,77); }
td.TdClassName
{
border-color: #AD584D;
}
.TagClassName
{
border-color: #AD584D;
}
</style>