Shades of Apple Blossom #AD584C
Tints of Apple Blossom #AD584C
RGB
CMYK
RGB Variations
Color information
#AD584C (or 0xAD584C) is known color: Apple Blossom. HEX triplet: AD, 58 and 4C. RGB value is (173,88,76). Sum of RGB (Red+Green+Blue) = 173+88+76=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD584C is #52A7B3. Grayscale: #707070. Windows color (decimal): -5416884 or 5003437. OLE color: 5003437.
HSL color Cylindrical-coordinate representation of color #AD584C: hue angle of 7.42º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD584C is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 76 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.32 |
| HSL | 7.42º | 0.39% | 0.49% | - |
| HSV(B) | 7.42º | 0.56% | 0.68% | - |
| XYZ | 22.03 | 16.39 | 8.84 | - |
| YUV | 112.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 76 | 0 | 0.49 | 0.56 | 0.32 | 7.42 | 0.39 | 0.49 |
| Hex | AD | 58 | 4C | 0 | 31 | 38 | 20 | 7 | 27 | 31 |
| Octal | 255 | 130 | 114 | 0 | 61 | 70 | 40 | 7 | 47 | 61 |
| Binary | 10101101 | 1011000 | 1001100 | 0 | 110001 | 111000 | 100000 | 111 | 100111 | 110001 |
Color Harmonies of #AD584C
Complementary color
Monochromatic Colors of #AD584C
Black with #AD584C
Text Example
Text Example
White with #AD584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD584C; }
p { color: rgb(173,88,76); }
H1.HeaderClassName
{
color: #AD584C;
}
.AnyTagClassName
{
color: #AD584C;
}
</style>
background-color css
<style>
a { background-color: #AD584C; }
a { background-color: rgb(173,88,76); }
div.DivClassName
{
background-color: #AD584C;
}
.BgClassName
{
background-color: #AD584C;
}
</style>
border-color css
<style>
span { border-color: #AD584C; }
span { border-color: rgb(173,88,76); }
td.TdClassName
{
border-color: #AD584C;
}
.TagClassName
{
border-color: #AD584C;
}
</style>