Shades of Apple Blossom #AD5A54
Tints of Apple Blossom #AD5A54
RGB
CMYK
RGB Variations
Color information
#AD5A54 (or 0xAD5A54) is known color: Apple Blossom. HEX triplet: AD, 5A and 54. RGB value is (173,90,84). Sum of RGB (Red+Green+Blue) = 173+90+84=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A54 is #52A5AB. Grayscale: #727272. Windows color (decimal): -5416364 or 5528237. OLE color: 5528237.
HSL color Cylindrical-coordinate representation of color #AD5A54: hue angle of 4.04º 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 #AD5A54 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 84 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.32 |
| HSL | 4.04º | 0.35% | 0.5% | - |
| HSV(B) | 4.04º | 0.51% | 0.68% | - |
| XYZ | 22.49 | 16.84 | 10.45 | - |
| YUV | 114.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 84 | 0 | 0.48 | 0.51 | 0.32 | 4.04 | 0.35 | 0.5 |
| Hex | AD | 5A | 54 | 0 | 30 | 33 | 20 | 4 | 23 | 32 |
| Octal | 255 | 132 | 124 | 0 | 60 | 63 | 40 | 4 | 43 | 62 |
| Binary | 10101101 | 1011010 | 1010100 | 0 | 110000 | 110011 | 100000 | 100 | 100011 | 110010 |
Color Harmonies of #AD5A54
Complementary color
Monochromatic Colors of #AD5A54
Black with #AD5A54
Text Example
Text Example
White with #AD5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A54; }
p { color: rgb(173,90,84); }
H1.HeaderClassName
{
color: #AD5A54;
}
.AnyTagClassName
{
color: #AD5A54;
}
</style>
background-color css
<style>
a { background-color: #AD5A54; }
a { background-color: rgb(173,90,84); }
div.DivClassName
{
background-color: #AD5A54;
}
.BgClassName
{
background-color: #AD5A54;
}
</style>
border-color css
<style>
span { border-color: #AD5A54; }
span { border-color: rgb(173,90,84); }
td.TdClassName
{
border-color: #AD5A54;
}
.TagClassName
{
border-color: #AD5A54;
}
</style>