Shades of Apple Blossom #AA5653
Tints of Apple Blossom #AA5653
RGB
CMYK
RGB Variations
Color information
#AA5653 (or 0xAA5653) is known color: Apple Blossom. HEX triplet: AA, 56 and 53. RGB value is (170,86,83). Sum of RGB (Red+Green+Blue) = 170+86+83=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5653 is #55A9AC. Grayscale: #6E6E6E. Windows color (decimal): -5613997 or 5461674. OLE color: 5461674.
HSL color Cylindrical-coordinate representation of color #AA5653: hue angle of 2.07º 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 #AA5653 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 83 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.33 |
| HSL | 2.07º | 0.34% | 0.5% | - |
| HSV(B) | 2.07º | 0.51% | 0.67% | - |
| XYZ | 21.47 | 15.83 | 10.11 | - |
| YUV | 110.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 83 | 0 | 0.49 | 0.51 | 0.33 | 2.07 | 0.34 | 0.5 |
| Hex | AA | 56 | 53 | 0 | 31 | 33 | 21 | 2 | 22 | 32 |
| Octal | 252 | 126 | 123 | 0 | 61 | 63 | 41 | 2 | 42 | 62 |
| Binary | 10101010 | 1010110 | 1010011 | 0 | 110001 | 110011 | 100001 | 10 | 100010 | 110010 |
Color Harmonies of #AA5653
Complementary color
Monochromatic Colors of #AA5653
Black with #AA5653
Text Example
Text Example
White with #AA5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5653; }
p { color: rgb(170,86,83); }
H1.HeaderClassName
{
color: #AA5653;
}
.AnyTagClassName
{
color: #AA5653;
}
</style>
background-color css
<style>
a { background-color: #AA5653; }
a { background-color: rgb(170,86,83); }
div.DivClassName
{
background-color: #AA5653;
}
.BgClassName
{
background-color: #AA5653;
}
</style>
border-color css
<style>
span { border-color: #AA5653; }
span { border-color: rgb(170,86,83); }
td.TdClassName
{
border-color: #AA5653;
}
.TagClassName
{
border-color: #AA5653;
}
</style>