Shades of Apple Blossom #AA564C
Tints of Apple Blossom #AA564C
RGB
CMYK
RGB Variations
Color information
#AA564C (or 0xAA564C) is known color: Apple Blossom. HEX triplet: AA, 56 and 4C. RGB value is (170,86,76). Sum of RGB (Red+Green+Blue) = 170+86+76=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA564C is #55A9B3. Grayscale: #6E6E6E. Windows color (decimal): -5614004 or 5002922. OLE color: 5002922.
HSL color Cylindrical-coordinate representation of color #AA564C: hue angle of 6.38º 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 #AA564C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 76 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.33 |
| HSL | 6.38º | 0.38% | 0.48% | - |
| HSV(B) | 6.38º | 0.55% | 0.67% | - |
| XYZ | 21.21 | 15.72 | 8.75 | - |
| YUV | 109.98 | 108.83 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 76 | 0 | 0.49 | 0.55 | 0.33 | 6.38 | 0.38 | 0.48 |
| Hex | AA | 56 | 4C | 0 | 31 | 37 | 21 | 6 | 26 | 30 |
| Octal | 252 | 126 | 114 | 0 | 61 | 67 | 41 | 6 | 46 | 60 |
| Binary | 10101010 | 1010110 | 1001100 | 0 | 110001 | 110111 | 100001 | 110 | 100110 | 110000 |
Color Harmonies of #AA564C
Complementary color
Monochromatic Colors of #AA564C
Black with #AA564C
Text Example
Text Example
White with #AA564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA564C; }
p { color: rgb(170,86,76); }
H1.HeaderClassName
{
color: #AA564C;
}
.AnyTagClassName
{
color: #AA564C;
}
</style>
background-color css
<style>
a { background-color: #AA564C; }
a { background-color: rgb(170,86,76); }
div.DivClassName
{
background-color: #AA564C;
}
.BgClassName
{
background-color: #AA564C;
}
</style>
border-color css
<style>
span { border-color: #AA564C; }
span { border-color: rgb(170,86,76); }
td.TdClassName
{
border-color: #AA564C;
}
.TagClassName
{
border-color: #AA564C;
}
</style>