Shades of Apple Blossom #AD5E57
Tints of Apple Blossom #AD5E57
RGB
CMYK
RGB Variations
Color information
#AD5E57 (or 0xAD5E57) is known color: Apple Blossom. HEX triplet: AD, 5E and 57. RGB value is (173,94,87). Sum of RGB (Red+Green+Blue) = 173+94+87=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5E57 is #52A1A8. Grayscale: #747474. Windows color (decimal): -5415337 or 5725869. OLE color: 5725869.
HSL color Cylindrical-coordinate representation of color #AD5E57: hue angle of 4.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5E57 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 87 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.32 |
| HSL | 4.88º | 0.34% | 0.51% | - |
| HSV(B) | 4.88º | 0.5% | 0.68% | - |
| XYZ | 22.96 | 17.58 | 11.2 | - |
| YUV | 116.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 87 | 0 | 0.46 | 0.50 | 0.32 | 4.88 | 0.34 | 0.51 |
| Hex | AD | 5E | 57 | 0 | 2E | 32 | 20 | 5 | 22 | 33 |
| Octal | 255 | 136 | 127 | 0 | 56 | 62 | 40 | 5 | 42 | 63 |
| Binary | 10101101 | 1011110 | 1010111 | 0 | 101110 | 110010 | 100000 | 101 | 100010 | 110011 |
Color Harmonies of #AD5E57
Complementary color
Monochromatic Colors of #AD5E57
Black with #AD5E57
Text Example
Text Example
White with #AD5E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E57; }
p { color: rgb(173,94,87); }
H1.HeaderClassName
{
color: #AD5E57;
}
.AnyTagClassName
{
color: #AD5E57;
}
</style>
background-color css
<style>
a { background-color: #AD5E57; }
a { background-color: rgb(173,94,87); }
div.DivClassName
{
background-color: #AD5E57;
}
.BgClassName
{
background-color: #AD5E57;
}
</style>
border-color css
<style>
span { border-color: #AD5E57; }
span { border-color: rgb(173,94,87); }
td.TdClassName
{
border-color: #AD5E57;
}
.TagClassName
{
border-color: #AD5E57;
}
</style>