Shades of Apple Blossom #AD5D54
Tints of Apple Blossom #AD5D54
RGB
CMYK
RGB Variations
Color information
#AD5D54 (or 0xAD5D54) is known color: Apple Blossom. HEX triplet: AD, 5D and 54. RGB value is (173,93,84). Sum of RGB (Red+Green+Blue) = 173+93+84=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5D54 is #52A2AB. Grayscale: #747474. Windows color (decimal): -5415596 or 5529005. OLE color: 5529005.
HSL color Cylindrical-coordinate representation of color #AD5D54: hue angle of 6.07º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5D54 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 84 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.32 |
| HSL | 6.07º | 0.35% | 0.5% | - |
| HSV(B) | 6.07º | 0.51% | 0.68% | - |
| XYZ | 22.75 | 17.35 | 10.54 | - |
| YUV | 115.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 84 | 0 | 0.46 | 0.51 | 0.32 | 6.07 | 0.35 | 0.5 |
| Hex | AD | 5D | 54 | 0 | 2E | 33 | 20 | 6 | 23 | 32 |
| Octal | 255 | 135 | 124 | 0 | 56 | 63 | 40 | 6 | 43 | 62 |
| Binary | 10101101 | 1011101 | 1010100 | 0 | 101110 | 110011 | 100000 | 110 | 100011 | 110010 |
Color Harmonies of #AD5D54
Complementary color
Monochromatic Colors of #AD5D54
Black with #AD5D54
Text Example
Text Example
White with #AD5D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D54; }
p { color: rgb(173,93,84); }
H1.HeaderClassName
{
color: #AD5D54;
}
.AnyTagClassName
{
color: #AD5D54;
}
</style>
background-color css
<style>
a { background-color: #AD5D54; }
a { background-color: rgb(173,93,84); }
div.DivClassName
{
background-color: #AD5D54;
}
.BgClassName
{
background-color: #AD5D54;
}
</style>
border-color css
<style>
span { border-color: #AD5D54; }
span { border-color: rgb(173,93,84); }
td.TdClassName
{
border-color: #AD5D54;
}
.TagClassName
{
border-color: #AD5D54;
}
</style>