Shades of Apple Blossom #AD524C
Tints of Apple Blossom #AD524C
RGB
CMYK
RGB Variations
Color information
#AD524C (or 0xAD524C) is known color: Apple Blossom. HEX triplet: AD, 52 and 4C. RGB value is (173,82,76). Sum of RGB (Red+Green+Blue) = 173+82+76=331 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.27% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 173 - color contains mainly: red. Hex color #AD524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD524C is #52ADB3. Grayscale: #6C6C6C. Windows color (decimal): -5418420 or 5001901. OLE color: 5001901.
HSL color Cylindrical-coordinate representation of color #AD524C: hue angle of 3.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD524C is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 76 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.32 |
| HSL | 3.71º | 0.39% | 0.49% | - |
| HSV(B) | 3.71º | 0.56% | 0.68% | - |
| XYZ | 21.56 | 15.44 | 8.68 | - |
| YUV | 108.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 76 | 0 | 0.53 | 0.56 | 0.32 | 3.71 | 0.39 | 0.49 |
| Hex | AD | 52 | 4C | 0 | 35 | 38 | 20 | 4 | 27 | 31 |
| Octal | 255 | 122 | 114 | 0 | 65 | 70 | 40 | 4 | 47 | 61 |
| Binary | 10101101 | 1010010 | 1001100 | 0 | 110101 | 111000 | 100000 | 100 | 100111 | 110001 |
Color Harmonies of #AD524C
Complementary color
Monochromatic Colors of #AD524C
Black with #AD524C
Text Example
Text Example
White with #AD524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD524C; }
p { color: rgb(173,82,76); }
H1.HeaderClassName
{
color: #AD524C;
}
.AnyTagClassName
{
color: #AD524C;
}
</style>
background-color css
<style>
a { background-color: #AD524C; }
a { background-color: rgb(173,82,76); }
div.DivClassName
{
background-color: #AD524C;
}
.BgClassName
{
background-color: #AD524C;
}
</style>
border-color css
<style>
span { border-color: #AD524C; }
span { border-color: rgb(173,82,76); }
td.TdClassName
{
border-color: #AD524C;
}
.TagClassName
{
border-color: #AD524C;
}
</style>