Shades of Apple Blossom #AD524D
Tints of Apple Blossom #AD524D
RGB
CMYK
RGB Variations
Color information
#AD524D (or 0xAD524D) is known color: Apple Blossom. HEX triplet: AD, 52 and 4D. RGB value is (173,82,77). Sum of RGB (Red+Green+Blue) = 173+82+77=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD524D is #52ADB2. Grayscale: #6C6C6C. Windows color (decimal): -5418419 or 5067437. OLE color: 5067437.
HSL color Cylindrical-coordinate representation of color #AD524D: hue angle of 3.12º 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 #AD524D is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 77 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.32 |
| HSL | 3.13º | 0.38% | 0.49% | - |
| HSV(B) | 3.13º | 0.55% | 0.68% | - |
| XYZ | 21.59 | 15.45 | 8.87 | - |
| YUV | 108.64 | 110.15 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 77 | 0 | 0.53 | 0.55 | 0.32 | 3.13 | 0.38 | 0.49 |
| Hex | AD | 52 | 4D | 0 | 35 | 37 | 20 | 3 | 26 | 31 |
| Octal | 255 | 122 | 115 | 0 | 65 | 67 | 40 | 3 | 46 | 61 |
| Binary | 10101101 | 1010010 | 1001101 | 0 | 110101 | 110111 | 100000 | 11 | 100110 | 110001 |
Color Harmonies of #AD524D
Complementary color
Monochromatic Colors of #AD524D
Black with #AD524D
Text Example
Text Example
White with #AD524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD524D; }
p { color: rgb(173,82,77); }
H1.HeaderClassName
{
color: #AD524D;
}
.AnyTagClassName
{
color: #AD524D;
}
</style>
background-color css
<style>
a { background-color: #AD524D; }
a { background-color: rgb(173,82,77); }
div.DivClassName
{
background-color: #AD524D;
}
.BgClassName
{
background-color: #AD524D;
}
</style>
border-color css
<style>
span { border-color: #AD524D; }
span { border-color: rgb(173,82,77); }
td.TdClassName
{
border-color: #AD524D;
}
.TagClassName
{
border-color: #AD524D;
}
</style>