Shades of Apple Blossom #AD524A
Tints of Apple Blossom #AD524A
RGB
CMYK
RGB Variations
Color information
#AD524A (or 0xAD524A) is known color: Apple Blossom. HEX triplet: AD, 52 and 4A. RGB value is (173,82,74). Sum of RGB (Red+Green+Blue) = 173+82+74=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD524A is #52ADB5. Grayscale: #6C6C6C. Windows color (decimal): -5418422 or 4870829. OLE color: 4870829.
HSL color Cylindrical-coordinate representation of color #AD524A: hue angle of 4.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD524A is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 74 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.32 |
| HSL | 4.85º | 0.4% | 0.48% | - |
| HSV(B) | 4.85º | 0.57% | 0.68% | - |
| XYZ | 21.49 | 15.41 | 8.32 | - |
| YUV | 108.3 | 108.65 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 74 | 0 | 0.53 | 0.57 | 0.32 | 4.85 | 0.4 | 0.48 |
| Hex | AD | 52 | 4A | 0 | 35 | 39 | 20 | 5 | 28 | 30 |
| Octal | 255 | 122 | 112 | 0 | 65 | 71 | 40 | 5 | 50 | 60 |
| Binary | 10101101 | 1010010 | 1001010 | 0 | 110101 | 111001 | 100000 | 101 | 101000 | 110000 |
Color Harmonies of #AD524A
Complementary color
Monochromatic Colors of #AD524A
Black with #AD524A
Text Example
Text Example
White with #AD524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD524A; }
p { color: rgb(173,82,74); }
H1.HeaderClassName
{
color: #AD524A;
}
.AnyTagClassName
{
color: #AD524A;
}
</style>
background-color css
<style>
a { background-color: #AD524A; }
a { background-color: rgb(173,82,74); }
div.DivClassName
{
background-color: #AD524A;
}
.BgClassName
{
background-color: #AD524A;
}
</style>
border-color css
<style>
span { border-color: #AD524A; }
span { border-color: rgb(173,82,74); }
td.TdClassName
{
border-color: #AD524A;
}
.TagClassName
{
border-color: #AD524A;
}
</style>