Shades of Apple Blossom #AA564D
Tints of Apple Blossom #AA564D
RGB
CMYK
RGB Variations
Color information
#AA564D (or 0xAA564D) is known color: Apple Blossom. HEX triplet: AA, 56 and 4D. RGB value is (170,86,77). Sum of RGB (Red+Green+Blue) = 170+86+77=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA564D is #55A9B2. Grayscale: #6E6E6E. Windows color (decimal): -5614003 or 5068458. OLE color: 5068458.
HSL color Cylindrical-coordinate representation of color #AA564D: hue angle of 5.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA564D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 77 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.33 |
| HSL | 5.81º | 0.38% | 0.48% | - |
| HSV(B) | 5.81º | 0.55% | 0.67% | - |
| XYZ | 21.24 | 15.74 | 8.94 | - |
| YUV | 110.09 | 109.33 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 77 | 0 | 0.49 | 0.55 | 0.33 | 5.81 | 0.38 | 0.48 |
| Hex | AA | 56 | 4D | 0 | 31 | 37 | 21 | 6 | 26 | 30 |
| Octal | 252 | 126 | 115 | 0 | 61 | 67 | 41 | 6 | 46 | 60 |
| Binary | 10101010 | 1010110 | 1001101 | 0 | 110001 | 110111 | 100001 | 110 | 100110 | 110000 |
Color Harmonies of #AA564D
Complementary color
Monochromatic Colors of #AA564D
Black with #AA564D
Text Example
Text Example
White with #AA564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA564D; }
p { color: rgb(170,86,77); }
H1.HeaderClassName
{
color: #AA564D;
}
.AnyTagClassName
{
color: #AA564D;
}
</style>
background-color css
<style>
a { background-color: #AA564D; }
a { background-color: rgb(170,86,77); }
div.DivClassName
{
background-color: #AA564D;
}
.BgClassName
{
background-color: #AA564D;
}
</style>
border-color css
<style>
span { border-color: #AA564D; }
span { border-color: rgb(170,86,77); }
td.TdClassName
{
border-color: #AA564D;
}
.TagClassName
{
border-color: #AA564D;
}
</style>