Shades of Apple Blossom #AD584F
Tints of Apple Blossom #AD584F
RGB
CMYK
RGB Variations
Color information
#AD584F (or 0xAD584F) is known color: Apple Blossom. HEX triplet: AD, 58 and 4F. RGB value is (173,88,79). Sum of RGB (Red+Green+Blue) = 173+88+79=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #AD584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD584F is #52A7B0. Grayscale: #707070. Windows color (decimal): -5416881 or 5200045. OLE color: 5200045.
HSL color Cylindrical-coordinate representation of color #AD584F: hue angle of 5.74º 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 #AD584F is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 79 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.32 |
| HSL | 5.74º | 0.37% | 0.49% | - |
| HSV(B) | 5.74º | 0.54% | 0.68% | - |
| XYZ | 22.13 | 16.43 | 9.4 | - |
| YUV | 112.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 79 | 0 | 0.49 | 0.54 | 0.32 | 5.74 | 0.37 | 0.49 |
| Hex | AD | 58 | 4F | 0 | 31 | 36 | 20 | 6 | 25 | 31 |
| Octal | 255 | 130 | 117 | 0 | 61 | 66 | 40 | 6 | 45 | 61 |
| Binary | 10101101 | 1011000 | 1001111 | 0 | 110001 | 110110 | 100000 | 110 | 100101 | 110001 |
Color Harmonies of #AD584F
Complementary color
Monochromatic Colors of #AD584F
Black with #AD584F
Text Example
Text Example
White with #AD584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD584F; }
p { color: rgb(173,88,79); }
H1.HeaderClassName
{
color: #AD584F;
}
.AnyTagClassName
{
color: #AD584F;
}
</style>
background-color css
<style>
a { background-color: #AD584F; }
a { background-color: rgb(173,88,79); }
div.DivClassName
{
background-color: #AD584F;
}
.BgClassName
{
background-color: #AD584F;
}
</style>
border-color css
<style>
span { border-color: #AD584F; }
span { border-color: rgb(173,88,79); }
td.TdClassName
{
border-color: #AD584F;
}
.TagClassName
{
border-color: #AD584F;
}
</style>