Shades of Apple Blossom #AD534A
Tints of Apple Blossom #AD534A
RGB
CMYK
RGB Variations
Color information
#AD534A (or 0xAD534A) is known color: Apple Blossom. HEX triplet: AD, 53 and 4A. RGB value is (173,83,74). Sum of RGB (Red+Green+Blue) = 173+83+74=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD534A is #52ACB5. Grayscale: #6D6D6D. Windows color (decimal): -5418166 or 4871085. OLE color: 4871085.
HSL color Cylindrical-coordinate representation of color #AD534A: hue angle of 5.45º 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 #AD534A is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 74 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.32 |
| HSL | 5.45º | 0.4% | 0.48% | - |
| HSV(B) | 5.45º | 0.57% | 0.68% | - |
| XYZ | 21.56 | 15.57 | 8.35 | - |
| YUV | 108.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 74 | 0 | 0.52 | 0.57 | 0.32 | 5.45 | 0.4 | 0.48 |
| Hex | AD | 53 | 4A | 0 | 34 | 39 | 20 | 5 | 28 | 30 |
| Octal | 255 | 123 | 112 | 0 | 64 | 71 | 40 | 5 | 50 | 60 |
| Binary | 10101101 | 1010011 | 1001010 | 0 | 110100 | 111001 | 100000 | 101 | 101000 | 110000 |
Color Harmonies of #AD534A
Complementary color
Monochromatic Colors of #AD534A
Black with #AD534A
Text Example
Text Example
White with #AD534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD534A; }
p { color: rgb(173,83,74); }
H1.HeaderClassName
{
color: #AD534A;
}
.AnyTagClassName
{
color: #AD534A;
}
</style>
background-color css
<style>
a { background-color: #AD534A; }
a { background-color: rgb(173,83,74); }
div.DivClassName
{
background-color: #AD534A;
}
.BgClassName
{
background-color: #AD534A;
}
</style>
border-color css
<style>
span { border-color: #AD534A; }
span { border-color: rgb(173,83,74); }
td.TdClassName
{
border-color: #AD534A;
}
.TagClassName
{
border-color: #AD534A;
}
</style>