Shades of Apple Blossom #AD524E
Tints of Apple Blossom #AD524E
RGB
CMYK
RGB Variations
Color information
#AD524E (or 0xAD524E) is known color: Apple Blossom. HEX triplet: AD, 52 and 4E. RGB value is (173,82,78). Sum of RGB (Red+Green+Blue) = 173+82+78=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD524E is #52ADB1. Grayscale: #6C6C6C. Windows color (decimal): -5418418 or 5132973. OLE color: 5132973.
HSL color Cylindrical-coordinate representation of color #AD524E: hue angle of 2.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD524E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 78 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.32 |
| HSL | 2.53º | 0.38% | 0.49% | - |
| HSV(B) | 2.53º | 0.55% | 0.68% | - |
| XYZ | 21.63 | 15.47 | 9.05 | - |
| YUV | 108.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 78 | 0 | 0.53 | 0.55 | 0.32 | 2.53 | 0.38 | 0.49 |
| Hex | AD | 52 | 4E | 0 | 35 | 37 | 20 | 3 | 26 | 31 |
| Octal | 255 | 122 | 116 | 0 | 65 | 67 | 40 | 3 | 46 | 61 |
| Binary | 10101101 | 1010010 | 1001110 | 0 | 110101 | 110111 | 100000 | 11 | 100110 | 110001 |
Color Harmonies of #AD524E
Complementary color
Monochromatic Colors of #AD524E
Black with #AD524E
Text Example
Text Example
White with #AD524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD524E; }
p { color: rgb(173,82,78); }
H1.HeaderClassName
{
color: #AD524E;
}
.AnyTagClassName
{
color: #AD524E;
}
</style>
background-color css
<style>
a { background-color: #AD524E; }
a { background-color: rgb(173,82,78); }
div.DivClassName
{
background-color: #AD524E;
}
.BgClassName
{
background-color: #AD524E;
}
</style>
border-color css
<style>
span { border-color: #AD524E; }
span { border-color: rgb(173,82,78); }
td.TdClassName
{
border-color: #AD524E;
}
.TagClassName
{
border-color: #AD524E;
}
</style>