Shades of Apple Blossom #AA5654
Tints of Apple Blossom #AA5654
RGB
CMYK
RGB Variations
Color information
#AA5654 (or 0xAA5654) is known color: Apple Blossom. HEX triplet: AA, 56 and 54. RGB value is (170,86,84). Sum of RGB (Red+Green+Blue) = 170+86+84=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5654 is #55A9AB. Grayscale: #6E6E6E. Windows color (decimal): -5613996 or 5527210. OLE color: 5527210.
HSL color Cylindrical-coordinate representation of color #AA5654: hue angle of 1.4º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5654 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 84 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 1.4º | 0.34% | 0.5% | - |
| HSV(B) | 1.4º | 0.51% | 0.67% | - |
| XYZ | 21.51 | 15.84 | 10.31 | - |
| YUV | 110.89 | 112.83 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 84 | 0 | 0.49 | 0.51 | 0.33 | 1.4 | 0.34 | 0.5 |
| Hex | AA | 56 | 54 | 0 | 31 | 33 | 21 | 1 | 22 | 32 |
| Octal | 252 | 126 | 124 | 0 | 61 | 63 | 41 | 1 | 42 | 62 |
| Binary | 10101010 | 1010110 | 1010100 | 0 | 110001 | 110011 | 100001 | 1 | 100010 | 110010 |
Color Harmonies of #AA5654
Complementary color
Monochromatic Colors of #AA5654
Black with #AA5654
Text Example
Text Example
White with #AA5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5654; }
p { color: rgb(170,86,84); }
H1.HeaderClassName
{
color: #AA5654;
}
.AnyTagClassName
{
color: #AA5654;
}
</style>
background-color css
<style>
a { background-color: #AA5654; }
a { background-color: rgb(170,86,84); }
div.DivClassName
{
background-color: #AA5654;
}
.BgClassName
{
background-color: #AA5654;
}
</style>
border-color css
<style>
span { border-color: #AA5654; }
span { border-color: rgb(170,86,84); }
td.TdClassName
{
border-color: #AA5654;
}
.TagClassName
{
border-color: #AA5654;
}
</style>