Shades of Apple Blossom #AD5C53
Tints of Apple Blossom #AD5C53
RGB
CMYK
RGB Variations
Color information
#AD5C53 (or 0xAD5C53) is known color: Apple Blossom. HEX triplet: AD, 5C and 53. RGB value is (173,92,83). Sum of RGB (Red+Green+Blue) = 173+92+83=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C53 is #52A3AC. Grayscale: #737373. Windows color (decimal): -5415853 or 5463213. OLE color: 5463213.
HSL color Cylindrical-coordinate representation of color #AD5C53: hue angle of 6º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5C53 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 83 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.32 |
| HSL | 6º | 0.35% | 0.5% | - |
| HSV(B) | 6º | 0.52% | 0.68% | - |
| XYZ | 22.62 | 17.16 | 10.3 | - |
| YUV | 115.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 83 | 0 | 0.47 | 0.52 | 0.32 | 6 | 0.35 | 0.5 |
| Hex | AD | 5C | 53 | 0 | 2F | 34 | 20 | 6 | 23 | 32 |
| Octal | 255 | 134 | 123 | 0 | 57 | 64 | 40 | 6 | 43 | 62 |
| Binary | 10101101 | 1011100 | 1010011 | 0 | 101111 | 110100 | 100000 | 110 | 100011 | 110010 |
Color Harmonies of #AD5C53
Complementary color
Monochromatic Colors of #AD5C53
Black with #AD5C53
Text Example
Text Example
White with #AD5C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C53; }
p { color: rgb(173,92,83); }
H1.HeaderClassName
{
color: #AD5C53;
}
.AnyTagClassName
{
color: #AD5C53;
}
</style>
background-color css
<style>
a { background-color: #AD5C53; }
a { background-color: rgb(173,92,83); }
div.DivClassName
{
background-color: #AD5C53;
}
.BgClassName
{
background-color: #AD5C53;
}
</style>
border-color css
<style>
span { border-color: #AD5C53; }
span { border-color: rgb(173,92,83); }
td.TdClassName
{
border-color: #AD5C53;
}
.TagClassName
{
border-color: #AD5C53;
}
</style>