Shades of Apple Blossom #AD534D
Tints of Apple Blossom #AD534D
RGB
CMYK
RGB Variations
Color information
#AD534D (or 0xAD534D) is known color: Apple Blossom. HEX triplet: AD, 53 and 4D. RGB value is (173,83,77). Sum of RGB (Red+Green+Blue) = 173+83+77=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD534D is #52ACB2. Grayscale: #6D6D6D. Windows color (decimal): -5418163 or 5067693. OLE color: 5067693.
HSL color Cylindrical-coordinate representation of color #AD534D: hue angle of 3.75º 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 #AD534D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 77 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.32 |
| HSL | 3.75º | 0.38% | 0.49% | - |
| HSV(B) | 3.75º | 0.55% | 0.68% | - |
| XYZ | 21.67 | 15.61 | 8.89 | - |
| YUV | 109.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 77 | 0 | 0.52 | 0.55 | 0.32 | 3.75 | 0.38 | 0.49 |
| Hex | AD | 53 | 4D | 0 | 34 | 37 | 20 | 4 | 26 | 31 |
| Octal | 255 | 123 | 115 | 0 | 64 | 67 | 40 | 4 | 46 | 61 |
| Binary | 10101101 | 1010011 | 1001101 | 0 | 110100 | 110111 | 100000 | 100 | 100110 | 110001 |
Color Harmonies of #AD534D
Complementary color
Monochromatic Colors of #AD534D
Black with #AD534D
Text Example
Text Example
White with #AD534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD534D; }
p { color: rgb(173,83,77); }
H1.HeaderClassName
{
color: #AD534D;
}
.AnyTagClassName
{
color: #AD534D;
}
</style>
background-color css
<style>
a { background-color: #AD534D; }
a { background-color: rgb(173,83,77); }
div.DivClassName
{
background-color: #AD534D;
}
.BgClassName
{
background-color: #AD534D;
}
</style>
border-color css
<style>
span { border-color: #AD534D; }
span { border-color: rgb(173,83,77); }
td.TdClassName
{
border-color: #AD534D;
}
.TagClassName
{
border-color: #AD534D;
}
</style>